Skip to content

Commit 6e9d73c

Browse files
committed
chore: bump versions to 3.0.11 and 3.0.13, update dev dependencies
1 parent c8c5d5b commit 6e9d73c

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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.11
4+
5+
### Patch Changes
6+
7+
- fix: updated dev dependencies
8+
39
## 3.0.10
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.10",
3+
"version": "3.0.11",
44
"main": "dist/index.js",
55
"bin": {
66
"gluestack-ui": "./dist/index.js"

packages/gluestack-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gluestack-ui/utils
22

3+
## 3.0.13
4+
5+
### Patch Changes
6+
7+
- fix: updated dev dependencies
8+
39
## 3.0.12
410

511
### Patch Changes

packages/gluestack-utils/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/utils",
3-
"version": "3.0.12",
3+
"version": "3.0.13",
44
"description": "Utility functions and hooks for gluestack-ui",
55
"license": "MIT",
66
"main": "./lib/esm/index.js",

0 commit comments

Comments
 (0)