diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index a383a900c5..08d9a9d0e4 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/config +## 1.0.3 + +### Patch Changes + +- fix: peer dependancy of @gluestack-ui/themed + ## 1.0.2 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 7830a28ab8..96b6a391d1 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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", @@ -34,7 +34,7 @@ }, "peerDependencies": { "@gluestack-style/react": ">=1.0", - "@gluestack-style/themed": ">=1.0" + "@gluestack-ui/themed": ">=1.0" }, "release-it": { "git": {