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 Dec 10, 2024
1 parent c485242 commit c621bf6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-plums-bake.md

This file was deleted.

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

This file was deleted.

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

## 0.40.0

### Minor Changes

- 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

- fb14616: Restrict `playroom`'s Vanilla Extract plugin to only process playroom's `.css.ts` files

## 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 c621bf6

Please sign in to comment.