We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31558a9 commit be51213Copy full SHA for be51213
packages/gluestack-utils/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @gluestack-ui/utils
2
3
+## 3.0.12
4
+
5
+### Patch Changes
6
7
+- feat: added MIT license
8
9
## 3.0.11
10
11
### Patch Changes
packages/gluestack-utils/package.json
@@ -1,7 +1,8 @@
{
"name": "@gluestack-ui/utils",
- "version": "3.0.11",
+ "version": "3.0.12",
"description": "Utility functions and hooks for gluestack-ui",
+ "license": "MIT",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
0 commit comments