Skip to content

Commit

Permalink
Merge pull request #1495 from gluestack/main
Browse files Browse the repository at this point in the history
Backmerge Main -> Patch
  • Loading branch information
ankit-tailor authored Dec 13, 2023
2 parents 95a864e + 39ec4f3 commit 084a14d
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/styled/animation-legend-motion-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/animation-legend-motion-driver/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/styled/animation-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/styled/animation-resolver/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/styled/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 084a14d

Please sign in to comment.