From 15d28248dc92e386a588c07b4036a894a1ab50dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Sep 2024 03:49:30 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/tasty-buses-know.md | 5 ----- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tasty-buses-know.md diff --git a/.changeset/tasty-buses-know.md b/.changeset/tasty-buses-know.md deleted file mode 100644 index 44cdb4f0..00000000 --- a/.changeset/tasty-buses-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -fix button margin for nativewind template diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index f177122c..b642666d 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # create-expo-stack +## 2.11.24 + +### Patch Changes + +- [`b5374ea3cfc9c5ce4e08bd02c7abdedfb0f69282`](https://github.com/roninoss/create-expo-stack/commit/b5374ea3cfc9c5ce4e08bd02c7abdedfb0f69282) Thanks [@danstepanov](https://github.com/danstepanov)! - fix button margin for nativewind template + ## 2.11.23 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 7c529244..845a106a 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-expo-stack", - "version": "2.11.23", + "version": "2.11.24", "description": "CLI tool to initialize a React Native application with Expo", "repository": { "type": "git",