Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent 4412ef1 commit bfaee32
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-pets-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-coats-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-plums-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-rules-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-days-care.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/twelve-stingrays-train.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# playroom

## 0.40.0

### Minor Changes

- 857feab: Remove keybinding for copying Playroom link to clipboard.
- fab7863: Drop support for browser versions that do not support the `IntersectionObserver` API

Playroom no longer provides a polyfill for [`IntersectionObserver`].

[`intersectionobserver`]: https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API

### Patch Changes

- 4412ef1: Ensure favicon is displayed on Preview links.
- 6095dc4: Replace `polished` dependency with CSS relative color syntax and `color-mix`
- fb14616: Restrict `playroom`'s Vanilla Extract plugin to only process playroom's `.css.ts` files
- 719c957: Remove `lodash` dependency

## 0.39.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playroom",
"version": "0.39.1",
"version": "0.40.0",
"description": "Design with code, powered by your own component library",
"main": "utils/index.js",
"types": "utils/index.d.ts",
Expand Down

0 comments on commit bfaee32

Please sign in to comment.