Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #199 from gluestack/release/@dank-style/animation-…
Browse files Browse the repository at this point in the history
…plugin/0.1.1

Release/@dank style/animation plugin/0.1.1
  • Loading branch information
ankit-tailor authored May 22, 2023
2 parents 91e00b0 + 1606f9e commit 8ad1d6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"create-story": "node ./scripts/create-story.js"
},
"dependencies": {
"@dank-style/animation-plugin": "^0.1.0",
"@dank-style/animation-plugin": "^0.1.1",
"@dank-style/react": "*",
"@gluestack/design-system": "^0.3.53",
"@legendapp/motion": "^2.2.0",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@dank-style/animation-plugin": "^0.1.0",
"@dank-style/animation-plugin": "^0.1.1",
"@dank-style/react": "^0.4.5",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-controls": "^6.5.14",
Expand Down
6 changes: 6 additions & 0 deletions packages/animation-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dank-style/animation-plugin

## 0.1.1

### Patch Changes

- Fix forward ref warning

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/animation-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dank-style/animation-plugin",
"version": "0.1.0",
"version": "0.1.1",
"main": "lib/commonjs/index",
"types": "lib/typescript/index.d.ts",
"module": "lib/module/index",
Expand Down

0 comments on commit 8ad1d6c

Please sign in to comment.