Skip to content

Commit

Permalink
Merge pull request #2034 from gluestack/release/radio-input-checkbox-…
Browse files Browse the repository at this point in the history
…patch

Release/radio input checkbox patch
  • Loading branch information
Viraj-10 authored Apr 3, 2024
2 parents f787172 + 7a6c0e2 commit 4f460e0
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 12 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.20",
"@gluestack-ui/themed": "^1.1.21",
"@gluestack/design-system": "^0.5.36",
"@legendapp/motion": "^2.2.0",
"@react-aria/button": "^3.7.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@gluestack-ui/alert-dialog": "0.1.28",
"@gluestack-ui/avatar": "0.1.16",
"@gluestack-ui/button": "1.0.4",
"@gluestack-ui/checkbox": "0.1.27",
"@gluestack-ui/checkbox": "0.1.28",
"@gluestack-ui/divider": "0.1.8",
"@gluestack-ui/fab": "0.1.20",
"@gluestack-ui/form-control": "0.1.17",
Expand All @@ -59,21 +59,21 @@
"@gluestack-ui/pressable": "0.1.16",
"@gluestack-ui/progress": "0.1.14",
"@gluestack-ui/provider": "0.1.12",
"@gluestack-ui/radio": "0.1.28",
"@gluestack-ui/radio": "0.1.29",
"@gluestack-ui/select": "0.1.25",
"@gluestack-ui/slider": "0.1.23",
"@gluestack-ui/spinner": "0.1.14",
"@gluestack-ui/switch": "0.1.21",
"@gluestack-ui/tabs": "0.1.16",
"@gluestack-ui/textarea": "0.1.21",
"@gluestack-ui/themed": "1.1.20",
"@gluestack-ui/themed": "1.1.21",
"@gluestack-ui/toast": "1.0.4",
"@gluestack-ui/tooltip": "0.1.30",
"@legendapp/motion": "latest"
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0",
"@gluestack-ui/themed": ">=1.1.20"
"@gluestack-ui/themed": ">=1.1.21"
},
"release-it": {
"git": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-aria/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-aria/checkbox",
"version": "0.2.10",
"version": "0.2.9",
"description": "mono repo setup with bob",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-aria/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-aria/radio",
"version": "0.2.11",
"version": "0.2.10",
"description": "mono repo setup with bob",
"main": "lib/commonjs/index",
"module": "lib/module/index",
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.21

### Patch Changes

- Updated dependencies
- @gluestack-ui/checkbox@0.1.28
- @gluestack-ui/radio@0.1.29

## 1.1.20

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.20",
"version": "1.1.21",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@gluestack-ui/alert-dialog": "0.1.28",
"@gluestack-ui/avatar": "0.1.16",
"@gluestack-ui/button": "1.0.4",
"@gluestack-ui/checkbox": "0.1.27",
"@gluestack-ui/checkbox": "0.1.28",
"@gluestack-ui/divider": "0.1.8",
"@gluestack-ui/fab": "0.1.20",
"@gluestack-ui/form-control": "0.1.17",
Expand All @@ -58,7 +58,7 @@
"@gluestack-ui/pressable": "0.1.16",
"@gluestack-ui/progress": "0.1.14",
"@gluestack-ui/provider": "0.1.12",
"@gluestack-ui/radio": "0.1.28",
"@gluestack-ui/radio": "0.1.29",
"@gluestack-ui/select": "0.1.25",
"@gluestack-ui/slider": "0.1.23",
"@gluestack-ui/spinner": "0.1.14",
Expand Down
6 changes: 6 additions & 0 deletions packages/unstyled/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/checkbox

## 0.1.28

### Patch Changes

- fix: typing issue

## 0.1.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unstyled/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/checkbox",
"version": "0.1.27",
"version": "0.1.28",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/unstyled/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/radio

## 0.1.29

### Patch Changes

- fix: typing issue

## 0.1.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unstyled/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/radio",
"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 4f460e0

Please sign in to comment.