Skip to content

Commit 90baf42

Browse files
chore: v0.11.2 (#571)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b2b156a commit 90baf42

File tree

42 files changed

+203
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+203
-104
lines changed

.changeset/big-pens-help.md

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

.changeset/long-rockets-poke.md

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

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# rock
22

3+
## 0.11.2
4+
5+
### Patch Changes
6+
7+
- b2b156a: fix: use v3 actions in docs and simplify instructions
8+
- Updated dependencies [b2b156a]
9+
- @rock-js/config@0.11.2
10+
- @rock-js/tools@0.11.2
11+
312
## 0.11.0
413

514
### Minor 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": "rock",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"type": "module",
55
"types": "./dist/src/index.d.ts",
66
"exports": {
@@ -24,8 +24,8 @@
2424
},
2525
"dependencies": {
2626
"@react-native-community/cli-config": "^20.0.0",
27-
"@rock-js/config": "^0.11.1",
28-
"@rock-js/tools": "^0.11.1",
27+
"@rock-js/config": "^0.11.2",
28+
"@rock-js/tools": "^0.11.2",
2929
"adm-zip": "^0.5.16",
3030
"commander": "^12.1.0",
3131
"tar": "^7.4.3",

packages/config/CHANGELOG.md

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

3+
## 0.11.2
4+
5+
### Patch Changes
6+
7+
- b2b156a: fix: use v3 actions in docs and simplify instructions
8+
- Updated dependencies [b2b156a]
9+
- @rock-js/provider-github@0.11.2
10+
- @rock-js/tools@0.11.2
11+
312
## 0.11.1
413

514
### 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": "@rock-js/config",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"type": "module",
55
"types": "./dist/src/index.d.ts",
66
"exports": {
@@ -18,14 +18,14 @@
1818
},
1919
"dependencies": {
2020
"@babel/code-frame": "^7.26.2",
21-
"@rock-js/provider-github": "^0.11.1",
22-
"@rock-js/tools": "^0.11.1",
21+
"@rock-js/provider-github": "^0.11.2",
22+
"@rock-js/tools": "^0.11.2",
2323
"joi": "^17.13.3",
2424
"tslib": "^2.3.0"
2525
},
2626
"devDependencies": {
2727
"@types/babel__code-frame": "^7.0.6",
28-
"@rock-js/test-helpers": "^0.11.1"
28+
"@rock-js/test-helpers": "^0.11.2"
2929
},
3030
"publishConfig": {
3131
"access": "public"

packages/create-app/CHANGELOG.md

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

3+
## 0.11.2
4+
5+
### Patch Changes
6+
7+
- b2b156a: fix: use v3 actions in docs and simplify instructions
8+
39
## 0.11.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": "create-rock",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"type": "module",
55
"types": "./dist/src/index.d.ts",
66
"exports": {
@@ -21,8 +21,8 @@
2121
"create-rock": "./dist/src/bin.js"
2222
},
2323
"devDependencies": {
24-
"@rock-js/test-helpers": "^0.11.1",
25-
"@rock-js/tools": "^0.11.1",
24+
"@rock-js/test-helpers": "^0.11.2",
25+
"@rock-js/tools": "^0.11.2",
2626
"@rslib/core": "^0.13.0",
2727
"@types/gradient-string": "^1.1.6",
2828
"@types/minimist": "^1.2.5",

packages/platform-android/CHANGELOG.md

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

3+
## 0.11.2
4+
5+
### Patch Changes
6+
7+
- b2b156a: fix: use v3 actions in docs and simplify instructions
8+
- Updated dependencies [b2b156a]
9+
- @rock-js/tools@0.11.2
10+
311
## 0.11.1
412

513
### 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": "@rock-js/platform-android",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
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": "^20.0.0",
23-
"@rock-js/tools": "^0.11.1",
23+
"@rock-js/tools": "^0.11.2",
2424
"adm-zip": "^0.5.16",
2525
"tslib": "^2.3.0"
2626
},
2727
"devDependencies": {
2828
"@react-native-community/cli-types": "^20.0.0",
29-
"@rock-js/config": "^0.11.1",
29+
"@rock-js/config": "^0.11.2",
3030
"@types/adm-zip": "^0.5.7"
3131
},
3232
"publishConfig": {

0 commit comments

Comments
 (0)