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
5 changes: 0 additions & 5 deletions .changeset/cold-buckets-float.md

This file was deleted.

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.8

### Patch Changes

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

## 0.11.7

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

### Patch Changes

- @rock-js/[email protected]

## 0.11.7

### 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.7",
"version": "0.11.8",
"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.7",
"@rock-js/tools": "^0.11.8",
"adm-zip": "^0.5.16",
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/config": "^0.11.7",
"@rock-js/config": "^0.11.8",
"@types/adm-zip": "^0.5.7"
},
"publishConfig": {
Expand Down
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.8

### Patch Changes

- c61b273: fix: always use `RCT_USE_RN_DEP` and `RCT_USE_PREBUILT_RNCORE` values when passed
- @rock-js/[email protected]

## 0.11.7

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

### Patch Changes

- @rock-js/[email protected]

## 0.11.7

### 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.7",
"version": "0.11.8",
"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.7",
"@rock-js/tools": "^0.11.8",
"json5": "^2.2.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native-community/cli-types": "^20.0.0",
"@rock-js/config": "^0.11.7"
"@rock-js/config": "^0.11.8"
},
"publishConfig": {
"access": "public"
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.8

### Patch Changes

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

## 0.11.7

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

### Patch Changes

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

## 0.11.7

### 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.7",
"version": "0.11.8",
"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.7",
"@rock-js/platform-android": "^0.11.7",
"@rock-js/tools": "^0.11.8",
"@rock-js/platform-android": "^0.11.8",
"@react-native-community/cli-config-android": "^20.0.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.7",
"@rock-js/config": "^0.11.8",
"@react-native-community/cli-types": "^20.0.0"
},
"publishConfig": {
Expand Down
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.8

### Patch Changes

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

## 0.11.7

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

### Patch Changes

- @rock-js/[email protected]

## 0.11.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-metro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/plugin-metro",
"version": "0.11.7",
"version": "0.11.8",
"description": "Metro bundler integration plugin for Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@react-native-community/cli-server-api": "^20.0.0",
"@rock-js/tools": "^0.11.7",
"@rock-js/tools": "^0.11.8",
"metro": "^0.83.1",
"metro-config": "^0.83.1",
"metro-core": "^0.83.1",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@react-native/dev-middleware": "^0.81.1",
"@react-native/community-cli-plugin": "0.81.1",
"@rock-js/config": "^0.11.7"
"@rock-js/config": "^0.11.8"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnef/plugin-repack

## 0.11.8

### Patch Changes

- @rock-js/[email protected]

## 0.11.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-repack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/plugin-repack",
"version": "0.11.7",
"version": "0.11.8",
"description": "Re.Pack bundler integration plugin for Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -19,11 +19,11 @@
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
},
"dependencies": {
"@rock-js/tools": "^0.11.7",
"@rock-js/tools": "^0.11.8",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.7"
"@rock-js/config": "^0.11.8"
},
"peerDependencies": {
"@callstack/repack": ">=5",
Expand Down
6 changes: 6 additions & 0 deletions packages/provider-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnef/provider-github

## 0.11.8

### Patch Changes

- @rock-js/[email protected]

## 0.11.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/provider-github",
"version": "0.11.7",
"version": "0.11.8",
"description": "GitHub Actions provider for Rock Remote Build Cache",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
},
"dependencies": {
"@rock-js/tools": "^0.11.7",
"@rock-js/tools": "^0.11.8",
"ts-regex-builder": "^1.8.2",
"tslib": "^2.3.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/provider-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rnef/provider-s3

## 0.11.8

### Patch Changes

- @rock-js/[email protected]

## 0.11.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/provider-s3",
"version": "0.11.7",
"version": "0.11.8",
"description": "AWS S3 (and Cloudflare R2) provider for Rock Remote Build Cache",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"@aws-sdk/credential-providers": "^3.830.0",
"@aws-sdk/lib-storage": "^3.830.0",
"@aws-sdk/s3-request-presigner": "^3.830.0",
"@rock-js/tools": "^0.11.7",
"@rock-js/tools": "^0.11.8",
"tslib": "^2.3.0"
},
"publishConfig": {
Expand Down
Loading