Skip to content

Commit

Permalink
chore: menu version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Jul 31, 2024
1 parent 5276ad7 commit 022d811
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 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.43",
"@gluestack-ui/themed": "^1.1.44",
"@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 @@ -52,7 +52,7 @@
"@gluestack-ui/image": "0.1.10",
"@gluestack-ui/input": "0.1.31",
"@gluestack-ui/link": "0.1.22",
"@gluestack-ui/menu": "0.2.35",
"@gluestack-ui/menu": "0.2.36",
"@gluestack-ui/modal": "0.1.34",
"@gluestack-ui/overlay": "0.1.15",
"@gluestack-ui/popover": "0.1.37",
Expand All @@ -64,16 +64,16 @@
"@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/tabs": "0.1.17",
"@gluestack-ui/textarea": "0.1.23",
"@gluestack-ui/themed": "1.1.43",
"@gluestack-ui/themed": "1.1.44",
"@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.43"
"@gluestack-ui/themed": ">=1.1.44"
},
"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.44

### Patch Changes

- Updated dependencies
- @gluestack-ui/menu@0.2.36

## 1.1.43

### 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.43",
"version": "1.1.44",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@gluestack-ui/image": "0.1.10",
"@gluestack-ui/input": "0.1.31",
"@gluestack-ui/link": "0.1.22",
"@gluestack-ui/menu": "0.2.35",
"@gluestack-ui/menu": "0.2.36",
"@gluestack-ui/modal": "0.1.34",
"@gluestack-ui/overlay": "0.1.15",
"@gluestack-ui/popover": "0.1.37",
Expand All @@ -63,7 +63,7 @@
"@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/tabs": "0.1.17",
"@gluestack-ui/textarea": "0.1.23",
"@gluestack-ui/toast": "1.0.7",
"@gluestack-ui/tooltip": "0.1.32",
Expand Down
6 changes: 6 additions & 0 deletions packages/unstyled/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/menu

## 0.2.36

### Patch Changes

- fix: build issue

## 0.2.35

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

0 comments on commit 022d811

Please sign in to comment.