Skip to content

Commit ee6ea7c

Browse files
chore: version packages
1 parent 6f3c26a commit ee6ea7c

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

.changeset/tall-flowers-trade.md

-10
This file was deleted.

examples/framer-motion/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @overlay-kit/framer-motion
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6f3c26a`](https://github.com/toss/overlay-kit/commit/6f3c26aef21ab639dcaa0c3134299f87de1c01ff)]:
8+
- overlay-kit@1.2.4
9+
310
## 0.0.3
411

512
### Patch Changes

examples/framer-motion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@overlay-kit/framer-motion",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"type": "module",
66
"scripts": {
77
"predev": "yarn workspace overlay-kit build",

packages/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# overlay-kit
22

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
This change enhances the overlay state management to ensure overlays maintain the correct state when closed and reopened, and prevents duplicate overlay entries.
10+
It addresses issues with the overlay's `current` state not updating correctly in certain scenarios.
11+
12+
**Related Issue:** Fixes # 46
13+
314
## 1.2.3
415

516
### Patch Changes

packages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "overlay-kit",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Next-generation tools for managing overlays",
55
"keywords": [
66
"overlay",

0 commit comments

Comments
 (0)