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/cool-hairs-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/huge-grapes-write.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-apples-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-keys-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-cases-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-hoops-find.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-sheep-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-doors-start.md

This file was deleted.

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

## 0.11.3

### Patch Changes

- 052c384: chore: bump tar dep
- @rock-js/[email protected]
- @rock-js/[email protected]

## 0.11.2

### 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.2",
"version": "0.11.3",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand All @@ -24,8 +24,8 @@
},
"dependencies": {
"@react-native-community/cli-config": "^20.0.0",
"@rock-js/config": "^0.11.2",
"@rock-js/tools": "^0.11.2",
"@rock-js/config": "^0.11.3",
"@rock-js/tools": "^0.11.3",
"adm-zip": "^0.5.16",
"commander": "^12.1.0",
"tar": "^7.5.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rnef/config

## 0.11.3

### Patch Changes

- @rock-js/[email protected]
- @rock-js/[email protected]

## 0.11.2

### 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.2",
"version": "0.11.3",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand All @@ -18,14 +18,14 @@
},
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@rock-js/provider-github": "^0.11.2",
"@rock-js/tools": "^0.11.2",
"@rock-js/provider-github": "^0.11.3",
"@rock-js/tools": "^0.11.3",
"joi": "^17.13.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"@rock-js/test-helpers": "^0.11.2"
"@rock-js/test-helpers": "^0.11.3"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-rock

## 0.11.3

### Patch Changes

- b7a14a3: fix: create-app local workflow
- 3b2fa61: feat: add remote cache provider setup

## 0.11.2

### 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.2",
"version": "0.11.3",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand All @@ -21,8 +21,8 @@
"create-rock": "./dist/src/bin.js"
},
"devDependencies": {
"@rock-js/test-helpers": "^0.11.2",
"@rock-js/tools": "^0.11.2",
"@rock-js/test-helpers": "^0.11.3",
"@rock-js/tools": "^0.11.3",
"@rslib/core": "^0.13.0",
"@types/gradient-string": "^1.1.6",
"@types/minimist": "^1.2.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnef/platform-android

## 0.11.3

### Patch Changes

- @rock-js/[email protected]

## 0.11.2

### 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.2",
"version": "0.11.3",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand All @@ -20,13 +20,13 @@
},
"dependencies": {
"@react-native-community/cli-config-android": "^20.0.0",
"@rock-js/tools": "^0.11.2",
"@rock-js/tools": "^0.11.3",
"adm-zip": "^0.5.16",
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/config": "^0.11.2",
"@rock-js/config": "^0.11.3",
"@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.2"
"@rock-js/platform-android": "^0.11.3"
}
}
8 changes: 8 additions & 0 deletions packages/platform-apple-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rnef/platform-apple-helpers

## 0.11.3

### Patch Changes

- a865a55: fix: ensure RCT_USE_RN_DEP and RCT_USE_PREBUILT_RNCORE are only set for RN 0.81"
- 1a92e61: fix: turn off prebuilds for brownfield builds
- @rock-js/[email protected]

## 0.11.2

### 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.2",
"version": "0.11.3",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@react-native-community/cli-config": "^20.0.0",
"@react-native-community/cli-config-apple": "^20.0.0",
"@rock-js/tools": "^0.11.2",
"@rock-js/tools": "^0.11.3",
"@types/adm-zip": "^0.5.7",
"adm-zip": "^0.5.16",
"fast-glob": "^3.3.2",
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/config": "^0.11.2"
"@rock-js/config": "^0.11.3"
},
"publishConfig": {
"access": "public"
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.3

### Patch Changes

- Updated dependencies [a865a55]
- Updated dependencies [1a92e61]
- @rock-js/[email protected]
- @rock-js/[email protected]

## 0.11.2

### 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.2",
"version": "0.11.3",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand All @@ -21,12 +21,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.2",
"@rock-js/tools": "^0.11.2",
"@rock-js/platform-apple-helpers": "^0.11.3",
"@rock-js/tools": "^0.11.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.2"
"@rock-js/config": "^0.11.3"
},
"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.2"
"@rock-js/platform-ios": "^0.11.3"
}
}
7 changes: 7 additions & 0 deletions packages/plugin-brownfield-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rnef/plugin-brownfield-android

## 0.11.3

### Patch Changes

- @rock-js/[email protected]
- @rock-js/[email protected]

## 0.11.2

### 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.2",
"version": "0.11.3",
"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.2",
"@rock-js/platform-android": "^0.11.2",
"@rock-js/tools": "^0.11.3",
"@rock-js/platform-android": "^0.11.3",
"@react-native-community/cli-config-android": "^20.0.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.2",
"@rock-js/config": "^0.11.3",
"@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.2"
"@rock-js/plugin-brownfield-android": "^0.11.3"
}
}
9 changes: 9 additions & 0 deletions packages/plugin-brownfield-ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rnef/plugin-brownfield-ios

## 0.11.3

### Patch Changes

- Updated dependencies [a865a55]
- Updated dependencies [1a92e61]
- @rock-js/[email protected]
- @rock-js/[email protected]

## 0.11.2

### 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.2",
"version": "0.11.3",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand All @@ -21,12 +21,12 @@
"dependencies": {
"@react-native-community/cli-config-apple": "^20.0.0",
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/tools": "^0.11.2",
"@rock-js/platform-apple-helpers": "^0.11.2",
"@rock-js/tools": "^0.11.3",
"@rock-js/platform-apple-helpers": "^0.11.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.2"
"@rock-js/config": "^0.11.3"
},
"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.2"
"@rock-js/plugin-brownfield-ios": "^0.11.3"
}
}
6 changes: 6 additions & 0 deletions packages/plugin-metro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnef/plugin-metro

## 0.11.3

### Patch Changes

- @rock-js/[email protected]

## 0.11.2

### Patch Changes
Expand Down
Loading