Skip to content

Commit 02f62f9

Browse files
chore: version packages
1 parent c61b273 commit 02f62f9

File tree

30 files changed

+143
-69
lines changed

30 files changed

+143
-69
lines changed

.changeset/cold-buckets-float.md

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

packages/config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rnef/config
22

3+
## 0.11.8
4+
5+
### Patch Changes
6+
7+
- @rock-js/provider-github@0.11.8
8+
- @rock-js/tools@0.11.8
9+
310
## 0.11.7
411

512
### Patch Changes

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rock-js/config",
3-
"version": "0.11.7",
3+
"version": "0.11.8",
44
"description": "Configuration management utilities for Rock projects",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",
@@ -19,14 +19,14 @@
1919
},
2020
"dependencies": {
2121
"@babel/code-frame": "^7.26.2",
22-
"@rock-js/provider-github": "^0.11.7",
23-
"@rock-js/tools": "^0.11.7",
22+
"@rock-js/provider-github": "^0.11.8",
23+
"@rock-js/tools": "^0.11.8",
2424
"joi": "^17.13.3",
2525
"tslib": "^2.3.0"
2626
},
2727
"devDependencies": {
2828
"@types/babel__code-frame": "^7.0.6",
29-
"@rock-js/test-helpers": "^0.11.7"
29+
"@rock-js/test-helpers": "^0.11.8"
3030
},
3131
"publishConfig": {
3232
"access": "public"

packages/platform-android/CHANGELOG.md

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

3+
## 0.11.8
4+
5+
### Patch Changes
6+
7+
- @rock-js/tools@0.11.8
8+
39
## 0.11.7
410

511
### Patch Changes

packages/platform-android/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rock-js/platform-android",
3-
"version": "0.11.7",
3+
"version": "0.11.8",
44
"description": "Android platform support and configuration for Rock",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",
@@ -21,13 +21,13 @@
2121
},
2222
"dependencies": {
2323
"@react-native-community/cli-config-android": "^20.0.0",
24-
"@rock-js/tools": "^0.11.7",
24+
"@rock-js/tools": "^0.11.8",
2525
"adm-zip": "^0.5.16",
2626
"tslib": "^2.3.0"
2727
},
2828
"devDependencies": {
2929
"@react-native-community/cli-types": "^20.0.0",
30-
"@rock-js/config": "^0.11.7",
30+
"@rock-js/config": "^0.11.8",
3131
"@types/adm-zip": "^0.5.7"
3232
},
3333
"publishConfig": {

packages/platform-apple-helpers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rnef/platform-apple-helpers
22

3+
## 0.11.8
4+
5+
### Patch Changes
6+
7+
- c61b273: fix: always use `RCT_USE_RN_DEP` and `RCT_USE_PREBUILT_RNCORE` values when passed
8+
- @rock-js/tools@0.11.8
9+
310
## 0.11.7
411

512
### Patch Changes

packages/platform-apple-helpers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rock-js/platform-apple-helpers",
3-
"version": "0.11.7",
3+
"version": "0.11.8",
44
"description": "Shared utilities and helpers for Apple platforms (iOS/macOS/tvOS/visionOS) in Rock",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",
@@ -20,14 +20,14 @@
2020
"dependencies": {
2121
"@react-native-community/cli-config": "^20.0.0",
2222
"@react-native-community/cli-config-apple": "^20.0.0",
23-
"@rock-js/tools": "^0.11.7",
23+
"@rock-js/tools": "^0.11.8",
2424
"adm-zip": "^0.5.16",
2525
"fast-xml-parser": "^4.5.0",
2626
"tslib": "^2.3.0"
2727
},
2828
"devDependencies": {
2929
"@react-native-community/cli-types": "^20.0.0",
30-
"@rock-js/config": "^0.11.7",
30+
"@rock-js/config": "^0.11.8",
3131
"@types/adm-zip": "^0.5.7"
3232
},
3333
"publishConfig": {

packages/platform-harmony/CHANGELOG.md

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

3+
## 0.11.8
4+
5+
### Patch Changes
6+
7+
- @rock-js/tools@0.11.8
8+
39
## 0.11.7
410

511
### Patch Changes

packages/platform-harmony/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rock-js/platform-harmony",
3-
"version": "0.11.7",
3+
"version": "0.11.8",
44
"type": "module",
55
"types": "./dist/src/index.d.ts",
66
"exports": {
@@ -19,13 +19,13 @@
1919
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
2020
},
2121
"dependencies": {
22-
"@rock-js/tools": "^0.11.7",
22+
"@rock-js/tools": "^0.11.8",
2323
"json5": "^2.2.3",
2424
"tslib": "^2.3.0"
2525
},
2626
"devDependencies": {
2727
"@react-native-community/cli-types": "^20.0.0",
28-
"@rock-js/config": "^0.11.7"
28+
"@rock-js/config": "^0.11.8"
2929
},
3030
"publishConfig": {
3131
"access": "public"

packages/platform-ios/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rnef/platform-ios
22

3+
## 0.11.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c61b273]
8+
- @rock-js/platform-apple-helpers@0.11.8
9+
- @rock-js/tools@0.11.8
10+
311
## 0.11.7
412

513
### Patch Changes

0 commit comments

Comments
 (0)