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: 5 additions & 0 deletions .changeset/real-showers-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-rock': patch
---

bump create-rock
6 changes: 0 additions & 6 deletions .changeset/sweet-apples-camp.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.4

### Patch Changes

- c904ec9: fix: properly take env value into account; hash sensitive data
- Updated dependencies [c904ec9]
- @rock-js/[email protected]
- @rock-js/[email protected]

## 0.11.3

### 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.3",
"version": "0.11.4",
"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.3",
"@rock-js/tools": "^0.11.3",
"@rock-js/config": "^0.11.4",
"@rock-js/tools": "^0.11.4",
"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.4

### Patch Changes

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

## 0.11.3

### 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.3",
"version": "0.11.4",
"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.3",
"@rock-js/tools": "^0.11.3",
"@rock-js/provider-github": "^0.11.4",
"@rock-js/tools": "^0.11.4",
"joi": "^17.13.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.6",
"@rock-js/test-helpers": "^0.11.3"
"@rock-js/test-helpers": "^0.11.4"
},
"publishConfig": {
"access": "public"
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.3",
"version": "0.11.4",
"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.3",
"@rock-js/tools": "^0.11.3",
"@rock-js/test-helpers": "^0.11.4",
"@rock-js/tools": "^0.11.4",
"@rslib/core": "^0.13.0",
"@types/gradient-string": "^1.1.6",
"@types/minimist": "^1.2.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/platform-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rnef/platform-android

## 0.11.4

### Patch Changes

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

## 0.11.3

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

### Patch Changes

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

## 0.11.3

### 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.3",
"version": "0.11.4",
"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.3",
"@rock-js/tools": "^0.11.4",
"@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.3"
"@rock-js/config": "^0.11.4"
},
"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.4

### Patch Changes

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

## 0.11.3

### 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.3",
"version": "0.11.4",
"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.3",
"@rock-js/tools": "^0.11.3",
"@rock-js/platform-apple-helpers": "^0.11.4",
"@rock-js/tools": "^0.11.4",
"tslib": "^2.3.0"
},
"devDependencies": {
"@rock-js/config": "^0.11.3"
"@rock-js/config": "^0.11.4"
},
"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.3"
"@rock-js/platform-ios": "^0.11.4"
}
}
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.4

### Patch Changes

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

## 0.11.3

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

### Patch Changes

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

## 0.11.3

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

## 0.11.4

### Patch Changes

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

## 0.11.3

### 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.3",
"version": "0.11.4",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@react-native-community/cli-server-api": "^20.0.0",
"@rock-js/tools": "^0.11.3",
"@rock-js/tools": "^0.11.4",
"metro": "^0.83.1",
"metro-config": "^0.83.1",
"metro-core": "^0.83.1",
Expand All @@ -29,7 +29,7 @@
"devDependencies": {
"@react-native/dev-middleware": "^0.81.1",
"@react-native/community-cli-plugin": "0.81.1",
"@rock-js/config": "^0.11.3"
"@rock-js/config": "^0.11.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-metro/template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rock-plugin-metro-template",
"devDependencies": {
"@rock-js/plugin-metro": "^0.11.3",
"@rock-js/plugin-metro": "^0.11.4",
"@react-native/metro-config": "0.81.1"
}
}
7 changes: 7 additions & 0 deletions packages/plugin-repack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rnef/plugin-repack

## 0.11.4

### Patch Changes

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

## 0.11.3

### Patch Changes
Expand Down
Loading
Loading