Skip to content

Commit

Permalink
chore: version packages (#65)
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] authored Jul 28, 2024
1 parent 9776fff commit dd7aa1c
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 23 deletions.
10 changes: 0 additions & 10 deletions .changeset/brown-boxes-wink.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/late-forks-sneeze.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/react-16/framer-motion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @overlay-kit/framer-motion-react-16

## 0.0.6

### Patch Changes

- Updated dependencies [[`01eaa3c`](https://github.com/toss/overlay-kit/commit/01eaa3c41e367224852cad56bc0214f1bf05ff77), [`9776fff`](https://github.com/toss/overlay-kit/commit/9776fff2bccc683afb9dfdfa7ad0b568cd902b7d)]:
- [email protected]
4 changes: 2 additions & 2 deletions examples/react-16/framer-motion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlay-kit/framer-motion-react-16",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"predev": "yarn workspace overlay-kit build",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"framer-motion": "^6",
"overlay-kit": "1.4.0-canary.2407260853",
"overlay-kit": "1.4.0",
"react": "^16.8",
"react-dom": "^16.8"
},
Expand Down
8 changes: 8 additions & 0 deletions examples/react-17/framer-motion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @overlay-kit/framer-motion-react-17

## 0.0.6

### Patch Changes

- Updated dependencies [[`01eaa3c`](https://github.com/toss/overlay-kit/commit/01eaa3c41e367224852cad56bc0214f1bf05ff77), [`9776fff`](https://github.com/toss/overlay-kit/commit/9776fff2bccc683afb9dfdfa7ad0b568cd902b7d)]:
- [email protected]
4 changes: 2 additions & 2 deletions examples/react-17/framer-motion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlay-kit/framer-motion-react-17",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"predev": "yarn workspace overlay-kit build",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"framer-motion": "^6",
"overlay-kit": "1.4.0-canary.2407260853",
"overlay-kit": "1.4.0",
"react": "^17",
"react-dom": "^17"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/react-18/framer-motion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @overlay-kit/framer-motion

## 0.0.6

### Patch Changes

- Updated dependencies [[`01eaa3c`](https://github.com/toss/overlay-kit/commit/01eaa3c41e367224852cad56bc0214f1bf05ff77), [`9776fff`](https://github.com/toss/overlay-kit/commit/9776fff2bccc683afb9dfdfa7ad0b568cd902b7d)]:
- [email protected]

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-18/framer-motion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@overlay-kit/framer-motion-react-18",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"predev": "yarn workspace overlay-kit build",
Expand Down
17 changes: 17 additions & 0 deletions packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# overlay-kit

## 1.4.0

### Minor Changes

- [#72](https://github.com/toss/overlay-kit/pull/72) [`9776fff`](https://github.com/toss/overlay-kit/commit/9776fff2bccc683afb9dfdfa7ad0b568cd902b7d) Thanks [@jungpaeng](https://github.com/jungpaeng)! - Support for React versions 16.8 and 17

**Related Issue:** Fixes #43

### Patch Changes

- [#64](https://github.com/toss/overlay-kit/pull/64) [`01eaa3c`](https://github.com/toss/overlay-kit/commit/01eaa3c41e367224852cad56bc0214f1bf05ff77) Thanks [@jungpaeng](https://github.com/jungpaeng)! - feat: Add cleanup effect for unmounting

This commit introduces a useEffect cleanup function in the OverlayProvider component that dispatches a 'REMOVE_ALL' action when the component unmounts.
This change ensures that all overlays are properly cleaned up during testing scenarios, preventing state leakage and side effects from persistent overlays.

**Related Issue:** Fixes #63

## 1.3.0

### Minor 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.4.0-canary.2407260853",
"version": "1.4.0",
"description": "Next-generation tools for managing overlays",
"keywords": [
"overlay",
Expand Down

0 comments on commit dd7aa1c

Please sign in to comment.