From 202adce388b23044e5282a9ce1febe3d024bd255 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:54:50 +0900 Subject: [PATCH] chore: version packages (#75) Co-authored-by: github-actions[bot] --- .changeset/rich-otters-fry.md | 9 --------- examples/react-16/framer-motion/CHANGELOG.md | 8 ++++++++ examples/react-16/framer-motion/package.json | 2 +- examples/react-17/framer-motion/CHANGELOG.md | 8 ++++++++ examples/react-17/framer-motion/package.json | 2 +- examples/react-18/framer-motion/CHANGELOG.md | 7 +++++++ examples/react-18/framer-motion/package.json | 2 +- packages/CHANGELOG.md | 8 ++++++++ packages/package.json | 2 +- 9 files changed, 35 insertions(+), 13 deletions(-) delete mode 100644 .changeset/rich-otters-fry.md diff --git a/.changeset/rich-otters-fry.md b/.changeset/rich-otters-fry.md deleted file mode 100644 index e02bc45..0000000 --- a/.changeset/rich-otters-fry.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"overlay-kit": patch -"@overlay-kit/framer-motion-react-16": patch -"@overlay-kit/framer-motion-react-17": patch ---- - -Fix path resolution error by updating import path for 'use-sync-external-store/shim' - -The import path for `use-sync-external-store/shim` was incorrect, causing a path resolution error during build. This change updates the import statement to include `index.js`, resolving the path issue. diff --git a/examples/react-16/framer-motion/CHANGELOG.md b/examples/react-16/framer-motion/CHANGELOG.md index aeaa70d..ffd65f8 100644 --- a/examples/react-16/framer-motion/CHANGELOG.md +++ b/examples/react-16/framer-motion/CHANGELOG.md @@ -1,5 +1,13 @@ # @overlay-kit/framer-motion-react-16 +## 0.0.7 + +### Patch Changes + +- [#74](https://github.com/toss/overlay-kit/pull/74) [`324dab9`](https://github.com/toss/overlay-kit/commit/324dab92b9bdda007930a4f4e731257b053e5156) Thanks [@jungpaeng](https://github.com/jungpaeng)! - Fix path resolution error by updating import path for 'use-sync-external-store/shim' + + The import path for `use-sync-external-store/shim` was incorrect, causing a path resolution error during build. This change updates the import statement to include `index.js`, resolving the path issue. + ## 0.0.6 ### Patch Changes diff --git a/examples/react-16/framer-motion/package.json b/examples/react-16/framer-motion/package.json index c48e43a..5e08a32 100644 --- a/examples/react-16/framer-motion/package.json +++ b/examples/react-16/framer-motion/package.json @@ -1,7 +1,7 @@ { "name": "@overlay-kit/framer-motion-react-16", "private": true, - "version": "0.0.6", + "version": "0.0.7", "type": "module", "scripts": { "predev": "yarn workspace overlay-kit build", diff --git a/examples/react-17/framer-motion/CHANGELOG.md b/examples/react-17/framer-motion/CHANGELOG.md index 8b18f4f..222d212 100644 --- a/examples/react-17/framer-motion/CHANGELOG.md +++ b/examples/react-17/framer-motion/CHANGELOG.md @@ -1,5 +1,13 @@ # @overlay-kit/framer-motion-react-17 +## 0.0.7 + +### Patch Changes + +- [#74](https://github.com/toss/overlay-kit/pull/74) [`324dab9`](https://github.com/toss/overlay-kit/commit/324dab92b9bdda007930a4f4e731257b053e5156) Thanks [@jungpaeng](https://github.com/jungpaeng)! - Fix path resolution error by updating import path for 'use-sync-external-store/shim' + + The import path for `use-sync-external-store/shim` was incorrect, causing a path resolution error during build. This change updates the import statement to include `index.js`, resolving the path issue. + ## 0.0.6 ### Patch Changes diff --git a/examples/react-17/framer-motion/package.json b/examples/react-17/framer-motion/package.json index 5d52b36..862a3d1 100644 --- a/examples/react-17/framer-motion/package.json +++ b/examples/react-17/framer-motion/package.json @@ -1,7 +1,7 @@ { "name": "@overlay-kit/framer-motion-react-17", "private": true, - "version": "0.0.6", + "version": "0.0.7", "type": "module", "scripts": { "predev": "yarn workspace overlay-kit build", diff --git a/examples/react-18/framer-motion/CHANGELOG.md b/examples/react-18/framer-motion/CHANGELOG.md index e642d0c..6ec1d7f 100644 --- a/examples/react-18/framer-motion/CHANGELOG.md +++ b/examples/react-18/framer-motion/CHANGELOG.md @@ -1,5 +1,12 @@ # @overlay-kit/framer-motion +## 0.0.7 + +### Patch Changes + +- Updated dependencies [[`324dab9`](https://github.com/toss/overlay-kit/commit/324dab92b9bdda007930a4f4e731257b053e5156)]: + - overlay-kit@1.4.1 + ## 0.0.6 ### Patch Changes diff --git a/examples/react-18/framer-motion/package.json b/examples/react-18/framer-motion/package.json index 20f70fe..2a69119 100644 --- a/examples/react-18/framer-motion/package.json +++ b/examples/react-18/framer-motion/package.json @@ -1,7 +1,7 @@ { "name": "@overlay-kit/framer-motion-react-18", "private": true, - "version": "0.0.6", + "version": "0.0.7", "type": "module", "scripts": { "predev": "yarn workspace overlay-kit build", diff --git a/packages/CHANGELOG.md b/packages/CHANGELOG.md index c47e1eb..c431866 100644 --- a/packages/CHANGELOG.md +++ b/packages/CHANGELOG.md @@ -1,5 +1,13 @@ # overlay-kit +## 1.4.1 + +### Patch Changes + +- [#74](https://github.com/toss/overlay-kit/pull/74) [`324dab9`](https://github.com/toss/overlay-kit/commit/324dab92b9bdda007930a4f4e731257b053e5156) Thanks [@jungpaeng](https://github.com/jungpaeng)! - Fix path resolution error by updating import path for 'use-sync-external-store/shim' + + The import path for `use-sync-external-store/shim` was incorrect, causing a path resolution error during build. This change updates the import statement to include `index.js`, resolving the path issue. + ## 1.4.0 ### Minor Changes diff --git a/packages/package.json b/packages/package.json index 3d631da..d2b319d 100644 --- a/packages/package.json +++ b/packages/package.json @@ -1,6 +1,6 @@ { "name": "overlay-kit", - "version": "1.4.0", + "version": "1.4.1", "description": "Next-generation tools for managing overlays", "keywords": [ "overlay",