Skip to content

Commit

Permalink
Merge pull request #2131 from gluestack/main
Browse files Browse the repository at this point in the history
Backmerge Main -> Patch
  • Loading branch information
ankit-tailor authored May 7, 2024
2 parents 9f6404d + 74b6fb9 commit 76d4e4e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/storybook-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@expo/html-elements": "^0.4.2",
"@expo/webpack-config": "^0.17.2",
"@geometricpanda/storybook-addon-iframe": "^0.2.2",
"@gluestack-style/react": "^1.0.55",
"@gluestack-style/react": "^1.0.56",
"@gluestack-ui/config": "^1.1.18",
"@gluestack-ui/themed": "^1.1.23",
"@gluestack/design-system": "^0.5.36",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@expo/html-elements": "latest",
"@gluestack-style/animation-resolver": "1.0.4",
"@gluestack-style/legend-motion-animation-driver": "1.0.3",
"@gluestack-style/react": "1.0.55",
"@gluestack-style/react": "1.0.56",
"@gluestack-ui/accordion": "1.0.4",
"@gluestack-ui/actionsheet": "0.2.41",
"@gluestack-ui/alert": "0.1.13",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@legendapp/motion": "latest"
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0.55",
"@gluestack-style/react": ">=1.0.56",
"@gluestack-ui/themed": ">=1.1.23"
},
"release-it": {
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.56

### Patch Changes

- - Fixed theme typings

## 1.0.55

### 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.55",
"version": "1.0.56",
"keywords": [
"React Native",
"Next.js",
Expand Down

0 comments on commit 76d4e4e

Please sign in to comment.