Skip to content

Commit

Permalink
chore: version bump @gluestack-ui/themed to 1.0.7 and @gluestack-ui/c…
Browse files Browse the repository at this point in the history
…onfig to 1.0.2
  • Loading branch information
Viraj-10 committed Oct 18, 2023
1 parent 582c067 commit dfe95c6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @gluestack-ui/config

## 1.0.2

### Patch Changes

- `@gluestack-style/react` version upgrade
- Typing issue fixes
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.1",
"version": "1.0.2",
"main": "build/gluestack-ui.config.js",
"types": "build/gluestack-ui.config.d.ts",
"module": "build/gluestack-ui.config",
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "ISC",
"devDependencies": {
"@gluestack-style/react": "^1.0.7",
"@gluestack-ui/themed": "^1.0.5"
"@gluestack-ui/themed": "^1.0.7"
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0",
Expand Down
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.7

### Patch Changes

- `@gluestack-style/react` version upgrade
- Typing issue fixes

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "1.0.7",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down

0 comments on commit dfe95c6

Please sign in to comment.