diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index 461ad66b7..db4c4b017 100644 --- a/example/storybook-nativewind/package.json +++ b/example/storybook-nativewind/package.json @@ -32,7 +32,7 @@ "@gluestack-style/animation-resolver": "^1.0.4", "@gluestack-style/react": "^1.0.56", "@gluestack-ui/config": "^1.1.18", - "@gluestack-ui/themed": "^1.1.27", + "@gluestack-ui/themed": "^1.1.28", "@gluestack/design-system": "^0.5.36", "@legendapp/motion": "^2.2.0", "@react-aria/button": "^3.7.0", diff --git a/packages/config/package.json b/packages/config/package.json index 8bae42f69..fc4147470 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -48,7 +48,7 @@ "@gluestack-ui/divider": "0.1.8", "@gluestack-ui/fab": "0.1.20", "@gluestack-ui/form-control": "0.1.17", - "@gluestack-ui/icon": "0.1.21", + "@gluestack-ui/icon": "0.1.22", "@gluestack-ui/image": "0.1.9", "@gluestack-ui/input": "0.1.29", "@gluestack-ui/link": "0.1.20", @@ -66,14 +66,14 @@ "@gluestack-ui/switch": "0.1.21", "@gluestack-ui/tabs": "0.1.16", "@gluestack-ui/textarea": "0.1.21", - "@gluestack-ui/themed": "1.1.27", + "@gluestack-ui/themed": "1.1.28", "@gluestack-ui/toast": "1.0.4", "@gluestack-ui/tooltip": "0.1.30", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0.56", - "@gluestack-ui/themed": ">=1.1.27" + "@gluestack-ui/themed": ">=1.1.28" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index c5b80fd10..087a9bed7 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/themed +## 1.1.28 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/icon@0.1.22 + ## 1.1.27 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index c46b6270f..28ce4a61e 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.27", + "version": "1.1.28", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -47,7 +47,7 @@ "@gluestack-ui/divider": "0.1.8", "@gluestack-ui/fab": "0.1.20", "@gluestack-ui/form-control": "0.1.17", - "@gluestack-ui/icon": "0.1.21", + "@gluestack-ui/icon": "0.1.22", "@gluestack-ui/image": "0.1.9", "@gluestack-ui/input": "0.1.29", "@gluestack-ui/link": "0.1.20", diff --git a/packages/unstyled/icon/CHANGELOG.md b/packages/unstyled/icon/CHANGELOG.md index b2f0f8d24..26b400166 100644 --- a/packages/unstyled/icon/CHANGELOG.md +++ b/packages/unstyled/icon/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/icon +## 0.1.22 + +### Patch Changes + +- fix: icon size issue + ## 0.1.21 ### Patch Changes diff --git a/packages/unstyled/icon/package.json b/packages/unstyled/icon/package.json index 68d699e65..855343caa 100644 --- a/packages/unstyled/icon/package.json +++ b/packages/unstyled/icon/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/icon", "description": "A universal headless icon component for React Native, Next.js & React", - "version": "0.1.21", + "version": "0.1.22", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts",