Skip to content

Commit

Permalink
Merge pull request #1316 from gluestack/main
Browse files Browse the repository at this point in the history
Backmerge Main -> Patch
  • Loading branch information
Viraj-10 authored Oct 19, 2023
2 parents 0b87087 + 48cff07 commit 2e91372
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/config

## 1.0.3

### Patch Changes

- fix: peer dependancy of @gluestack-ui/themed

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/config",
"version": "1.0.2",
"version": "1.0.3",
"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-style/themed": ">=1.0"
"@gluestack-ui/themed": ">=1.0"
},
"release-it": {
"git": {
Expand Down

0 comments on commit 2e91372

Please sign in to comment.