Skip to content

Commit

Permalink
Version Packages (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] authored Mar 6, 2025
1 parent b8f89d2 commit bcb7399
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 55 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/nasty-radios-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-hairs-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-bats-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-countries-prove.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.

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

## 0.40.0

### Minor Changes

- b8f89d2: Set default colour scheme to 'system'.
- 16ec1e7: Update `react` and `react-dom` peer dependency ranges to include `^19`
- 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`
- 16ec1e7: Remove `react-use` dependency
- 67006f0: Fix bug in "Wrap selection in tag" command that caused the start cursor to sometimes be in the wrong position when selecting an empty line.
- 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 bcb7399

Please sign in to comment.