diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index 891da40ce..479bc4f86 100644 --- a/example/storybook-nativewind/package.json +++ b/example/storybook-nativewind/package.json @@ -29,7 +29,7 @@ "@geometricpanda/storybook-addon-iframe": "^0.2.2", "@gluestack-style/react": "^1.0.56", "@gluestack-ui/config": "^1.1.18", - "@gluestack-ui/themed": "^1.1.25", + "@gluestack-ui/themed": "^1.1.26", "@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 f9c538370..166026830 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -40,7 +40,7 @@ "@gluestack-style/react": "1.0.56", "@gluestack-ui/accordion": "1.0.4", "@gluestack-ui/actionsheet": "0.2.41", - "@gluestack-ui/alert": "0.1.13", + "@gluestack-ui/alert": "0.1.14", "@gluestack-ui/alert-dialog": "0.1.28", "@gluestack-ui/avatar": "0.1.16", "@gluestack-ui/button": "1.0.4", @@ -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.25", + "@gluestack-ui/themed": "1.1.26", "@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.25" + "@gluestack-ui/themed": ">=1.1.26" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index 75f45c363..3a1e30fe1 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-ui/themed +## 1.1.26 + +### Patch Changes + +- Updated dependencies + - @gluestack-ui/alert@0.1.14 + ## 1.1.25 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 00cad0c5b..592875bee 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.25", + "version": "1.1.26", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -39,7 +39,7 @@ "@gluestack-style/legend-motion-animation-driver": "1.0.3", "@gluestack-ui/accordion": "1.0.4", "@gluestack-ui/actionsheet": "0.2.41", - "@gluestack-ui/alert": "0.1.13", + "@gluestack-ui/alert": "0.1.14", "@gluestack-ui/alert-dialog": "0.1.28", "@gluestack-ui/avatar": "0.1.16", "@gluestack-ui/button": "1.0.4", diff --git a/packages/unstyled/alert/CHANGELOG.md b/packages/unstyled/alert/CHANGELOG.md index 4aec89966..b8fb06dda 100644 --- a/packages/unstyled/alert/CHANGELOG.md +++ b/packages/unstyled/alert/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/alert +## 0.1.14 + +### Patch Changes + +- fix alerttext component typing + ## 0.1.13 ### Patch Changes diff --git a/packages/unstyled/alert/package.json b/packages/unstyled/alert/package.json index 3f706e9cb..0751dca5c 100644 --- a/packages/unstyled/alert/package.json +++ b/packages/unstyled/alert/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/alert", - "version": "0.1.13", + "version": "0.1.14", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts",