Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/fluffy-windows-relax.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/free-squids-walk.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# rock

## 0.11.6

### Patch Changes

- 810cafa: website: update wording to emphasize Rock's strengths
- b47210e: feat: add experimental support for HarmonyOS platform
- Updated dependencies [b47210e]
- @rock-js/[email protected]
- @rock-js/[email protected]

## 0.11.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rock",
"version": "0.11.5",
"version": "0.11.6",
"description": "Command-line interface for Rock - a React Native development toolkit",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@react-native-community/cli-config": "^20.0.0",
"@rock-js/config": "^0.11.5",
"@rock-js/tools": "^0.11.5",
"@rock-js/config": "^0.11.6",
"@rock-js/tools": "^0.11.6",
"adm-zip": "^0.5.16",
"commander": "^12.1.0",
"tar": "^7.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rnef/config

## 0.11.6

### Patch Changes

- Updated dependencies [b47210e]
- @rock-js/[email protected]
- @rock-js/[email protected]

## 0.11.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/config",
"version": "0.11.5",
"version": "0.11.6",
"description": "Configuration management utilities for Rock projects",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -19,14 +19,14 @@
},
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@rock-js/provider-github": "^0.11.5",
"@rock-js/tools": "^0.11.5",
"@rock-js/provider-github": "^0.11.6",
"@rock-js/tools": "^0.11.6",
"joi": "^17.13.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"@rock-js/test-helpers": "^0.11.5"
"@rock-js/test-helpers": "^0.11.6"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-rock

## 0.11.6

### Patch Changes

- b47210e: feat: add experimental support for HarmonyOS platform

## 0.11.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rock",
"version": "0.11.5",
"version": "0.11.6",
"description": "Scaffolding tool for creating new React Native applications with Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -22,8 +22,8 @@
"create-rock": "./dist/src/bin.js"
},
"devDependencies": {
"@rock-js/test-helpers": "^0.11.5",
"@rock-js/tools": "^0.11.5",
"@rock-js/test-helpers": "^0.11.6",
"@rock-js/tools": "^0.11.6",
"@rslib/core": "^0.13.0",
"@types/gradient-string": "^1.1.6",
"@types/minimist": "^1.2.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/platform-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rnef/platform-android

## 0.11.6

### Patch Changes

- b47210e: feat: add experimental support for HarmonyOS platform
- Updated dependencies [b47210e]
- @rock-js/[email protected]

## 0.11.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/platform-android",
"version": "0.11.5",
"version": "0.11.6",
"description": "Android platform support and configuration for Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -21,13 +21,13 @@
},
"dependencies": {
"@react-native-community/cli-config-android": "^20.0.0",
"@rock-js/tools": "^0.11.5",
"@rock-js/tools": "^0.11.6",
"adm-zip": "^0.5.16",
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/config": "^0.11.5",
"@rock-js/config": "^0.11.6",
"@types/adm-zip": "^0.5.7"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-android/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"android": "rock run:android"
},
"devDependencies": {
"@rock-js/platform-android": "^0.11.5"
"@rock-js/platform-android": "^0.11.6"
}
}
7 changes: 7 additions & 0 deletions packages/platform-apple-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rnef/platform-apple-helpers

## 0.11.6

### Patch Changes

- Updated dependencies [b47210e]
- @rock-js/[email protected]

## 0.11.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-apple-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/platform-apple-helpers",
"version": "0.11.5",
"version": "0.11.6",
"description": "Shared utilities and helpers for Apple platforms (iOS/macOS/tvOS/visionOS) in Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -20,14 +20,14 @@
"dependencies": {
"@react-native-community/cli-config": "^20.0.0",
"@react-native-community/cli-config-apple": "^20.0.0",
"@rock-js/tools": "^0.11.5",
"@rock-js/tools": "^0.11.6",
"adm-zip": "^0.5.16",
"fast-xml-parser": "^4.5.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/config": "^0.11.5",
"@rock-js/config": "^0.11.6",
"@types/adm-zip": "^0.5.7"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/platform-harmony/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# @rock-js/platform-harmony

## 0.11.6

### Patch Changes

- b47210e: feat: add experimental support for HarmonyOS platform
- Updated dependencies [b47210e]
- @rock-js/[email protected]
6 changes: 3 additions & 3 deletions packages/platform-harmony/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/platform-harmony",
"version": "0.11.5",
"version": "0.11.6",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand All @@ -19,13 +19,13 @@
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
},
"dependencies": {
"@rock-js/tools": "^0.11.5",
"@rock-js/tools": "^0.11.6",
"json5": "^2.2.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/config": "^0.11.5"
"@rock-js/config": "^0.11.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-harmony/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@react-native-community/cli": "^15.0.1",
"@rock-js/platform-harmony": "^0.11.5",
"@rock-js/platform-harmony": "^0.11.6",
"@react-native-oh/react-native-harmony": "0.77.18-1",
"@react-native-oh/react-native-harmony-cli": "0.77.18-1",
"@types/react": "^18.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/platform-ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rnef/platform-ios

## 0.11.6

### Patch Changes

- Updated dependencies [b47210e]
- @rock-js/[email protected]
- @rock-js/[email protected]

## 0.11.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/platform-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/platform-ios",
"version": "0.11.5",
"version": "0.11.6",
"description": "iOS platform support and configuration for Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -22,12 +22,12 @@
"dependencies": {
"@react-native-community/cli-config-apple": "^20.0.0",
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/platform-apple-helpers": "^0.11.5",
"@rock-js/tools": "^0.11.5",
"@rock-js/platform-apple-helpers": "^0.11.6",
"@rock-js/tools": "^0.11.6",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.5"
"@rock-js/config": "^0.11.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-ios/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"ios": "rock run:ios"
},
"devDependencies": {
"@rock-js/platform-ios": "^0.11.5"
"@rock-js/platform-ios": "^0.11.6"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-brownfield-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rnef/plugin-brownfield-android

## 0.11.6

### Patch Changes

- Updated dependencies [b47210e]
- @rock-js/[email protected]
- @rock-js/[email protected]

## 0.11.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-brownfield-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/plugin-brownfield-android",
"version": "0.11.5",
"version": "0.11.6",
"description": "Plugin for integrating Rock projects with existing Android apps",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -20,13 +20,13 @@
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
},
"dependencies": {
"@rock-js/tools": "^0.11.5",
"@rock-js/platform-android": "^0.11.5",
"@rock-js/tools": "^0.11.6",
"@rock-js/platform-android": "^0.11.6",
"@react-native-community/cli-config-android": "^20.0.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.5",
"@rock-js/config": "^0.11.6",
"@react-native-community/cli-types": "^20.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-brownfield-android/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@callstack/react-native-brownfield": "^1.2.0"
},
"devDependencies": {
"@rock-js/plugin-brownfield-android": "^0.11.5"
"@rock-js/plugin-brownfield-android": "^0.11.6"
}
}
8 changes: 8 additions & 0 deletions packages/plugin-brownfield-ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rnef/plugin-brownfield-ios

## 0.11.6

### Patch Changes

- Updated dependencies [b47210e]
- @rock-js/[email protected]
- @rock-js/[email protected]

## 0.11.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-brownfield-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/plugin-brownfield-ios",
"version": "0.11.5",
"version": "0.11.6",
"description": "Plugin for integrating Rock projects with existing iOS apps",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -22,12 +22,12 @@
"dependencies": {
"@react-native-community/cli-config-apple": "^20.0.0",
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/tools": "^0.11.5",
"@rock-js/platform-apple-helpers": "^0.11.5",
"@rock-js/tools": "^0.11.6",
"@rock-js/platform-apple-helpers": "^0.11.6",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.5"
"@rock-js/config": "^0.11.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-brownfield-ios/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@callstack/react-native-brownfield": "^1.2.0"
},
"devDependencies": {
"@rock-js/plugin-brownfield-ios": "^0.11.5"
"@rock-js/plugin-brownfield-ios": "^0.11.6"
}
}
Loading