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 #254 from gluestack/release/@gluestack-style/anima…
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor authored Jun 7, 2023
2 parents 9032e9f + 5e702cc commit a81e074
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": {
"@gluestack-style/animation-plugin": "^0.1.6",
"@gluestack-style/animation-plugin": "^0.1.7",
"@gluestack-style/react": "^0.1.16",
"@gluestack/design-system": "latest",
"@legendapp/motion": "^2.2.0",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@gluestack-style/animation-plugin": "^0.1.6",
"@gluestack-style/animation-plugin": "^0.1.7",
"@gluestack-style/react": "^0.1.16",
"@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 @@
# @gluestack-style/animation-plugin

## 0.1.7

### Patch Changes

- - Fixed transform array resoltion

## 0.1.0

### 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": "@gluestack-style/animation-plugin",
"version": "0.1.6",
"version": "0.1.7",
"description": "A gluestack-style plugin for animation properties, utilizing animation libraries.",
"keywords": [
"react",
Expand Down

0 comments on commit a81e074

Please sign in to comment.