Skip to content

Commit

Permalink
Merge pull request #2003 from gluestack/main
Browse files Browse the repository at this point in the history
Backmerge Main -> Patch
  • Loading branch information
Viraj-10 authored Mar 26, 2024
2 parents e35a0d3 + 90d9b60 commit 2cdd484
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/storybook-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@geometricpanda/storybook-addon-iframe": "^0.2.2",
"@gluestack-style/react": "^1.0.52",
"@gluestack-ui/config": "^1.1.17",
"@gluestack-ui/themed": "^1.1.16",
"@gluestack-ui/themed": "^1.1.17",
"@gluestack/design-system": "^0.5.36",
"@legendapp/motion": "^2.2.0",
"@react-aria/button": "^3.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@gluestack-ui/form-control": "0.1.16",
"@gluestack-ui/icon": "0.1.20",
"@gluestack-ui/image": "0.1.9",
"@gluestack-ui/input": "0.1.26",
"@gluestack-ui/input": "0.1.27",
"@gluestack-ui/link": "0.1.19",
"@gluestack-ui/menu": "0.2.32",
"@gluestack-ui/modal": "0.1.31",
Expand All @@ -66,14 +66,14 @@
"@gluestack-ui/switch": "0.1.21",
"@gluestack-ui/tabs": "0.1.16",
"@gluestack-ui/textarea": "0.1.20",
"@gluestack-ui/themed": "1.1.16",
"@gluestack-ui/themed": "1.1.17",
"@gluestack-ui/toast": "1.0.4",
"@gluestack-ui/tooltip": "0.1.29",
"@legendapp/motion": "latest"
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0",
"@gluestack-ui/themed": ">=1.1.16"
"@gluestack-ui/themed": ">=1.1.17"
},
"release-it": {
"git": {
Expand Down
7 changes: 7 additions & 0 deletions packages/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/themed

## 1.1.17

### Patch Changes

- Updated dependencies
- @gluestack-ui/input@0.1.27

## 1.1.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/themed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/themed",
"version": "1.1.16",
"version": "1.1.17",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@gluestack-ui/form-control": "0.1.16",
"@gluestack-ui/icon": "0.1.20",
"@gluestack-ui/image": "0.1.9",
"@gluestack-ui/input": "0.1.26",
"@gluestack-ui/input": "0.1.27",
"@gluestack-ui/link": "0.1.19",
"@gluestack-ui/menu": "0.2.32",
"@gluestack-ui/modal": "0.1.31",
Expand Down
6 changes: 6 additions & 0 deletions packages/unstyled/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/input

## 0.1.27

### Patch Changes

- fix: readonly prop value

## 0.1.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unstyled/input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-ui/input",
"description": "A universal headless input component for React Native, Next.js & React",
"version": "0.1.26",
"version": "0.1.27",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit 2cdd484

Please sign in to comment.