Skip to content

Commit 7f0527e

Browse files
chore: v0.11.9 release (#618)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c819d6c commit 7f0527e

File tree

44 files changed

+211
-106
lines changed

Some content is hidden

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

44 files changed

+211
-106
lines changed

.changeset/honest-stars-grin.md

Lines changed: 0 additions & 20 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.9
4+
5+
### Patch Changes
6+
7+
- c819d6c: bump packages
8+
- Updated dependencies [c819d6c]
9+
- @rock-js/config@0.11.9
10+
- @rock-js/tools@0.11.9
11+
312
## 0.11.8
413

514
### 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": "rock",
3-
"version": "0.11.8",
3+
"version": "0.11.9",
44
"description": "Command-line interface for Rock - a React Native development toolkit",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@react-native-community/cli-config": "^20.0.0",
28-
"@rock-js/config": "^0.11.7",
29-
"@rock-js/tools": "^0.11.7",
28+
"@rock-js/config": "^0.11.9",
29+
"@rock-js/tools": "^0.11.9",
3030
"adm-zip": "^0.5.16",
3131
"commander": "^12.1.0",
3232
"tar": "^7.5.1",

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.9
4+
5+
### Patch Changes
6+
7+
- c819d6c: bump packages
8+
- Updated dependencies [c819d6c]
9+
- @rock-js/provider-github@0.11.9
10+
- @rock-js/tools@0.11.9
11+
312
## 0.11.8
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.8",
3+
"version": "0.11.9",
44
"description": "Configuration management utilities for Rock projects",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",
@@ -19,14 +19,14 @@
1919
},
2020
"dependencies": {
2121
"@babel/code-frame": "^7.26.2",
22-
"@rock-js/provider-github": "^0.11.8",
23-
"@rock-js/tools": "^0.11.8",
22+
"@rock-js/provider-github": "^0.11.9",
23+
"@rock-js/tools": "^0.11.9",
2424
"joi": "^17.13.3",
2525
"tslib": "^2.3.0"
2626
},
2727
"devDependencies": {
2828
"@types/babel__code-frame": "^7.0.6",
29-
"@rock-js/test-helpers": "^0.11.8"
29+
"@rock-js/test-helpers": "^0.11.9"
3030
},
3131
"publishConfig": {
3232
"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.9
4+
5+
### Patch Changes
6+
7+
- c819d6c: bump packages
8+
39
## 0.11.8
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.8",
3+
"version": "0.11.9",
44
"description": "Scaffolding tool for creating new React Native applications with Rock",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",
@@ -22,8 +22,8 @@
2222
"create-rock": "./dist/src/bin.js"
2323
},
2424
"devDependencies": {
25-
"@rock-js/test-helpers": "^0.11.7",
26-
"@rock-js/tools": "^0.11.7",
25+
"@rock-js/test-helpers": "^0.11.9",
26+
"@rock-js/tools": "^0.11.9",
2727
"@rslib/core": "^0.13.0",
2828
"@types/gradient-string": "^1.1.6",
2929
"@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.9
4+
5+
### Patch Changes
6+
7+
- c819d6c: bump packages
8+
- Updated dependencies [c819d6c]
9+
- @rock-js/tools@0.11.9
10+
311
## 0.11.8
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.8",
3+
"version": "0.11.9",
44
"description": "Android platform support and configuration for Rock",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",
@@ -21,13 +21,13 @@
2121
},
2222
"dependencies": {
2323
"@react-native-community/cli-config-android": "^20.0.0",
24-
"@rock-js/tools": "^0.11.8",
24+
"@rock-js/tools": "^0.11.9",
2525
"adm-zip": "^0.5.16",
2626
"tslib": "^2.3.0"
2727
},
2828
"devDependencies": {
2929
"@react-native-community/cli-types": "^20.0.0",
30-
"@rock-js/config": "^0.11.8",
30+
"@rock-js/config": "^0.11.9",
3131
"@types/adm-zip": "^0.5.7"
3232
},
3333
"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.11.8"
7+
"@rock-js/platform-android": "^0.11.9"
88
}
99
}

0 commit comments

Comments
 (0)