Skip to content

Commit 6befd1a

Browse files
github-actions[bot]danstepanov
authored andcommitted
chore(release): version packages
1 parent 0c3702b commit 6befd1a

File tree

6 files changed

+26
-15
lines changed

6 files changed

+26
-15
lines changed

.changeset/healthy-beers-itch.md

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

.changeset/young-badgers-reply.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.16.0
4+
5+
### Minor Changes
6+
7+
- 0c3702b: chore: update Expo to 53.0.6 and React Native to 0.79.2
8+
9+
### Patch Changes
10+
11+
- 6a4697a: fixes for peer deps when using npm
12+
313
## 2.15.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.15.0",
3+
"version": "2.16.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.16.0
4+
5+
### Minor Changes
6+
7+
- 0c3702b: chore: update Expo to 53.0.6 and React Native to 0.79.2
8+
9+
### Patch Changes
10+
11+
- 6a4697a: fixes for peer deps when using npm
12+
- Updated dependencies [0c3702b]
13+
- Updated dependencies [6a4697a]
14+
- create-expo-stack@2.16.0
15+
316
## 2.15.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.15.0",
3+
"version": "2.16.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.15.0"
23+
"create-expo-stack": "^2.16.0"
2424
},
2525
"publishConfig": {
2626
"access": "public",

0 commit comments

Comments
 (0)