Skip to content

Commit 092402e

Browse files
github-actions[bot]danstepanov
authored andcommitted
chore(release): version packages
1 parent 0e9d284 commit 092402e

File tree

9 files changed

+35
-33
lines changed

9 files changed

+35
-33
lines changed

.changeset/angry-cycles-marry.md

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

.changeset/nine-cars-look.md

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

.changeset/silver-trees-ask.md

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

.changeset/tricky-rocks-check.md

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

.changeset/violet-moons-tickle.md

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

cli/CHANGELOG.md

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

3+
## 2.20.0
4+
5+
### Minor Changes
6+
7+
- 0e9d284: update nativewindui templates to support sdk 54
8+
- 13cc470: remove restyle and tamagui
9+
- f093546: add expo sdk 54 support for nativewind v4.1.21, nativewindui, and blank stack templates
10+
11+
### Patch Changes
12+
13+
- 07f6ace: add expo router support for stack templates using expo sdk 54
14+
- c149667: update test snapshots after removing tamagui and restyle
15+
316
## 2.19.1
417

518
### Patch Changes

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.19.1",
3+
"version": "2.20.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.20.0
4+
5+
### Minor Changes
6+
7+
- 0e9d284: update nativewindui templates to support sdk 54
8+
- 13cc470: remove restyle and tamagui
9+
- f093546: add expo sdk 54 support for nativewind v4.1.21, nativewindui, and blank stack templates
10+
11+
### Patch Changes
12+
13+
- 07f6ace: add expo router support for stack templates using expo sdk 54
14+
- c149667: update test snapshots after removing tamagui and restyle
15+
- Updated dependencies [07f6ace]
16+
- Updated dependencies [c149667]
17+
- Updated dependencies [0e9d284]
18+
- Updated dependencies [13cc470]
19+
- Updated dependencies [f093546]
20+
21+
322
## 2.19.1
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.19.1",
3+
"version": "2.20.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.19.1"
23+
"create-expo-stack": "^2.20.0"
2424
},
2525
"publishConfig": {
2626
"access": "public",

0 commit comments

Comments
 (0)