From a736b983e1bc951af1176136e1570cc515608d6c Mon Sep 17 00:00:00 2001 From: ankit-tailor Date: Mon, 12 Feb 2024 15:32:37 +0530 Subject: [PATCH] v1.0.46 --- 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 7d18422a18..1ae5c75bee 100644 --- a/packages/styled/react/CHANGELOG.md +++ b/packages/styled/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @gluestack-style/react +## 1.0.46 + +### Patch Changes + +- - Fixed negative tokenization [PR](https://github.com/gluestack/gluestack-ui/pull/1768) + - Fixed sizes token typing [PR](https://github.com/gluestack/gluestack-ui/pull/1764) + ## 1.0.45 ### Patch Changes diff --git a/packages/styled/react/package.json b/packages/styled/react/package.json index 4030c8d3ef..10bedd4b28 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.45", + "version": "1.0.46", "keywords": [ "React Native", "Next.js",