diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index d4ed516187..1a25e88dc7 100644 --- a/example/storybook-nativewind/package.json +++ b/example/storybook-nativewind/package.json @@ -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.53", + "@gluestack-style/react": "^1.0.54", "@gluestack-ui/config": "^1.1.17", "@gluestack-ui/themed": "^1.1.22", "@gluestack/design-system": "^0.5.36", diff --git a/packages/config/package.json b/packages/config/package.json index a82ba142d3..0c56cc1ddc 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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.53", + "@gluestack-style/react": "1.0.54", "@gluestack-ui/accordion": "1.0.4", "@gluestack-ui/actionsheet": "0.2.41", "@gluestack-ui/alert": "0.1.13", @@ -72,7 +72,7 @@ "@legendapp/motion": "latest" }, "peerDependencies": { - "@gluestack-style/react": ">=1.0", + "@gluestack-style/react": ">=1.0.54", "@gluestack-ui/themed": ">=1.1.22" }, "release-it": { diff --git a/packages/styled/react/CHANGELOG.md b/packages/styled/react/CHANGELOG.md index a665a3b735..4b15a2e6e4 100644 --- a/packages/styled/react/CHANGELOG.md +++ b/packages/styled/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-style/react +## 1.0.54 + +### Patch Changes + +- - Fixed plugins utility props resolution + ## 1.0.53 ### Patch Changes diff --git a/packages/styled/react/package.json b/packages/styled/react/package.json index 3f49cf2019..991ccb1c0c 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.53", + "version": "1.0.54", "keywords": [ "React Native", "Next.js",