From 6ea171355245202a45b01b097c1aedbaf9751602 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 14 Jul 2024 11:24:55 +0000 Subject: [PATCH] chore: version packages --- .changeset/tall-flowers-trade.md | 10 ---------- .changeset/tricky-grapes-bake.md | 10 ---------- examples/framer-motion/CHANGELOG.md | 7 +++++++ examples/framer-motion/package.json | 2 +- packages/CHANGELOG.md | 18 ++++++++++++++++++ packages/package.json | 2 +- 6 files changed, 27 insertions(+), 22 deletions(-) delete mode 100644 .changeset/tall-flowers-trade.md delete mode 100644 .changeset/tricky-grapes-bake.md diff --git a/.changeset/tall-flowers-trade.md b/.changeset/tall-flowers-trade.md deleted file mode 100644 index 5da537a..0000000 --- a/.changeset/tall-flowers-trade.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"overlay-kit": patch ---- - -fix: Enhance Overlay State Management and Prevent Duplicate Entries - -This change enhances the overlay state management to ensure overlays maintain the correct state when closed and reopened, and prevents duplicate overlay entries. -It addresses issues with the overlay's `current` state not updating correctly in certain scenarios. - -**Related Issue:** Fixes # 46 diff --git a/.changeset/tricky-grapes-bake.md b/.changeset/tricky-grapes-bake.md deleted file mode 100644 index 6ee6e8b..0000000 --- a/.changeset/tricky-grapes-bake.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"overlay-kit": patch ---- - -fix: state reset issue on overlay reopen - -This change fixes an issue where overlays did not retain their state when reopened without unmounting, even though they were not removed from the DOM. -The overlayReducer has been updated to maintain the state of overlays between close and open cycles, addressing an unintended state reset. - -Related Issue: Fixes #57 diff --git a/examples/framer-motion/CHANGELOG.md b/examples/framer-motion/CHANGELOG.md index 2ed8da8..6b6e0ef 100644 --- a/examples/framer-motion/CHANGELOG.md +++ b/examples/framer-motion/CHANGELOG.md @@ -1,5 +1,12 @@ # @overlay-kit/framer-motion +## 0.0.4 + +### Patch Changes + +- Updated dependencies [[`6f3c26a`](https://github.com/toss/overlay-kit/commit/6f3c26aef21ab639dcaa0c3134299f87de1c01ff), [`b35ac6f`](https://github.com/toss/overlay-kit/commit/b35ac6fdd14e9438a922b9c29c06753da312bc3e)]: + - overlay-kit@1.2.4 + ## 0.0.3 ### Patch Changes diff --git a/examples/framer-motion/package.json b/examples/framer-motion/package.json index 0fa0d80..0b3b441 100644 --- a/examples/framer-motion/package.json +++ b/examples/framer-motion/package.json @@ -1,7 +1,7 @@ { "name": "@overlay-kit/framer-motion", "private": true, - "version": "0.0.3", + "version": "0.0.4", "type": "module", "scripts": { "predev": "yarn workspace overlay-kit build", diff --git a/packages/CHANGELOG.md b/packages/CHANGELOG.md index f8d8c9a..98caef4 100644 --- a/packages/CHANGELOG.md +++ b/packages/CHANGELOG.md @@ -1,5 +1,23 @@ # overlay-kit +## 1.2.4 + +### Patch Changes + +- [#53](https://github.com/toss/overlay-kit/pull/53) [`6f3c26a`](https://github.com/toss/overlay-kit/commit/6f3c26aef21ab639dcaa0c3134299f87de1c01ff) Thanks [@jungpaeng](https://github.com/jungpaeng)! - fix: Enhance Overlay State Management and Prevent Duplicate Entries + + This change enhances the overlay state management to ensure overlays maintain the correct state when closed and reopened, and prevents duplicate overlay entries. + It addresses issues with the overlay's `current` state not updating correctly in certain scenarios. + + **Related Issue:** Fixes # 46 + +- [#58](https://github.com/toss/overlay-kit/pull/58) [`b35ac6f`](https://github.com/toss/overlay-kit/commit/b35ac6fdd14e9438a922b9c29c06753da312bc3e) Thanks [@jungpaeng](https://github.com/jungpaeng)! - fix: state reset issue on overlay reopen + + This change fixes an issue where overlays did not retain their state when reopened without unmounting, even though they were not removed from the DOM. + The overlayReducer has been updated to maintain the state of overlays between close and open cycles, addressing an unintended state reset. + + Related Issue: Fixes #57 + ## 1.2.3 ### Patch Changes diff --git a/packages/package.json b/packages/package.json index ea9f8ff..847754c 100644 --- a/packages/package.json +++ b/packages/package.json @@ -1,6 +1,6 @@ { "name": "overlay-kit", - "version": "1.2.3", + "version": "1.2.4", "description": "Next-generation tools for managing overlays", "keywords": [ "overlay",