Skip to content

Commit

Permalink
Merge pull request #2421 from gluestack/release/select-default-value
Browse files Browse the repository at this point in the history
Release/select default value
  • Loading branch information
rajat693 authored Aug 28, 2024
2 parents 2e2b8d6 + 1077fb9 commit 60ec5b7
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-dingos-matter.md

This file was deleted.

2 changes: 1 addition & 1 deletion example/storybook-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@gluestack-style/animation-resolver": "^1.0.4",
"@gluestack-style/react": "^1.0.57",
"@gluestack-ui/config": "^1.1.19",
"@gluestack-ui/themed": "^1.1.47",
"@gluestack-ui/themed": "^1.1.48",
"@gluestack/design-system": "^0.5.36",
"@gorhom/bottom-sheet": "^5.0.0-alpha.10",
"@legendapp/motion": "^2.2.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 @@ -60,20 +60,20 @@
"@gluestack-ui/progress": "0.1.16",
"@gluestack-ui/provider": "0.1.12",
"@gluestack-ui/radio": "0.1.32",
"@gluestack-ui/select": "0.1.28",
"@gluestack-ui/select": "0.1.29",
"@gluestack-ui/slider": "0.1.25",
"@gluestack-ui/spinner": "0.1.14",
"@gluestack-ui/switch": "0.1.22",
"@gluestack-ui/tabs": "0.1.16",
"@gluestack-ui/textarea": "0.1.23",
"@gluestack-ui/themed": "1.1.47",
"@gluestack-ui/themed": "1.1.48",
"@gluestack-ui/toast": "1.0.7",
"@gluestack-ui/tooltip": "0.1.32",
"@legendapp/motion": "latest"
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0.57",
"@gluestack-ui/themed": ">=1.1.47"
"@gluestack-ui/themed": ">=1.1.48"
},
"release-it": {
"git": {
Expand Down
8 changes: 8 additions & 0 deletions packages/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gluestack-ui/themed

## 1.1.48

### Patch Changes

- Updated dependencies
- Updated dependencies [6f212ce]
- @gluestack-ui/select@0.1.29

## 1.1.47

### 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.47",
"version": "1.1.48",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@gluestack-ui/progress": "0.1.16",
"@gluestack-ui/provider": "0.1.12",
"@gluestack-ui/radio": "0.1.32",
"@gluestack-ui/select": "0.1.28",
"@gluestack-ui/select": "0.1.29",
"@gluestack-ui/slider": "0.1.25",
"@gluestack-ui/spinner": "0.1.14",
"@gluestack-ui/switch": "0.1.22",
Expand Down
7 changes: 7 additions & 0 deletions packages/unstyled/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/select

## 0.1.29

### Patch Changes

- fix: default Value in Select
- 6f212ce: fix: default value in Select

## 0.1.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unstyled/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.1.28",
"version": "0.1.29",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down

0 comments on commit 60ec5b7

Please sign in to comment.