diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index 1b0d00663..3bb66421f 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.30", + "@gluestack-ui/themed": "^1.1.31", "@gluestack/design-system": "^0.5.36", "@gorhom/bottom-sheet": "^5.0.0-alpha.10", "@legendapp/motion": "^2.2.0", diff --git a/packages/config/package.json b/packages/config/package.json index 8d39dfff2..5c4085c12 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -66,14 +66,14 @@ "@gluestack-ui/switch": "0.1.21", "@gluestack-ui/tabs": "0.1.16", "@gluestack-ui/textarea": "0.1.22", - "@gluestack-ui/themed": "1.1.30", + "@gluestack-ui/themed": "1.1.31", "@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.30" + "@gluestack-ui/themed": ">=1.1.31" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index d04a2289d..115f8935c 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/themed +## 1.1.31 + +### Patch Changes + +- TextArea Typing Issue + ## 1.1.30 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 1e7dd3719..4c4a4da13 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.30", + "version": "1.1.31", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index",