Skip to content

Commit 7b1520d

Browse files
github-actions[bot]danstepanov
authored andcommitted
chore(release): version packages
1 parent 3b6a9d9 commit 7b1520d

File tree

7 files changed

+23
-21
lines changed

7 files changed

+23
-21
lines changed

.changeset/loud-ducks-camp.md

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

.changeset/shaggy-lemons-retire.md

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

.changeset/stupid-balloons-love.md

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

cli/CHANGELOG.md

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

3+
## 2.13.2
4+
5+
### Patch Changes
6+
7+
- 5eb8603: feat: add app.json validation for publish flag
8+
- 71cb09f: add publish to flags
9+
- 3b6a9d9: update tests
10+
311
## 2.13.1
412

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

packages/rn-new/CHANGELOG.md

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

3+
## 2.13.2
4+
5+
### Patch Changes
6+
7+
- 5eb8603: feat: add app.json validation for publish flag
8+
- 71cb09f: add publish to flags
9+
- 3b6a9d9: update tests
10+
- Updated dependencies [5eb8603]
11+
- Updated dependencies [71cb09f]
12+
- Updated dependencies [3b6a9d9]
13+
- create-expo-stack@2.13.2
14+
315
## 2.13.1
416

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

0 commit comments

Comments
 (0)