From 212b6ab467ae8bc1d4208399764e9fbf5254eb1a Mon Sep 17 00:00:00 2001 From: ankit-tailor Date: Wed, 13 Dec 2023 18:30:19 +0530 Subject: [PATCH] v1.0.27 --- .../styled/animation-legend-motion-driver/CHANGELOG.md | 8 ++++++++ .../styled/animation-legend-motion-driver/package.json | 4 ++-- packages/styled/animation-resolver/CHANGELOG.md | 8 ++++++++ packages/styled/animation-resolver/package.json | 6 +++--- packages/styled/react/CHANGELOG.md | 6 ++++++ packages/styled/react/package.json | 2 +- 6 files changed, 28 insertions(+), 6 deletions(-) diff --git a/packages/styled/animation-legend-motion-driver/CHANGELOG.md b/packages/styled/animation-legend-motion-driver/CHANGELOG.md index 41be139f93..0df0933d03 100644 --- a/packages/styled/animation-legend-motion-driver/CHANGELOG.md +++ b/packages/styled/animation-legend-motion-driver/CHANGELOG.md @@ -1,5 +1,13 @@ # @gluestack-style/animation-plugin +## 1.0.3 + +### Patch Changes + +- Fixed plugin architecture (PR)[https://github.com/gluestack/gluestack-ui/pull/1490] +- Updated dependencies + - @gluestack-style/react@1.0.27 + ## 0.1.7 ### Patch Changes diff --git a/packages/styled/animation-legend-motion-driver/package.json b/packages/styled/animation-legend-motion-driver/package.json index 93da786a27..706d184ef3 100644 --- a/packages/styled/animation-legend-motion-driver/package.json +++ b/packages/styled/animation-legend-motion-driver/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-style/legend-motion-animation-driver", - "version": "1.0.2", + "version": "1.0.3", "description": "A gluestack-style plugin for animation support using legendapp motion library", "keywords": [ "react", @@ -25,7 +25,7 @@ "clean": "rm -rf lib" }, "peerDependencies": { - "@gluestack-style/react": ">=0.2", + "@gluestack-style/react": ">=1.0.27", "@legendapp/motion": ">=2.2" }, "devDependencies": { diff --git a/packages/styled/animation-resolver/CHANGELOG.md b/packages/styled/animation-resolver/CHANGELOG.md index 41be139f93..0df0933d03 100644 --- a/packages/styled/animation-resolver/CHANGELOG.md +++ b/packages/styled/animation-resolver/CHANGELOG.md @@ -1,5 +1,13 @@ # @gluestack-style/animation-plugin +## 1.0.3 + +### Patch Changes + +- Fixed plugin architecture (PR)[https://github.com/gluestack/gluestack-ui/pull/1490] +- Updated dependencies + - @gluestack-style/react@1.0.27 + ## 0.1.7 ### Patch Changes diff --git a/packages/styled/animation-resolver/package.json b/packages/styled/animation-resolver/package.json index c428cf9a7d..6b34f716bc 100644 --- a/packages/styled/animation-resolver/package.json +++ b/packages/styled/animation-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-style/animation-resolver", - "version": "1.0.2", + "version": "1.0.3", "description": "A gluestack-style plugin for resolving animation properties, utilizing animation libraries.", "keywords": [ "react", @@ -22,10 +22,10 @@ "clean": "rm -rf lib" }, "peerDependencies": { - "@gluestack-style/react": ">=1.0.7" + "@gluestack-style/react": ">=1.0.27" }, "devDependencies": { - "@gluestack-style/react": "^1.0.7", + "@gluestack-style/react": "^1.0.27", "@types/react": "^18.0.22", "@types/react-native": "^0.69.15", "babel-plugin-transform-remove-console": "^6.9.4", diff --git a/packages/styled/react/CHANGELOG.md b/packages/styled/react/CHANGELOG.md index 5b10caef96..cd4ab274ac 100644 --- a/packages/styled/react/CHANGELOG.md +++ b/packages/styled/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-style/react +## 1.0.27 + +### Patch Changes + +- Fixed plugin architecture (PR)[https://github.com/gluestack/gluestack-ui/pull/1490] + ## 1.0.22 ### Patch Changes diff --git a/packages/styled/react/package.json b/packages/styled/react/package.json index 0ee6ab5c19..9e197dedbc 100644 --- a/packages/styled/react/package.json +++ b/packages/styled/react/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-style/react", "description": "A universal & performant styling library for React Native, Next.js & React", - "version": "1.0.27-alpha.4", + "version": "1.0.27", "keywords": [ "React Native", "Next.js",