diff --git a/.changeset/twenty-books-beg.md b/.changeset/twenty-books-beg.md deleted file mode 100644 index 9fb11028..00000000 --- a/.changeset/twenty-books-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -Allow for non interactive nwui setup diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index f5c3b1e1..b925f84e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # create-expo-stack +## 2.11.18 + +### Patch Changes + +- [#390](https://github.com/roninoss/create-expo-stack/pull/390) [`d5fe3d31120f6b93ff188bff50753ba4e0030616`](https://github.com/roninoss/create-expo-stack/commit/d5fe3d31120f6b93ff188bff50753ba4e0030616) Thanks [@dannyhw](https://github.com/dannyhw)! - Allow for non interactive nwui setup + ## 2.11.17 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 76355260..a4d06ac3 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-expo-stack", - "version": "2.11.17", + "version": "2.11.18", "description": "CLI tool to initialize a React Native application with Expo", "repository": { "type": "git",