Skip to content

Commit fef7e61

Browse files
github-actions[bot]thymikee
authored andcommitted
chore: v0.9.1 (#509)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4018e5f commit fef7e61

File tree

37 files changed

+149
-83
lines changed

37 files changed

+149
-83
lines changed

.changeset/mighty-rats-try.md

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

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": "rock",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
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-
"@rock-js/config": "^0.9.0",
29-
"@rock-js/tools": "^0.9.0",
28+
"@rock-js/config": "^0.9.1",
29+
"@rock-js/tools": "^0.9.1",
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.9.1
4+
5+
### Patch Changes
6+
7+
- @rock-js/provider-github@0.9.1
8+
- @rock-js/tools@0.9.1
9+
310
## 0.9.0
411

512
### Minor 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": "@rock-js/config",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"type": "module",
55
"types": "./dist/src/index.d.ts",
66
"exports": {
@@ -18,8 +18,8 @@
1818
},
1919
"dependencies": {
2020
"@babel/code-frame": "^7.26.2",
21-
"@rock-js/provider-github": "^0.9.0",
22-
"@rock-js/tools": "^0.9.0",
21+
"@rock-js/provider-github": "^0.9.1",
22+
"@rock-js/tools": "^0.9.1",
2323
"joi": "^17.13.3",
2424
"tslib": "^2.3.0"
2525
},
@@ -28,6 +28,6 @@
2828
},
2929
"devDependencies": {
3030
"@types/babel__code-frame": "^7.0.6",
31-
"@rock-js/test-helpers": "^0.9.0"
31+
"@rock-js/test-helpers": "^0.9.1"
3232
}
3333
}

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": "create-rock",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"type": "module",
55
"types": "./dist/src/index.d.ts",
66
"exports": {
@@ -21,7 +21,7 @@
2121
"create-app": "./dist/src/bin.js"
2222
},
2323
"dependencies": {
24-
"@rock-js/tools": "^0.9.0",
24+
"@rock-js/tools": "^0.9.1",
2525
"gradient-string": "^3.0.0",
2626
"minimist": "^1.2.8",
2727
"package-json": "^10.0.1",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@types/gradient-string": "^1.1.6",
33-
"@rock-js/test-helpers": "^0.9.0",
33+
"@rock-js/test-helpers": "^0.9.1",
3434
"@types/minimist": "^1.2.5"
3535
},
3636
"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.9.1
4+
5+
### Patch Changes
6+
7+
- @rock-js/tools@0.9.1
8+
39
## 0.9.0
410

511
### Minor 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": "@rock-js/platform-android",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"type": "module",
55
"types": "./dist/src/index.d.ts",
66
"exports": {
@@ -20,13 +20,13 @@
2020
},
2121
"dependencies": {
2222
"@react-native-community/cli-config-android": "^19.1.0",
23-
"@rock-js/tools": "^0.9.0",
23+
"@rock-js/tools": "^0.9.1",
2424
"adm-zip": "^0.5.16",
2525
"tslib": "^2.3.0"
2626
},
2727
"devDependencies": {
2828
"@react-native-community/cli-types": "^19.1.0",
29-
"@rock-js/config": "^0.9.0",
29+
"@rock-js/config": "^0.9.1",
3030
"@types/adm-zip": "^0.5.7"
3131
},
3232
"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": "rock run:android"
55
},
66
"devDependencies": {
7-
"@rock-js/platform-android": "^0.9.0"
7+
"@rock-js/platform-android": "^0.9.1"
88
}
99
}

packages/platform-apple-helpers/CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- @rock-js/tools@0.9.1
8+
39
## 0.9.0
410

511
### Minor Changes

packages/platform-apple-helpers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rock-js/platform-apple-helpers",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"type": "module",
55
"types": "./dist/src/index.d.ts",
66
"exports": {
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@react-native-community/cli-config": "^19.1.0",
2121
"@react-native-community/cli-config-apple": "^19.1.0",
22-
"@rock-js/tools": "^0.9.0",
22+
"@rock-js/tools": "^0.9.1",
2323
"@types/adm-zip": "^0.5.7",
2424
"adm-zip": "^0.5.16",
2525
"fast-glob": "^3.3.2",
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@react-native-community/cli-types": "^19.1.0",
31-
"@rock-js/config": "^0.9.0"
31+
"@rock-js/config": "^0.9.1"
3232
},
3333
"publishConfig": {
3434
"access": "public"

0 commit comments

Comments
 (0)