Skip to content

Commit c375f91

Browse files
chore: v0.5.2 (#243)
* chore: version packages * lockfile --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michał Pierzchała <[email protected]>
1 parent df957f8 commit c375f91

File tree

33 files changed

+134
-68
lines changed

33 files changed

+134
-68
lines changed

.changeset/silver-bobcats-happen.md

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

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rnef/cli
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- @rnef/config@0.5.2
8+
- @rnef/tools@0.5.2
9+
310
## 0.5.1
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnef/cli",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"type": "module",
55
"exports": {
66
"./package.json": "./package.json"
@@ -17,8 +17,8 @@
1717
},
1818
"dependencies": {
1919
"@react-native-community/cli-config": "^16.0.2",
20-
"@rnef/config": "^0.5.1",
21-
"@rnef/tools": "^0.5.1",
20+
"@rnef/config": "^0.5.2",
21+
"@rnef/tools": "^0.5.2",
2222
"commander": "^12.1.0",
2323
"tslib": "^2.3.0"
2424
},

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rnef/config
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- @rnef/tools@0.5.2
8+
39
## 0.5.1
410

511
### Patch Changes

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnef/config",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"type": "module",
55
"exports": {
66
"types": "./dist/src/index.d.ts",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@babel/code-frame": "^7.26.2",
18-
"@rnef/tools": "^0.5.1",
18+
"@rnef/tools": "^0.5.2",
1919
"joi": "^17.13.3",
2020
"tslib": "^2.3.0"
2121
},

packages/create-app/CHANGELOG.md

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

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- @rnef/tools@0.5.2
8+
39
## 0.5.1
410

511
### Patch Changes

packages/create-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnef/create-app",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"type": "module",
55
"exports": {
66
"types": "./dist/src/index.d.ts",
@@ -18,7 +18,7 @@
1818
"create-rnef-app": "./dist/src/bin.js"
1919
},
2020
"dependencies": {
21-
"@rnef/tools": "^0.5.1",
21+
"@rnef/tools": "^0.5.2",
2222
"gradient-string": "^3.0.0",
2323
"minimist": "^1.2.8",
2424
"package-json": "^10.0.1",
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@types/gradient-string": "^1.1.6",
30-
"@rnef/test-helpers": "^0.5.1",
30+
"@rnef/test-helpers": "^0.5.2",
3131
"@types/minimist": "^1.2.5"
3232
},
3333
"publishConfig": {

packages/platform-android/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rnef/platform-android
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- @rnef/tools@0.5.2
8+
39
## 0.5.1
410

511
### Patch Changes

packages/platform-android/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnef/platform-android",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"type": "module",
55
"exports": {
66
"types": "./dist/src/index.d.ts",
@@ -17,13 +17,13 @@
1717
},
1818
"dependencies": {
1919
"@react-native-community/cli-config-android": "^16.0.2",
20-
"@rnef/tools": "^0.5.1",
20+
"@rnef/tools": "^0.5.2",
2121
"adm-zip": "^0.5.16",
2222
"tslib": "^2.3.0"
2323
},
2424
"devDependencies": {
2525
"@react-native-community/cli-types": "^16.0.2",
26-
"@rnef/config": "^0.5.1",
26+
"@rnef/config": "^0.5.2",
2727
"@types/adm-zip": "^0.5.7"
2828
},
2929
"publishConfig": {

packages/platform-android/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"android": "rnef run:android"
55
},
66
"devDependencies": {
7-
"@rnef/platform-android": "^0.5.1"
7+
"@rnef/platform-android": "^0.5.2"
88
}
99
}

0 commit comments

Comments
 (0)