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",