Skip to content

Commit 7510467

Browse files
chore(release): version packages (#344)
* chore(release): version packages * chore: update changelog * chore: update changelog --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Artur Morys - Magiera <artus9033@gmail.com>
1 parent d16cb0e commit 7510467

13 files changed

Lines changed: 60 additions & 17 deletions

File tree

.changeset/reactbrownfield-swiftinterface-xcframework.md

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

.changeset/use-prebuilt-rn-core-flag.md

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
_History prior to 3.7.0 is available in the per-package CHANGELOG files._
44

5+
## 3.10.0
6+
7+
### Minor Changes
8+
9+
- [#323](https://github.com/callstack/react-native-brownfield/pull/323) [`3456d3a`](https://github.com/callstack/react-native-brownfield/commit/3456d3aded18002475def4b79889979e76e1db5e) Thanks [@artus9033](https://github.com/artus9033)! - Support RN prebuilts in Brownfield, by default enabled in RN >= 0.84, opt-in in RN 0.83; or in Expo 55+ (Expo 54 is not supported).
10+
Add `--use-prebuilt-rn-core` to `brownfield package:ios` so callers can opt into or out of React Native Apple prebuilt binaries; omitting the flag defers to version-aware defaults handled by Rock. The CLI rejects `--use-prebuilt-rn-core` when React Native is older than 0.81 or when the project is Expo SDK older than 55.
11+
Fix brownfield framework dylib install names to use @rpath instead of hardcoded paths.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`3456d3a`](https://github.com/callstack/react-native-brownfield/commit/3456d3aded18002475def4b79889979e76e1db5e)]:
16+
- @callstack/brownfield-cli@3.10.0
17+
18+
- [#323](https://github.com/callstack/react-native-brownfield/pull/323) [`3456d3a`](https://github.com/callstack/react-native-brownfield/commit/3456d3aded18002475def4b79889979e76e1db5e) Thanks [@artus9033](https://github.com/artus9033)! - Force `BUILD_LIBRARY_FOR_DISTRIBUTION` / `SWIFT_EMIT_MODULE_INTERFACE` on the CocoaPods ReactBrownfield, Brownie and BrownfieldNavigation targets so Release builds emit `.swiftinterface` files and `xcodebuild -create-xcframework` (brownfield `package:ios`) can merge slices.
19+
520
## 3.9.0
621

722
### Minor Changes

packages/brownfield-navigation/CHANGELOG.md

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

3+
## 3.10.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3456d3a`](https://github.com/callstack/react-native-brownfield/commit/3456d3aded18002475def4b79889979e76e1db5e)]:
8+
- @callstack/brownfield-cli@3.10.0
9+
310
## 3.9.0
411

512
### Patch Changes

packages/brownfield-navigation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/brownfield-navigation",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"license": "MIT",
55
"author": "Hur Ali",
66
"description": "Brownfield navigation helpers for React Native",

packages/brownfield/CHANGELOG.md

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

3+
## 3.10.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3456d3a`](https://github.com/callstack/react-native-brownfield/commit/3456d3aded18002475def4b79889979e76e1db5e)]:
8+
- @callstack/brownfield-cli@3.10.0
9+
310
## 3.9.0
411

512
### Minor Changes

packages/brownfield/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brownfield",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"license": "MIT",
55
"author": "Artur Morys-Magiera <artus9033@gmail.com>",
66
"bin": "dist/index.js",

packages/brownie/CHANGELOG.md

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

3+
## 3.10.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3456d3a`](https://github.com/callstack/react-native-brownfield/commit/3456d3aded18002475def4b79889979e76e1db5e)]:
8+
- @callstack/brownfield-cli@3.10.0
9+
310
## 3.9.0
411

512
### Patch Changes

packages/brownie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/brownie",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"license": "MIT",
55
"author": "Oskar Kwaśniewski <oskarkwasniewski@icloud.com>",
66
"bin": {

packages/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @callstack/brownfield-cli
22

3+
## 3.10.0
4+
5+
### Minor Changes
6+
7+
- [#323](https://github.com/callstack/react-native-brownfield/pull/323) [`3456d3a`](https://github.com/callstack/react-native-brownfield/commit/3456d3aded18002475def4b79889979e76e1db5e) Thanks [@artus9033](https://github.com/artus9033)! - Support RN prebuilts in Brownfield, by default enabled in RN >= 0.84, opt-in in RN 0.83; or in Expo 55+ (Expo 54 is not supported).
8+
9+
Add `--use-prebuilt-rn-core` to `brownfield package:ios` so callers can opt into or out of React Native Apple prebuilt binaries; omitting the flag defers to version-aware defaults handled by Rock. The CLI rejects `--use-prebuilt-rn-core` when React Native is older than 0.81 or when the project is Expo SDK older than 55.
10+
11+
Fix brownfield framework dylib install names to use @rpath instead of hardcoded paths.
12+
313
## 3.9.0
414

515
### Minor Changes

0 commit comments

Comments
 (0)