Skip to content

Commit 64e9494

Browse files
chore: version packages (#114)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b57d15b commit 64e9494

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.changeset/clever-buses-juggle.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# overlay-kit
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- [#113](https://github.com/toss/overlay-kit/pull/113) [`b57d15b`](https://github.com/toss/overlay-kit/commit/b57d15ba9b64c05d50224a09bd116266109d886c) Thanks [@jungpaeng](https://github.com/jungpaeng)! - Improve overlay unmount logic and add test cases
8+
9+
- Enhanced current overlay state management during unmount
10+
- When unmounting a middle overlay with multiple overlays open, the last overlay becomes current
11+
- When unmounting the last overlay, the previous overlay becomes current
12+
- Added test cases
13+
- Test for unmounting multiple overlays in different orders
14+
- Test for tracking current overlay state using useCurrentOverlay hook
15+
316
## 1.6.0
417

518
### Minor Changes

packages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "overlay-kit",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Next-generation tools for managing overlays",
55
"keywords": [
66
"overlay",

0 commit comments

Comments
 (0)