Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d298e84

Browse files
github-actions[bot]danstepanov
authored andcommittedJun 17, 2025·
chore(release): version packages
1 parent 121618b commit d298e84

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed
 

‎.changeset/gentle-queens-confess.md

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

‎cli/CHANGELOG.md

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

3+
## 2.18.5
4+
5+
### Patch Changes
6+
7+
- 121618b: chore: change cesconfig.json to cesconfig.jsonc
8+
39
## 2.18.4
410

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

‎packages/rn-new/CHANGELOG.md

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

3+
## 2.18.5
4+
5+
### Patch Changes
6+
7+
- 121618b: chore: change cesconfig.json to cesconfig.jsonc
8+
- Updated dependencies [121618b]
9+
- create-expo-stack@2.18.5
10+
311
## 2.18.4
412

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

0 commit comments

Comments
 (0)
Please sign in to comment.