From 67367c18672774352d1aa1f38fbb2dd55b09956b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 12 Aug 2025 14:27:04 +0000 Subject: [PATCH] chore: update package versions to 3.0.0-alpha.5 [skip ci] --- .changeset/pre.json | 1 + packages/gluestack-core/CHANGELOG.md | 6 ++++++ packages/gluestack-core/package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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",