Skip to content

Commit

Permalink
Merge pull request #1315 from gluestack/release/@gluestack-config@1.0.3
Browse files Browse the repository at this point in the history
Release/@gluestack config@1.0.3
  • Loading branch information
Viraj-10 authored Oct 19, 2023
2 parents 28e0ea6 + 55d2a2f commit 48cff07
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 48cff07

Please sign in to comment.