Skip to content

Commit

Permalink
chore: version packages (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 13, 2024
1 parent 852ad84 commit c381297
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-cougars-grow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/quiet-bobcats-pretend.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.3

### Patch Changes

- Updated dependencies [[`5d7e84d`](https://github.com/toss/overlay-kit/commit/5d7e84d3d096a5510ba4d7953d37824a4af5dfc2)]:
- overlay-kit@1.2.3

## 0.0.2

### 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.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"predev": "yarn workspace overlay-kit build",
Expand Down
9 changes: 9 additions & 0 deletions packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# overlay-kit

## 1.2.3

### Patch Changes

- [#50](https://github.com/toss/overlay-kit/pull/50) [`5d7e84d`](https://github.com/toss/overlay-kit/commit/5d7e84d3d096a5510ba4d7953d37824a4af5dfc2) Thanks [@jungpaeng](https://github.com/jungpaeng)! - Fix: Ensure 'current' reflects the last overlay when closing intermediate overlays

- Resolve issue where 'current' does not update to the last overlay when closing an intermediate overlay
- Add logic to correctly update 'current' in reducer

## 1.2.2

### 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.2",
"version": "1.2.3",
"description": "Next-generation tools for managing overlays",
"keywords": [
"overlay",
Expand Down

0 comments on commit c381297

Please sign in to comment.