Skip to content

Commit c8cd72d

Browse files
chore(release): version packages
1 parent e230be0 commit c8cd72d

File tree

9 files changed

+35
-35
lines changed

9 files changed

+35
-35
lines changed

.changeset/bumpy-lemons-argue.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/happy-carrots-help.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/neat-emus-jog.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sweet-crabs-hear.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/wet-hats-prove.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

cli/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# create-expo-stack
22

3+
## 2.19.0
4+
5+
### Minor Changes
6+
7+
- 9578d52: expo54 support
8+
9+
### Patch Changes
10+
11+
- e230be0: fix: actually fix types for authentication selection
12+
- bd64fca: fix: resolve TypeScript error in authentication select options
13+
- 5dbc6f2: fix: types for authentication selection
14+
- bd64fca: feat: add React import and white background to ScreenContent templates
15+
316
## 2.18.10
417

518
### Patch Changes
@@ -184,7 +197,6 @@
184197
### Minor Changes
185198

186199
- [#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
187-
188200
- setup with a question prompt just before the internationalization prompt
189201
- --zustand flag to skip the prompt
190202
- Adds a StateManagement folder to the project with a zustandStore.ts file to start with
@@ -798,7 +810,6 @@
798810
### Patch Changes
799811

800812
- [`026b97e`](https://github.com/roninoss/create-expo-stack/commit/026b97ee02f370ee1ee10dad9877b540a3c623d7) Thanks [@danstepanov](https://github.com/danstepanov)! - - symlink README
801-
802813
- add shortlink for discord
803814
- update contributors
804815
- add header labels and descriptor to README

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-expo-stack",
3-
"version": "2.18.10",
3+
"version": "2.19.0",
44
"description": "CLI tool to initialize a React Native application with Expo",
55
"repository": {
66
"type": "git",

packages/rn-new/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# rn-new
22

3+
## 2.19.0
4+
5+
### Minor Changes
6+
7+
- 9578d52: expo54 support
8+
9+
### Patch Changes
10+
11+
- e230be0: fix: actually fix types for authentication selection
12+
- bd64fca: fix: resolve TypeScript error in authentication select options
13+
- 5dbc6f2: fix: types for authentication selection
14+
- bd64fca: feat: add React import and white background to ScreenContent templates
15+
- Updated dependencies [e230be0]
16+
- Updated dependencies [9578d52]
17+
- Updated dependencies [bd64fca]
18+
- Updated dependencies [5dbc6f2]
19+
- Updated dependencies [bd64fca]
20+
21+
322
## 2.18.10
423

524
### Patch Changes

packages/rn-new/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn-new",
3-
"version": "2.18.10",
3+
"version": "2.19.0",
44
"description": "Shorthand for create-expo-stack",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"prepublishOnly": "bun run build"
2121
},
2222
"dependencies": {
23-
"create-expo-stack": "^2.18.10"
23+
"create-expo-stack": "^2.19.0"
2424
},
2525
"publishConfig": {
2626
"access": "public",

0 commit comments

Comments
 (0)