Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #56

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/tall-flowers-trade.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/tricky-grapes-bake.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/framer-motion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/framer-motion/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "overlay-kit",
"version": "1.2.3",
"version": "1.2.4",
"description": "Next-generation tools for managing overlays",
"keywords": [
"overlay",
Expand Down