Skip to content

Commit

Permalink
Merge pull request #1950 from gluestack/release/@gluestack-ui/config-…
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor authored Mar 15, 2024
2 parents 1b92de1 + 34c2db8 commit 418378c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/config-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/config

## 1.1.1

### Patch Changes

- - Fixed peer deps

## 1.0.0

- Initial release
4 changes: 2 additions & 2 deletions packages/config-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/config-v2",
"version": "1.1.0",
"version": "1.1.1",
"main": "build/gluestack-ui.config.js",
"types": "build/gluestack-ui.config.d.ts",
"module": "build/gluestack-ui.config",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0",
"@gluestack-ui/themed": ">=1.1.0"
"@gluestack-ui/themed": ">=1.1"
},
"release-it": {
"git": {
Expand Down

0 comments on commit 418378c

Please sign in to comment.