Skip to content

Commit

Permalink
Merge pull request #1563 from gluestack/release/@gluestack-ui/accordi…
Browse files Browse the repository at this point in the history
[email protected]

chore: @gluestack-ui/accordion version bump to 0.0.3
  • Loading branch information
Viraj-10 authored Dec 26, 2023
2 parents 81176fb + e4fc6c4 commit 5b1f50e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
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.0.32

### Patch Changes

- Updated dependencies
- @gluestack-ui/accordion@0.0.3

## 1.0.31

### 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.0.31",
"version": "1.0.32",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@expo/html-elements": "latest",
"@gluestack-style/animation-resolver": "1.0.3",
"@gluestack-style/legend-motion-animation-driver": "1.0.3",
"@gluestack-ui/accordion": "^0.0.2",
"@gluestack-ui/accordion": "^0.0.3",
"@gluestack-ui/actionsheet": "0.2.35",
"@gluestack-ui/alert": "^0.1.12",
"@gluestack-ui/alert-dialog": "^0.1.23",
Expand Down
6 changes: 6 additions & 0 deletions packages/unstyled/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/accordion

## 0.0.3

### Patch Changes

- removed gluestack-style dependancy

## 0.0.2

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/unstyled/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,6 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-style/react": "^1.0.18",
"@gluestack-ui/utils": "^0.1.12",
"@react-native-aria/accordion": "^0.0.2",
"@react-native-aria/focus": "^0.2.9",
Expand Down

0 comments on commit 5b1f50e

Please sign in to comment.