From 27d8f8c66791f5abd184288017ebd00074dc81b7 Mon Sep 17 00:00:00 2001 From: ankit-tailor Date: Thu, 11 Jan 2024 15:43:55 +0530 Subject: [PATCH] v1.0.34 --- packages/styled/react/CHANGELOG.md | 7 +++++++ packages/styled/react/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/styled/react/CHANGELOG.md b/packages/styled/react/CHANGELOG.md index 1649eb4d83..67bcb2dc82 100644 --- a/packages/styled/react/CHANGELOG.md +++ b/packages/styled/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-style/react +## 1.0.34 + +### Patch Changes + +- Fixed inline theme performance [PR](https://github.com/gluestack/gluestack-ui/pull/1606) +- Fixed multiple provider color mode issue [PR](https://github.com/gluestack/gluestack-ui/pull/1602) + ## 1.0.33 ### Patch Changes diff --git a/packages/styled/react/package.json b/packages/styled/react/package.json index 456f6709bd..5406001028 100644 --- a/packages/styled/react/package.json +++ b/packages/styled/react/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-style/react", "description": "A universal & performant styling library for React Native, Next.js & React", - "version": "1.0.33", + "version": "1.0.34", "keywords": [ "React Native", "Next.js",