From 305f80f22cd3d54de3e40d5662ab45ea60ca2ba1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Dec 2024 23:43:22 +0000 Subject: [PATCH] Version Packages --- .changeset/few-coats-smash.md | 5 ----- .changeset/slow-plums-bake.md | 5 ----- .changeset/soft-days-care.md | 5 ----- .changeset/twelve-stingrays-train.md | 9 --------- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 6 files changed, 17 insertions(+), 25 deletions(-) delete mode 100644 .changeset/few-coats-smash.md delete mode 100644 .changeset/slow-plums-bake.md delete mode 100644 .changeset/soft-days-care.md delete mode 100644 .changeset/twelve-stingrays-train.md diff --git a/.changeset/few-coats-smash.md b/.changeset/few-coats-smash.md deleted file mode 100644 index 012d5d63..00000000 --- a/.changeset/few-coats-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Replace `polished` dependency with CSS relative color syntax and `color-mix` diff --git a/.changeset/slow-plums-bake.md b/.changeset/slow-plums-bake.md deleted file mode 100644 index d2c64e13..00000000 --- a/.changeset/slow-plums-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Restrict `playroom`'s Vanilla Extract plugin to only process playroom's `.css.ts` files diff --git a/.changeset/soft-days-care.md b/.changeset/soft-days-care.md deleted file mode 100644 index d00a2336..00000000 --- a/.changeset/soft-days-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Remove `lodash` dependency diff --git a/.changeset/twelve-stingrays-train.md b/.changeset/twelve-stingrays-train.md deleted file mode 100644 index 2663124b..00000000 --- a/.changeset/twelve-stingrays-train.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'playroom': minor ---- - -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ff803a0e..688c8023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # 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 + +- 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 diff --git a/package.json b/package.json index 0f77b664..a3e6d63d 100644 --- a/package.json +++ b/package.json @@ -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",