diff --git a/packages/styled/react/CHANGELOG.md b/packages/styled/react/CHANGELOG.md index 048a5cdeb7..7d18422a18 100644 --- a/packages/styled/react/CHANGELOG.md +++ b/packages/styled/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-style/react +## 1.0.45 + +### Patch Changes + +- Fixed inline style injection + ## 1.0.44 ### Patch Changes diff --git a/packages/styled/react/package.json b/packages/styled/react/package.json index 7f9bbcc555..4030c8d3ef 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.44", + "version": "1.0.45", "keywords": [ "React Native", "Next.js",