diff --git a/.changeset/pre.json b/.changeset/pre.json index 2216dc5fe..fbfb0f7bd 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -10,6 +10,7 @@ }, "changesets": [ "beige-lights-shop", + "green-rockets-cry", "stale-news-wave" ] } diff --git a/packages/gluestack-core/CHANGELOG.md b/packages/gluestack-core/CHANGELOG.md index 4fc975e73..2b0c8344d 100644 --- a/packages/gluestack-core/CHANGELOG.md +++ b/packages/gluestack-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/core +## 3.0.0-alpha.5 + +### Patch Changes + +- 3f65e0b: chore: test + ## 3.0.0-alpha.4 ### Patch Changes diff --git a/packages/gluestack-core/package.json b/packages/gluestack-core/package.json index 3306e9cae..db4980ac5 100644 --- a/packages/gluestack-core/package.json +++ b/packages/gluestack-core/package.json @@ -1,7 +1,7 @@ { "name": "@gluestack-ui/core", "description": "Universal UI components for React Native, Expo, and Next.js", - "version": "3.0.0-alpha.4", + "version": "3.0.0-alpha.5", "main": "./lib/esm/index.js", "module": "./lib/esm/index.js", "types": "./lib/esm/index.d.ts",