From 2913295a3f0117347a9f381c33eb1abe8efc3f69 Mon Sep 17 00:00:00 2001 From: ankit-tailor Date: Tue, 7 Nov 2023 19:59:38 +0530 Subject: [PATCH] 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",