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/mean-llamas-read.md

This file was deleted.

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

## 0.11.8

### Patch Changes

- e4c7365: bump packages

## 0.11.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rock",
"version": "0.11.7",
"version": "0.11.8",
"description": "Command-line interface for Rock - a React Native development toolkit",
"type": "module",
"types": "./dist/src/index.d.ts",
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.8

### Patch Changes

- e4c7365: bump packages

## 0.11.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "0.11.8",
"description": "Scaffolding tool for creating new React Native applications with Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
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.7"
"@rock-js/platform-android": "^0.11.8"
}
}
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.7",
"@rock-js/platform-harmony": "^0.11.8",
"@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
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.7"
"@rock-js/platform-ios": "^0.11.8"
}
}
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.7"
"@rock-js/plugin-brownfield-android": "^0.11.8"
}
}
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.7"
"@rock-js/plugin-brownfield-ios": "^0.11.8"
}
}
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.7",
"@rock-js/plugin-metro": "^0.11.8",
"@react-native/metro-config": "0.81.1"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-repack/template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rock-plugin-repack-template",
"devDependencies": {
"@rock-js/plugin-repack": "^0.11.7",
"@rock-js/plugin-repack": "^0.11.8",
"@callstack/repack": "^5.2.0",
"@rspack/core": "^1.5.0",
"@swc/helpers": "^0.5.17"
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-github/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rock-provider-github-template",
"devDependencies": {
"@rock-js/provider-github": "^0.11.7"
"@rock-js/provider-github": "^0.11.8"
}
}
2 changes: 1 addition & 1 deletion packages/provider-s3/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rock-provider-s3-template",
"devDependencies": {
"@rock-js/provider-s3": "^0.11.7"
"@rock-js/provider-s3": "^0.11.8"
}
}
6 changes: 3 additions & 3 deletions templates/rock-template-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rock-js/template-default",
"version": "0.11.7",
"version": "0.11.8",
"scripts": {
"start": "rock start",
"lint": "eslint .",
Expand All @@ -14,8 +14,8 @@
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"rock": "^0.11.7",
"@rock-js/welcome-screen": "^0.11.7",
"rock": "^0.11.8",
"@rock-js/welcome-screen": "^0.11.8",
"@react-native/babel-preset": "0.81.1",
"@react-native/eslint-config": "0.81.1",
"@react-native/typescript-config": "0.81.1",
Expand Down