From cbd1eae45cba2e57628d6c28a6d5e193b0814971 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 04:37:17 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/loud-moles-pull.md | 5 ----- .changeset/lucky-pears-preload.md | 7 ------- CHANGELOG.md | 14 ++++++++++++++ packages/brownfield-navigation/CHANGELOG.md | 7 +++++++ packages/brownfield-navigation/package.json | 2 +- packages/brownfield/CHANGELOG.md | 7 +++++++ packages/brownfield/package.json | 2 +- packages/brownie/CHANGELOG.md | 7 +++++++ packages/brownie/package.json | 2 +- packages/cli/CHANGELOG.md | 2 ++ packages/cli/package.json | 2 +- packages/react-native-brownfield/CHANGELOG.md | 14 ++++++++++++++ packages/react-native-brownfield/package.json | 2 +- 13 files changed, 56 insertions(+), 17 deletions(-) delete mode 100644 .changeset/loud-moles-pull.md delete mode 100644 .changeset/lucky-pears-preload.md diff --git a/.changeset/loud-moles-pull.md b/.changeset/loud-moles-pull.md deleted file mode 100644 index cc02df54..00000000 --- a/.changeset/loud-moles-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@callstack/react-native-brownfield': patch ---- - -e2e tests for android diff --git a/.changeset/lucky-pears-preload.md b/.changeset/lucky-pears-preload.md deleted file mode 100644 index 736dec10..00000000 --- a/.changeset/lucky-pears-preload.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@callstack/react-native-brownfield': minor ---- - -Add `preloadBundle` to `startReactNative` on iOS. Without a preload, `startReactNative` only makes the factory, and React Native loads the JavaScript bundle when it creates the first React Native view. `startReactNative(launchOptions:preloadBundle:onBundleLoaded:)` moves that work to the app launch: the call starts the React Host, and React Native evaluates the bundle on the JavaScript thread, in parallel with the remainder of the app launch. On Android, `ReactNativeBrownfield.initialize` does the same operation. This shape of `startReactNative` also takes the launch options for the React Host. - -`onBundleLoaded` now runs on the main thread, and not on the JavaScript thread. A callback that you add after React Native loaded the bundle runs in the next turn of the main run loop. diff --git a/CHANGELOG.md b/CHANGELOG.md index bfca44fc..af7f490d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ _History prior to 3.7.0 is available in the per-package CHANGELOG files._ +## 5.1.0 + +### Minor Changes + +- [#450](https://github.com/callstack/react-native-brownfield/pull/450) [`4846a05`](https://github.com/callstack/react-native-brownfield/commit/4846a055eb06f8c8dea08b33d0bb0d1b2a2f2f86) Thanks [@borisyankov](https://github.com/borisyankov)! - Add `preloadBundle` to `startReactNative` on iOS. Without a preload, `startReactNative` only makes the factory, and React Native loads the JavaScript bundle when it creates the first React Native view. `startReactNative(launchOptions:preloadBundle:onBundleLoaded:)` moves that work to the app launch: the call starts the React Host, and React Native evaluates the bundle on the JavaScript thread, in parallel with the remainder of the app launch. On Android, `ReactNativeBrownfield.initialize` does the same operation. This shape of `startReactNative` also takes the launch options for the React Host. + `onBundleLoaded` now runs on the main thread, and not on the JavaScript thread. A callback that you add after React Native loaded the bundle runs in the next turn of the main run loop. + +### Patch Changes + +- Updated dependencies []: + - @callstack/brownfield-cli@5.1.0 + +- [#381](https://github.com/callstack/react-native-brownfield/pull/381) [`b8e8da5`](https://github.com/callstack/react-native-brownfield/commit/b8e8da50fbf20058c5c2745981c7deb5cb33061a) Thanks [@alpharius-ck](https://github.com/alpharius-ck)! - e2e tests for android + ## 5.0.2 ### Patch Changes diff --git a/packages/brownfield-navigation/CHANGELOG.md b/packages/brownfield-navigation/CHANGELOG.md index 8f6b7545..8db897c7 100644 --- a/packages/brownfield-navigation/CHANGELOG.md +++ b/packages/brownfield-navigation/CHANGELOG.md @@ -1,5 +1,12 @@ # @callstack/brownfield-navigation +## 5.1.0 + +### Patch Changes + +- Updated dependencies []: + - @callstack/brownfield-cli@5.1.0 + ## 5.0.2 ### Patch Changes diff --git a/packages/brownfield-navigation/package.json b/packages/brownfield-navigation/package.json index 60c47a82..02cd467f 100644 --- a/packages/brownfield-navigation/package.json +++ b/packages/brownfield-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/brownfield-navigation", - "version": "5.0.2", + "version": "5.1.0", "license": "MIT", "author": "Hur Ali", "description": "Brownfield navigation helpers for React Native", diff --git a/packages/brownfield/CHANGELOG.md b/packages/brownfield/CHANGELOG.md index 42311276..48d6d046 100644 --- a/packages/brownfield/CHANGELOG.md +++ b/packages/brownfield/CHANGELOG.md @@ -1,5 +1,12 @@ # brownfield +## 5.1.0 + +### Patch Changes + +- Updated dependencies []: + - @callstack/brownfield-cli@5.1.0 + ## 5.0.2 ### Patch Changes diff --git a/packages/brownfield/package.json b/packages/brownfield/package.json index cef30afc..14000eb8 100644 --- a/packages/brownfield/package.json +++ b/packages/brownfield/package.json @@ -1,6 +1,6 @@ { "name": "brownfield", - "version": "5.0.2", + "version": "5.1.0", "license": "MIT", "author": "Artur Morys-Magiera ", "bin": "dist/index.js", diff --git a/packages/brownie/CHANGELOG.md b/packages/brownie/CHANGELOG.md index a458489a..d3673dc8 100644 --- a/packages/brownie/CHANGELOG.md +++ b/packages/brownie/CHANGELOG.md @@ -1,5 +1,12 @@ # @callstack/brownie +## 5.1.0 + +### Patch Changes + +- Updated dependencies []: + - @callstack/brownfield-cli@5.1.0 + ## 5.0.2 ### Patch Changes diff --git a/packages/brownie/package.json b/packages/brownie/package.json index b3233105..2ae9c8fa 100644 --- a/packages/brownie/package.json +++ b/packages/brownie/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/brownie", - "version": "5.0.2", + "version": "5.1.0", "license": "MIT", "author": "Oskar Kwaƛniewski ", "bin": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8fe59538..372af950 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @callstack/brownfield-cli +## 5.1.0 + ## 5.0.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 5de33424..61612605 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/brownfield-cli", - "version": "5.0.2", + "version": "5.1.0", "license": "MIT", "author": "Artur Morys-Magiera ", "bin": { diff --git a/packages/react-native-brownfield/CHANGELOG.md b/packages/react-native-brownfield/CHANGELOG.md index e176dd5d..1f3e88ee 100644 --- a/packages/react-native-brownfield/CHANGELOG.md +++ b/packages/react-native-brownfield/CHANGELOG.md @@ -1,5 +1,19 @@ # @callstack/react-native-brownfield +## 5.1.0 + +### Minor Changes + +- [#450](https://github.com/callstack/react-native-brownfield/pull/450) [`4846a05`](https://github.com/callstack/react-native-brownfield/commit/4846a055eb06f8c8dea08b33d0bb0d1b2a2f2f86) Thanks [@borisyankov](https://github.com/borisyankov)! - Add `preloadBundle` to `startReactNative` on iOS. Without a preload, `startReactNative` only makes the factory, and React Native loads the JavaScript bundle when it creates the first React Native view. `startReactNative(launchOptions:preloadBundle:onBundleLoaded:)` moves that work to the app launch: the call starts the React Host, and React Native evaluates the bundle on the JavaScript thread, in parallel with the remainder of the app launch. On Android, `ReactNativeBrownfield.initialize` does the same operation. This shape of `startReactNative` also takes the launch options for the React Host. + + `onBundleLoaded` now runs on the main thread, and not on the JavaScript thread. A callback that you add after React Native loaded the bundle runs in the next turn of the main run loop. + +### Patch Changes + +- [#381](https://github.com/callstack/react-native-brownfield/pull/381) [`b8e8da5`](https://github.com/callstack/react-native-brownfield/commit/b8e8da50fbf20058c5c2745981c7deb5cb33061a) Thanks [@alpharius-ck](https://github.com/alpharius-ck)! - e2e tests for android +- Updated dependencies []: + - @callstack/brownfield-cli@5.1.0 + ## 5.0.2 ### Patch Changes diff --git a/packages/react-native-brownfield/package.json b/packages/react-native-brownfield/package.json index 424e3f61..8237f78e 100644 --- a/packages/react-native-brownfield/package.json +++ b/packages/react-native-brownfield/package.json @@ -1,6 +1,6 @@ { "name": "@callstack/react-native-brownfield", - "version": "5.0.2", + "version": "5.1.0", "license": "MIT", "author": "Michal Chudziak ", "bin": {