Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/bumpy-lemons-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-carrots-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-rivers-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-emus-jog.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-crabs-hear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-hats-prove.md

This file was deleted.

16 changes: 14 additions & 2 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
20 changes: 20 additions & 0 deletions packages/rn-new/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
- [email protected]

## 2.18.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rn-new/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-new",
"version": "2.18.10",
"version": "2.19.0",
"description": "Shorthand for create-expo-stack",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"create-expo-stack": "^2.18.10"
"create-expo-stack": "^2.19.0"
},
"publishConfig": {
"access": "public",
Expand Down