Skip to content

Commit e69415d

Browse files
authored
Merge pull request #3235 from gluestack/fix/upgrade-cli
chore: bump version to 3.0.8 and fix duplicate imports bug in upgrade…
2 parents b84cad2 + 9b5efdc commit e69415d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/gluestack-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 0.4.9-alpha.0 (2023-07-21)
22

3+
## 3.0.8
4+
5+
### Patch Changes
6+
7+
- fix: fixed duplicate imports bug in upgrade cli
8+
39
## 3.0.7
410

511
### Patch Changes

packages/gluestack-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluestack-ui",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"main": "dist/index.js",
55
"bin": {
66
"gluestack-ui": "./dist/index.js"

0 commit comments

Comments
 (0)