diff --git a/.changeset/four-radios-poke.md b/.changeset/four-radios-poke.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/four-radios-poke.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/funny-monkeys-cover.md b/.changeset/funny-monkeys-cover.md deleted file mode 100644 index d68a114cd..000000000 --- a/.changeset/funny-monkeys-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rnx-kit/react-native-host": patch ---- - -Handle removal of `RCTEnableTurboModuleInteropBridgeProxy` and New Arch flags in `ReactNativeFeatureFlags` diff --git a/packages/react-native-host/CHANGELOG.md b/packages/react-native-host/CHANGELOG.md index 958cf90ed..504b41e05 100644 --- a/packages/react-native-host/CHANGELOG.md +++ b/packages/react-native-host/CHANGELOG.md @@ -1,5 +1,11 @@ # @rnx-kit/react-native-host +## 0.5.18 + +### Patch Changes + +- a226a87: Handle removal of `RCTEnableTurboModuleInteropBridgeProxy` and New Arch flags in `ReactNativeFeatureFlags` + ## 0.5.17 ### Patch Changes diff --git a/packages/react-native-host/package.json b/packages/react-native-host/package.json index 4e7e52fb2..085e9724c 100644 --- a/packages/react-native-host/package.json +++ b/packages/react-native-host/package.json @@ -1,6 +1,6 @@ { "name": "@rnx-kit/react-native-host", - "version": "0.5.17", + "version": "0.5.18", "description": "Simplify React Native initialization", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/react-native-host#readme", "license": "MIT",