Skip to content

Commit

Permalink
chore: version bump icon and tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Dec 3, 2024
1 parent 6ea1e29 commit 62a57f9
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 10 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.61",
"@gluestack-ui/themed": "^1.1.62",
"@gluestack/design-system": "^0.5.36",
"@gorhom/bottom-sheet": "^5.0.0-alpha.10",
"@legendapp/motion": "^2.2.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 @@ -48,7 +48,7 @@
"@gluestack-ui/divider": "0.1.10",
"@gluestack-ui/fab": "0.1.22",
"@gluestack-ui/form-control": "0.1.19",
"@gluestack-ui/icon": "0.1.24",
"@gluestack-ui/icon": "0.1.25",
"@gluestack-ui/image": "0.1.11",
"@gluestack-ui/input": "0.1.32",
"@gluestack-ui/link": "0.1.23",
Expand All @@ -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.61",
"@gluestack-ui/themed": "1.1.62",
"@gluestack-ui/toast": "1.0.8",
"@gluestack-ui/tooltip": "0.1.35",
"@gluestack-ui/tooltip": "0.1.37",
"@legendapp/motion": "latest"
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0.57",
"@gluestack-ui/themed": ">=1.1.61"
"@gluestack-ui/themed": ">=1.1.62"
},
"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.62

### Patch Changes

- Updated dependencies
- @gluestack-ui/tooltip@0.1.37
- @gluestack-ui/icon@0.1.25

## 1.1.61

### 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.61",
"version": "1.1.62",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@gluestack-ui/divider": "0.1.10",
"@gluestack-ui/fab": "0.1.22",
"@gluestack-ui/form-control": "0.1.19",
"@gluestack-ui/icon": "0.1.24",
"@gluestack-ui/icon": "0.1.25",
"@gluestack-ui/image": "0.1.11",
"@gluestack-ui/input": "0.1.32",
"@gluestack-ui/link": "0.1.23",
Expand All @@ -66,7 +66,7 @@
"@gluestack-ui/tabs": "0.1.18",
"@gluestack-ui/textarea": "0.1.24",
"@gluestack-ui/toast": "1.0.8",
"@gluestack-ui/tooltip": "0.1.35",
"@gluestack-ui/tooltip": "0.1.37",
"@legendapp/motion": "latest"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/unstyled/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/icon

## 0.1.25

### Patch Changes

- Fix: Tooltip and Icon issues for V2

## 0.1.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unstyled/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-ui/icon",
"description": "A universal headless icon component for React Native, Next.js & React",
"version": "0.1.24-alpha.0",
"version": "0.1.25",
"main": "lib/index",
"module": "lib/index",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/unstyled/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/tooltip

## 0.1.37

### Patch Changes

- Fix: Tooltip and Icon issues for V2

## 0.1.35

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

0 comments on commit 62a57f9

Please sign in to comment.