Skip to content

Commit ce7ee0a

Browse files
chore: version packages (#616)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e4c7365 commit ce7ee0a

File tree

15 files changed

+26
-20
lines changed

15 files changed

+26
-20
lines changed

.changeset/mean-llamas-read.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rock
22

3+
## 0.11.8
4+
5+
### Patch Changes
6+
7+
- e4c7365: bump packages
8+
39
## 0.11.7
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rock",
3-
"version": "0.11.7",
3+
"version": "0.11.8",
44
"description": "Command-line interface for Rock - a React Native development toolkit",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",

packages/create-app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-rock
22

3+
## 0.11.8
4+
5+
### Patch Changes
6+
7+
- e4c7365: bump packages
8+
39
## 0.11.7
410

511
### Patch Changes

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rock",
3-
"version": "0.11.7",
3+
"version": "0.11.8",
44
"description": "Scaffolding tool for creating new React Native applications with Rock",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",

packages/platform-android/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"android": "rock run:android"
55
},
66
"devDependencies": {
7-
"@rock-js/platform-android": "^0.11.7"
7+
"@rock-js/platform-android": "^0.11.8"
88
}
99
}

packages/platform-harmony/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@react-native-community/cli": "^15.0.1",
13-
"@rock-js/platform-harmony": "^0.11.7",
13+
"@rock-js/platform-harmony": "^0.11.8",
1414
"@react-native-oh/react-native-harmony": "0.77.18-1",
1515
"@react-native-oh/react-native-harmony-cli": "0.77.18-1",
1616
"@types/react": "^18.3.1",

packages/platform-ios/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"ios": "rock run:ios"
55
},
66
"devDependencies": {
7-
"@rock-js/platform-ios": "^0.11.7"
7+
"@rock-js/platform-ios": "^0.11.8"
88
}
99
}

packages/plugin-brownfield-android/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@callstack/react-native-brownfield": "^1.2.0"
99
},
1010
"devDependencies": {
11-
"@rock-js/plugin-brownfield-android": "^0.11.7"
11+
"@rock-js/plugin-brownfield-android": "^0.11.8"
1212
}
1313
}

packages/plugin-brownfield-ios/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"@callstack/react-native-brownfield": "^1.2.0"
88
},
99
"devDependencies": {
10-
"@rock-js/plugin-brownfield-ios": "^0.11.7"
10+
"@rock-js/plugin-brownfield-ios": "^0.11.8"
1111
}
1212
}

0 commit comments

Comments
 (0)