Skip to content

Commit 00b1dfa

Browse files
chore(next-release): version packages
1 parent ff2bed4 commit 00b1dfa

File tree

6 files changed

+26
-15
lines changed

6 files changed

+26
-15
lines changed

.changeset/neat-bugs-see.md

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

.changeset/yummy-wombats-roll.md

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

cli/CHANGELOG.md

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

3+
## 2.20.0
4+
5+
### Minor Changes
6+
7+
- 7f9c8bc: add support for nativewind v5 preview
8+
9+
### Patch Changes
10+
11+
- ff2bed4: simplify version specification for nativewind v5 and react-native-css
12+
313
## 2.19.0
414

515
### Minor 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.0",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# rn-new
22

3+
## 2.20.0
4+
5+
### Minor Changes
6+
7+
- 7f9c8bc: add support for nativewind v5 preview
8+
9+
### Patch Changes
10+
11+
- ff2bed4: simplify version specification for nativewind v5 and react-native-css
12+
- Updated dependencies [ff2bed4]
13+
- Updated dependencies [7f9c8bc]
14+
15+
316
## 2.19.0
417

518
### Minor 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.0",
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.0"
23+
"create-expo-stack": "^2.20.0"
2424
},
2525
"publishConfig": {
2626
"access": "public",

0 commit comments

Comments
 (0)