From 55110b2c03e1c665999f9730c2be3addadb712a6 Mon Sep 17 00:00:00 2001 From: ankit-tailor Date: Tue, 7 Nov 2023 19:56:28 +0530 Subject: [PATCH 1/2] fix: gluestack style version up --- packages/themed/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/themed/package.json b/packages/themed/package.json index 2f519b0b43..a88e300a44 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -69,7 +69,7 @@ "@babel/preset-env": "^7.22.9", "@babel/preset-react": "^7.22.5", "@babel/preset-typescript": "^7.22.5", - "@gluestack-style/react": "^1.0.13", + "@gluestack-style/react": "^1.0.14", "@types/react-native": "^0.72.3", "file-loader": "^6.2.0", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 5756d224dd..04efd2c536 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2486,10 +2486,10 @@ inline-style-prefixer "^6.0.1" normalize-css-color "^1.0.2" -"@gluestack-style/react@^1.0.11": - version "1.0.11" - resolved "https://registry.yarnpkg.com/@gluestack-style/react/-/react-1.0.11.tgz#9cc8ce9956bad1cfdabbb37626e36c916f260f26" - integrity sha512-EP/pciHm9IaYzXYQVkcwAE4PDuXXvivvk4Lfjsr/ox0QGPtxc+MTBXJlhJoUf+hvosTBv42ElzD+wzW9G2DD0g== +"@gluestack-style/react@^1.0.14": + version "1.0.14" + resolved "https://registry.yarnpkg.com/@gluestack-style/react/-/react-1.0.14.tgz#f3991cfedb718283f6d253176edb604550f7c232" + integrity sha512-fZ2Q5V4hbF1IakvkjcMF7sOS3ndQwbV7oPZ3Ubl3h22hAUFABUgiXH7NA9quJjlciHOtiQ6Nx9ZJVRvbi/bJIA== dependencies: inline-style-prefixer "^6.0.1" normalize-css-color "^1.0.2" From 2913295a3f0117347a9f381c33eb1abe8efc3f69 Mon Sep 17 00:00:00 2001 From: ankit-tailor Date: Tue, 7 Nov 2023 19:59:38 +0530 Subject: [PATCH 2/2] v1.0.13 --- packages/themed/CHANGELOG.md | 6 ++++++ packages/themed/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index e1a690a17b..d8e52e1118 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/themed +## 1.0.13 + +### Patch Changes + +- Fixed utility props typings [PR](https://github.com/gluestack/gluestack-style/pull/524) + ## 1.0.12 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index a88e300a44..3436422741 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.0.12", + "version": "1.0.13", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index",