Skip to content

Commit

Permalink
chore: version packages (#60)
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 16, 2024
1 parent 828fad5 commit 7d8b642
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .changeset/polite-pans-stare.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.5

### Patch Changes

- Updated dependencies [[`828fad5`](https://github.com/toss/overlay-kit/commit/828fad59172a96ca0fecb3a027792db96d942ebe)]:
- [email protected]

## 0.0.4

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

## 1.3.0

### Minor Changes

- [#59](https://github.com/toss/overlay-kit/pull/59) [`828fad5`](https://github.com/toss/overlay-kit/commit/828fad59172a96ca0fecb3a027792db96d942ebe) Thanks [@XionWCFM](https://github.com/XionWCFM)! - feat: Add overlayAsync implementation

This change implements the openAsync method for overly-kit's promise support discussed in #47.

**Related Issue:** Fixes #47

## 1.2.4

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

0 comments on commit 7d8b642

Please sign in to comment.