Skip to content

Commit 94c970d

Browse files
authored
Merge pull request #3249 from gluestack/feat/license
chore: update version to 3.0.12 and add MIT license
2 parents 31558a9 + be51213 commit 94c970d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.12
4+
5+
### Patch Changes
6+
7+
- feat: added MIT license
8+
39
## 3.0.11
410

511
### Patch Changes

packages/gluestack-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@gluestack-ui/utils",
3-
"version": "3.0.11",
3+
"version": "3.0.12",
44
"description": "Utility functions and hooks for gluestack-ui",
5+
"license": "MIT",
56
"main": "./lib/esm/index.js",
67
"module": "./lib/esm/index.js",
78
"types": "./lib/esm/index.d.ts",

0 commit comments

Comments
 (0)