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
10 changes: 0 additions & 10 deletions .changeset/little-rocks-mix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ready-bears-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-views-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/whole-tools-occur.md

This file was deleted.

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

## 0.11.7

### Patch Changes

- 698ef47: bump packages
- Updated dependencies [644f897]
- @rock-js/config@0.11.7
- @rock-js/tools@0.11.7

## 0.11.6

### 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.6",
"version": "0.11.7",
"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.6",
"@rock-js/tools": "^0.11.6",
"@rock-js/config": "^0.11.7",
"@rock-js/tools": "^0.11.7",
"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.7

### Patch Changes

- 644f897: feat: allow running dev server from run commands with `--dev-server` flag
- @rock-js/provider-github@0.11.7
- @rock-js/tools@0.11.7

## 0.11.6

### 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.6",
"version": "0.11.7",
"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.6",
"@rock-js/tools": "^0.11.6",
"@rock-js/provider-github": "^0.11.7",
"@rock-js/tools": "^0.11.7",
"joi": "^17.13.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"@rock-js/test-helpers": "^0.11.6"
"@rock-js/test-helpers": "^0.11.7"
},
"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.7

### Patch Changes

- 698ef47: bump packages

## 0.11.6

### 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.6",
"version": "0.11.7",
"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.6",
"@rock-js/tools": "^0.11.6",
"@rock-js/test-helpers": "^0.11.7",
"@rock-js/tools": "^0.11.7",
"@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.7

### Patch Changes

- 644f897: feat: allow running dev server from run commands with `--dev-server` flag
- 0a593f4: feat: android aab signing
- @rock-js/[email protected]

## 0.11.6

### 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.6",
"version": "0.11.7",
"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.6",
"@rock-js/tools": "^0.11.7",
"adm-zip": "^0.5.16",
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/config": "^0.11.6",
"@rock-js/config": "^0.11.7",
"@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.6"
"@rock-js/platform-android": "^0.11.7"
}
}
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.7

### Patch Changes

- 644f897: feat: allow running dev server from run commands with `--dev-server` flag
- @rock-js/tools@0.11.7

## 0.11.6

### 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.6",
"version": "0.11.7",
"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.6",
"@rock-js/tools": "^0.11.7",
"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.6",
"@rock-js/config": "^0.11.7",
"@types/adm-zip": "^0.5.7"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-harmony/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rock-js/platform-harmony

## 0.11.7

### Patch Changes

- @rock-js/tools@0.11.7

## 0.11.6

### Patch Changes
Expand Down
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.6",
"version": "0.11.7",
"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.6",
"@rock-js/tools": "^0.11.7",
"json5": "^2.2.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/config": "^0.11.6"
"@rock-js/config": "^0.11.7"
},
"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.6",
"@rock-js/platform-harmony": "^0.11.7",
"@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
9 changes: 9 additions & 0 deletions packages/platform-ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rnef/platform-ios

## 0.11.7

### Patch Changes

- 644f897: feat: allow running dev server from run commands with `--dev-server` flag
- Updated dependencies [644f897]
- @rock-js/platform-apple-helpers@0.11.7
- @rock-js/tools@0.11.7

## 0.11.6

### 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.6",
"version": "0.11.7",
"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.6",
"@rock-js/tools": "^0.11.6",
"@rock-js/platform-apple-helpers": "^0.11.7",
"@rock-js/tools": "^0.11.7",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.6"
"@rock-js/config": "^0.11.7"
},
"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.6"
"@rock-js/platform-ios": "^0.11.7"
}
}
9 changes: 9 additions & 0 deletions packages/plugin-brownfield-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rnef/plugin-brownfield-android

## 0.11.7

### Patch Changes

- Updated dependencies [644f897]
- Updated dependencies [0a593f4]
- @rock-js/platform-android@0.11.7
- @rock-js/tools@0.11.7

## 0.11.6

### 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.6",
"version": "0.11.7",
"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.6",
"@rock-js/platform-android": "^0.11.6",
"@rock-js/tools": "^0.11.7",
"@rock-js/platform-android": "^0.11.7",
"@react-native-community/cli-config-android": "^20.0.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.6",
"@rock-js/config": "^0.11.7",
"@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.6"
"@rock-js/plugin-brownfield-android": "^0.11.7"
}
}
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.7

### Patch Changes

- Updated dependencies [644f897]
- @rock-js/platform-apple-helpers@0.11.7
- @rock-js/tools@0.11.7

## 0.11.6

### 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.6",
"version": "0.11.7",
"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.6",
"@rock-js/platform-apple-helpers": "^0.11.6",
"@rock-js/tools": "^0.11.7",
"@rock-js/platform-apple-helpers": "^0.11.7",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.6"
"@rock-js/config": "^0.11.7"
},
"publishConfig": {
"access": "public"
Expand Down
Loading