Skip to content

Commit d16ca68

Browse files
chore: v0.8.3 (#456)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 078d33c commit d16ca68

File tree

39 files changed

+165
-83
lines changed

39 files changed

+165
-83
lines changed

.changeset/modern-ears-fetch.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.8.3
4+
5+
### Patch Changes
6+
7+
- @rnef/config@0.8.3
8+
- @rnef/tools@0.8.3
9+
310
## 0.8.2
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.8.2",
3+
"version": "0.8.3",
44
"type": "module",
55
"types": "./dist/src/index.d.ts",
66
"exports": {
@@ -25,8 +25,8 @@
2525
"dependencies": {
2626
"adm-zip": "^0.5.16",
2727
"@react-native-community/cli-config": "^19.1.0",
28-
"@rnef/config": "^0.8.2",
29-
"@rnef/tools": "^0.8.2",
28+
"@rnef/config": "^0.8.3",
29+
"@rnef/tools": "^0.8.3",
3030
"commander": "^12.1.0",
3131
"tar": "^7.4.3",
3232
"tslib": "^2.3.0"

packages/config/CHANGELOG.md

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

3+
## 0.8.3
4+
5+
### Patch Changes
6+
7+
- @rnef/provider-github@0.8.3
8+
- @rnef/tools@0.8.3
9+
310
## 0.8.2
411

512
### Patch Changes

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnef/config",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"type": "module",
55
"exports": {
66
"types": "./dist/src/index.d.ts",
@@ -17,8 +17,8 @@
1717
},
1818
"dependencies": {
1919
"@babel/code-frame": "^7.26.2",
20-
"@rnef/provider-github": "^0.8.2",
21-
"@rnef/tools": "^0.8.2",
20+
"@rnef/provider-github": "^0.8.3",
21+
"@rnef/tools": "^0.8.3",
2222
"joi": "^17.13.3",
2323
"tslib": "^2.3.0"
2424
},
@@ -27,6 +27,6 @@
2727
},
2828
"devDependencies": {
2929
"@types/babel__code-frame": "^7.0.6",
30-
"@rnef/test-helpers": "^0.8.2"
30+
"@rnef/test-helpers": "^0.8.3"
3131
}
3232
}

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.8.3
4+
5+
### Patch Changes
6+
7+
- @rnef/tools@0.8.3
8+
39
## 0.8.2
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.8.2",
3+
"version": "0.8.3",
44
"type": "module",
55
"exports": {
66
"types": "./dist/src/index.d.ts",
@@ -20,7 +20,7 @@
2020
"create-app": "./dist/src/bin.js"
2121
},
2222
"dependencies": {
23-
"@rnef/tools": "^0.8.2",
23+
"@rnef/tools": "^0.8.3",
2424
"gradient-string": "^3.0.0",
2525
"minimist": "^1.2.8",
2626
"package-json": "^10.0.1",
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@types/gradient-string": "^1.1.6",
32-
"@rnef/test-helpers": "^0.8.2",
32+
"@rnef/test-helpers": "^0.8.3",
3333
"@types/minimist": "^1.2.5"
3434
},
3535
"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.8.3
4+
5+
### Patch Changes
6+
7+
- @rnef/tools@0.8.3
8+
39
## 0.8.2
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.8.2",
3+
"version": "0.8.3",
44
"type": "module",
55
"exports": {
66
"types": "./dist/src/index.d.ts",
@@ -19,13 +19,13 @@
1919
},
2020
"dependencies": {
2121
"@react-native-community/cli-config-android": "^19.1.0",
22-
"@rnef/tools": "^0.8.2",
22+
"@rnef/tools": "^0.8.3",
2323
"adm-zip": "^0.5.16",
2424
"tslib": "^2.3.0"
2525
},
2626
"devDependencies": {
2727
"@react-native-community/cli-types": "^19.1.0",
28-
"@rnef/config": "^0.8.2",
28+
"@rnef/config": "^0.8.3",
2929
"@types/adm-zip": "^0.5.7"
3030
},
3131
"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.8.2"
7+
"@rnef/platform-android": "^0.8.3"
88
}
99
}

0 commit comments

Comments
 (0)