Skip to content

Commit ef87c3c

Browse files
github-actions[bot]danstepanov
authored andcommitted
chore(release): version packages
1 parent 1dd14ce commit ef87c3c

File tree

6 files changed

+20
-15
lines changed

6 files changed

+20
-15
lines changed

.changeset/shiny-pans-hide.md

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

.changeset/two-points-cover.md

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

cli/CHANGELOG.md

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

3+
## 2.18.6
4+
5+
### Patch Changes
6+
7+
- 1dd14ce: chore: useless change for deploy changeset
8+
- ea34f2b: Updates react navigation templates to use static configuration
9+
310
## 2.18.5
411

512
### 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.18.5",
3+
"version": "2.18.6",
44
"description": "CLI tool to initialize a React Native application with Expo",
55
"repository": {
66
"type": "git",

packages/rn-new/CHANGELOG.md

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

3+
## 2.18.6
4+
5+
### Patch Changes
6+
7+
- 1dd14ce: chore: useless change for deploy changeset
8+
- ea34f2b: Updates react navigation templates to use static configuration
9+
- Updated dependencies [1dd14ce]
10+
- Updated dependencies [ea34f2b]
11+
- create-expo-stack@2.18.6
12+
313
## 2.18.5
414

515
### 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.5",
3+
"version": "2.18.6",
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.5"
23+
"create-expo-stack": "^2.18.6"
2424
},
2525
"publishConfig": {
2626
"access": "public",

0 commit comments

Comments
 (0)