Skip to content

Commit

Permalink
chore: version packages (#75)
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 28, 2024
1 parent 324dab9 commit 202adce
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .changeset/rich-otters-fry.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
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "0.0.7",
"type": "module",
"scripts": {
"predev": "yarn workspace overlay-kit build",
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
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "0.0.7",
"type": "module",
"scripts": {
"predev": "yarn workspace overlay-kit build",
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.7

### Patch Changes

- Updated dependencies [[`324dab9`](https://github.com/toss/overlay-kit/commit/324dab92b9bdda007930a4f4e731257b053e5156)]:
- overlay-kit@1.4.1

## 0.0.6

### 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.6",
"version": "0.0.7",
"type": "module",
"scripts": {
"predev": "yarn workspace overlay-kit build",
Expand Down
8 changes: 8 additions & 0 deletions packages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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",
"version": "1.4.1",
"description": "Next-generation tools for managing overlays",
"keywords": [
"overlay",
Expand Down

0 comments on commit 202adce

Please sign in to comment.