Skip to content

Commit bd5ca77

Browse files
authored
Merge pull request #2254 from gluestack/release/@gluestack-ui/themed@1.1.31
release: @gluestack-ui/themed version 1.1.31
2 parents 188497e + a78d669 commit bd5ca77

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

example/storybook-nativewind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@gluestack-style/animation-resolver": "^1.0.4",
3333
"@gluestack-style/react": "^1.0.56",
3434
"@gluestack-ui/config": "^1.1.18",
35-
"@gluestack-ui/themed": "^1.1.30",
35+
"@gluestack-ui/themed": "^1.1.31",
3636
"@gluestack/design-system": "^0.5.36",
3737
"@legendapp/motion": "^2.2.0",
3838
"@react-aria/button": "^3.7.0",

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@
6666
"@gluestack-ui/switch": "0.1.21",
6767
"@gluestack-ui/tabs": "0.1.16",
6868
"@gluestack-ui/textarea": "0.1.22",
69-
"@gluestack-ui/themed": "1.1.30",
69+
"@gluestack-ui/themed": "1.1.31",
7070
"@gluestack-ui/toast": "1.0.4",
7171
"@gluestack-ui/tooltip": "0.1.30",
7272
"@legendapp/motion": "latest"
7373
},
7474
"peerDependencies": {
7575
"@gluestack-style/react": ">=1.0.56",
76-
"@gluestack-ui/themed": ">=1.1.30"
76+
"@gluestack-ui/themed": ">=1.1.31"
7777
},
7878
"release-it": {
7979
"git": {

packages/themed/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gluestack-ui/themed
22

3+
## 1.1.31
4+
5+
### Patch Changes
6+
7+
- TextArea Typing Issue
8+
39
## 1.1.30
410

511
### Patch Changes

packages/themed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack-ui/themed",
3-
"version": "1.1.30",
3+
"version": "1.1.31",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"module": "build/index",

0 commit comments

Comments
 (0)