diff --git a/.changeset/bumpy-lemons-argue.md b/.changeset/bumpy-lemons-argue.md deleted file mode 100644 index c8a32c9f..00000000 --- a/.changeset/bumpy-lemons-argue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'create-expo-stack': patch -'rn-new': patch ---- - -fix: actually fix types for authentication selection diff --git a/.changeset/happy-carrots-help.md b/.changeset/happy-carrots-help.md deleted file mode 100644 index 9635c9cc..00000000 --- a/.changeset/happy-carrots-help.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'create-expo-stack': minor -'rn-new': minor ---- - -expo54 support diff --git a/.changeset/hungry-rivers-agree.md b/.changeset/hungry-rivers-agree.md deleted file mode 100644 index 062a87d8..00000000 --- a/.changeset/hungry-rivers-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-expo-stack': patch ---- - -fixes eas setup diff --git a/.changeset/neat-emus-jog.md b/.changeset/neat-emus-jog.md deleted file mode 100644 index 5fd2a478..00000000 --- a/.changeset/neat-emus-jog.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'rn-new': patch -'create-expo-stack': patch ---- - -fix: resolve TypeScript error in authentication select options diff --git a/.changeset/sweet-crabs-hear.md b/.changeset/sweet-crabs-hear.md deleted file mode 100644 index 42cd34bd..00000000 --- a/.changeset/sweet-crabs-hear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'create-expo-stack': patch -'rn-new': patch ---- - -fix: types for authentication selection diff --git a/.changeset/wet-hats-prove.md b/.changeset/wet-hats-prove.md deleted file mode 100644 index bb458ada..00000000 --- a/.changeset/wet-hats-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'rn-new': patch -'create-expo-stack': patch ---- - -feat: add React import and white background to ScreenContent templates diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ff834d9c..ad3529ff 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # create-expo-stack +## 2.19.0 + +### Minor Changes + +- 9578d52: expo54 support + +### Patch Changes + +- e230be0: fix: actually fix types for authentication selection +- 9e33b9c: fixes eas setup +- bd64fca: fix: resolve TypeScript error in authentication select options +- 5dbc6f2: fix: types for authentication selection +- bd64fca: feat: add React import and white background to ScreenContent templates + ## 2.18.10 ### Patch Changes @@ -184,7 +198,6 @@ ### Minor Changes - [#280](https://github.com/roninoss/create-expo-stack/pull/280) [`08c09d915dc6f6579446913a51994eb1898ed88d`](https://github.com/roninoss/create-expo-stack/commit/08c09d915dc6f6579446913a51994eb1898ed88d) Thanks [@theblondealex](https://github.com/theblondealex)! - Added a StateManagement Question with zustand to start and potentially more to follow - - setup with a question prompt just before the internationalization prompt - --zustand flag to skip the prompt - Adds a StateManagement folder to the project with a zustandStore.ts file to start with @@ -798,7 +811,6 @@ ### Patch Changes - [`026b97e`](https://github.com/roninoss/create-expo-stack/commit/026b97ee02f370ee1ee10dad9877b540a3c623d7) Thanks [@danstepanov](https://github.com/danstepanov)! - - symlink README - - add shortlink for discord - update contributors - add header labels and descriptor to README diff --git a/cli/package.json b/cli/package.json index 9a6c7917..198d68f7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-expo-stack", - "version": "2.18.10", + "version": "2.19.0", "description": "CLI tool to initialize a React Native application with Expo", "repository": { "type": "git", diff --git a/packages/rn-new/CHANGELOG.md b/packages/rn-new/CHANGELOG.md index a9ca5f22..3367830e 100644 --- a/packages/rn-new/CHANGELOG.md +++ b/packages/rn-new/CHANGELOG.md @@ -1,5 +1,25 @@ # rn-new +## 2.19.0 + +### Minor Changes + +- 9578d52: expo54 support + +### Patch Changes + +- e230be0: fix: actually fix types for authentication selection +- bd64fca: fix: resolve TypeScript error in authentication select options +- 5dbc6f2: fix: types for authentication selection +- bd64fca: feat: add React import and white background to ScreenContent templates +- Updated dependencies [e230be0] +- Updated dependencies [9578d52] +- Updated dependencies [9e33b9c] +- Updated dependencies [bd64fca] +- Updated dependencies [5dbc6f2] +- Updated dependencies [bd64fca] + - create-expo-stack@2.19.0 + ## 2.18.10 ### Patch Changes diff --git a/packages/rn-new/package.json b/packages/rn-new/package.json index 8a444622..e17e4fcd 100644 --- a/packages/rn-new/package.json +++ b/packages/rn-new/package.json @@ -1,6 +1,6 @@ { "name": "rn-new", - "version": "2.18.10", + "version": "2.19.0", "description": "Shorthand for create-expo-stack", "repository": { "type": "git", @@ -20,7 +20,7 @@ "prepublishOnly": "bun run build" }, "dependencies": { - "create-expo-stack": "^2.18.10" + "create-expo-stack": "^2.19.0" }, "publishConfig": { "access": "public",