Skip to content

Commit

Permalink
chore: pin-input and dependants version up
Browse files Browse the repository at this point in the history
  • Loading branch information
akash3gtm committed Jan 10, 2025
1 parent f0af9a6 commit 02c0127
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
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.63",
"@gluestack-ui/themed": "^1.1.64",
"@gluestack/design-system": "^0.5.36",
"@gorhom/bottom-sheet": "^5.0.0-alpha.10",
"@legendapp/motion": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"@gluestack-ui/switch": "0.1.23",
"@gluestack-ui/tabs": "0.1.18",
"@gluestack-ui/textarea": "0.1.24",
"@gluestack-ui/themed": "1.1.63",
"@gluestack-ui/themed": "1.1.64",
"@gluestack-ui/toast": "1.0.8",
"@gluestack-ui/tooltip": "0.1.37",
"@legendapp/motion": "latest"
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0.57",
"@gluestack-ui/themed": ">=1.1.62"
"@gluestack-ui/themed": ">=1.1.64"
},
"release-it": {
"git": {
Expand Down
6 changes: 6 additions & 0 deletions packages/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/themed

## 1.1.64

### Patch Changes

- fix: removed extra dependency

## 1.1.63

### Patch Changes
Expand Down
3 changes: 1 addition & 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.63",
"version": "1.1.64",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -50,7 +50,6 @@
"@gluestack-ui/icon": "0.1.25",
"@gluestack-ui/image": "0.1.11",
"@gluestack-ui/input": "0.1.32",
"@gluestack-ui/pin-input": "0.0.2",
"@gluestack-ui/link": "0.1.23",
"@gluestack-ui/menu": "0.2.37",
"@gluestack-ui/modal": "0.1.35",
Expand Down
6 changes: 6 additions & 0 deletions packages/unstyled/pin-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/pin-input

## 0.0.8

### Patch Changes

- chore: removed extra dependency for clipboard

## 0.0.7

### Patch Changes
Expand Down
5 changes: 2 additions & 3 deletions packages/unstyled/pin-input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-ui/pin-input",
"description": "A universal headless pin-input component for React Native, Next.js & React",
"version": "0.0.7",
"version": "0.0.8",
"main": "lib/index",
"module": "lib/index",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,7 @@
"@gluestack-ui/form-control": "^0.1.19",
"@gluestack-ui/utils": "^0.1.14",
"@react-native-aria/focus": "^0.2.9",
"@react-native-aria/interactions": "0.2.13",
"@react-native-clipboard/clipboard": "^1.15.0"
"@react-native-aria/interactions": "0.2.13"
},
"peerDependencies": {
"react": ">=16",
Expand Down

0 comments on commit 02c0127

Please sign in to comment.