diff --git a/.changeset/better-pets-help.md b/.changeset/better-pets-help.md deleted file mode 100644 index 904acf2c..00000000 --- a/.changeset/better-pets-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ferric-cli": patch ---- - -Add x86_64 ios simulator target and output universal libraries for iOS simulators. diff --git a/.changeset/bright-parts-roll.md b/.changeset/bright-parts-roll.md deleted file mode 100644 index 4d27aef2..00000000 --- a/.changeset/bright-parts-roll.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cmake-rn": patch -"react-native-node-api": patch ---- - -Add x86_64 and universal simulator triplets diff --git a/.changeset/chatty-states-build.md b/.changeset/chatty-states-build.md deleted file mode 100644 index 1be4d07f..00000000 --- a/.changeset/chatty-states-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-node-api": patch ---- - -Add --react-native-package option to "vendor-hermes" command, allowing caller to choose the package to download hermes into diff --git a/.changeset/large-hornets-burn.md b/.changeset/large-hornets-burn.md deleted file mode 100644 index c7ad76f4..00000000 --- a/.changeset/large-hornets-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ferric-cli": patch ---- - -It's no longer required to pass "build" to ferric, as this is default now diff --git a/.changeset/mighty-regions-clean.md b/.changeset/mighty-regions-clean.md deleted file mode 100644 index eae04696..00000000 --- a/.changeset/mighty-regions-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ferric-cli": patch ---- - -Add support for visionOS and tvOS targets diff --git a/.changeset/sad-poets-smoke.md b/.changeset/sad-poets-smoke.md deleted file mode 100644 index 8c5c1990..00000000 --- a/.changeset/sad-poets-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-node-api": patch ---- - -Moved and simplify Apple host TurboModule diff --git a/.changeset/silly-mice-warn.md b/.changeset/silly-mice-warn.md deleted file mode 100644 index 7ebdc578..00000000 --- a/.changeset/silly-mice-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-node-api": patch ---- - -Detects "pod install" from React Native MacOS apps and vendors Hermes accordingly diff --git a/.changeset/tame-bugs-shave.md b/.changeset/tame-bugs-shave.md deleted file mode 100644 index c8181e01..00000000 --- a/.changeset/tame-bugs-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-node-api": patch ---- - -Add explicit support for React Native v0.79.7 diff --git a/.changeset/wicked-tables-deny.md b/.changeset/wicked-tables-deny.md deleted file mode 100644 index a1db092b..00000000 --- a/.changeset/wicked-tables-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-node-api": patch ---- - -Warn on "pod install" with the new architecture disabled diff --git a/packages/cmake-rn/CHANGELOG.md b/packages/cmake-rn/CHANGELOG.md index 7a1bc4e2..d0072ace 100644 --- a/packages/cmake-rn/CHANGELOG.md +++ b/packages/cmake-rn/CHANGELOG.md @@ -1,5 +1,18 @@ # cmake-rn +## 0.5.2 + +### Patch Changes + +- 07ea9dc: Add x86_64 and universal simulator triplets +- Updated dependencies [07ea9dc] +- Updated dependencies [7536c6c] +- Updated dependencies [c698698] +- Updated dependencies [a2fd422] +- Updated dependencies [bdc172e] +- Updated dependencies [4672e01] + - react-native-node-api@0.6.2 + ## 0.5.1 ### Patch Changes diff --git a/packages/cmake-rn/package.json b/packages/cmake-rn/package.json index d534d60d..9afb6e43 100644 --- a/packages/cmake-rn/package.json +++ b/packages/cmake-rn/package.json @@ -1,6 +1,6 @@ { "name": "cmake-rn", - "version": "0.5.1", + "version": "0.5.2", "description": "Build React Native Node API modules with CMake", "homepage": "https://github.com/callstackincubator/react-native-node-api", "repository": { @@ -26,7 +26,7 @@ "dependencies": { "@react-native-node-api/cli-utils": "0.1.1", "cmake-file-api": "0.1.0", - "react-native-node-api": "0.6.1", + "react-native-node-api": "0.6.2", "zod": "^4.1.11" }, "peerDependencies": { diff --git a/packages/ferric/CHANGELOG.md b/packages/ferric/CHANGELOG.md index fd58cc73..6ef161d9 100644 --- a/packages/ferric/CHANGELOG.md +++ b/packages/ferric/CHANGELOG.md @@ -1,5 +1,20 @@ # ferric-cli +## 0.3.7 + +### Patch Changes + +- 9411a8c: Add x86_64 ios simulator target and output universal libraries for iOS simulators. +- 9411a8c: It's no longer required to pass "build" to ferric, as this is default now +- b661176: Add support for visionOS and tvOS targets +- Updated dependencies [07ea9dc] +- Updated dependencies [7536c6c] +- Updated dependencies [c698698] +- Updated dependencies [a2fd422] +- Updated dependencies [bdc172e] +- Updated dependencies [4672e01] + - react-native-node-api@0.6.2 + ## 0.3.6 ### Patch Changes diff --git a/packages/ferric/package.json b/packages/ferric/package.json index 4cb3f87e..b098e373 100644 --- a/packages/ferric/package.json +++ b/packages/ferric/package.json @@ -1,6 +1,6 @@ { "name": "ferric-cli", - "version": "0.3.6", + "version": "0.3.7", "description": "Rust Node-API Modules for React Native", "homepage": "https://github.com/callstackincubator/react-native-node-api", "repository": { @@ -18,6 +18,6 @@ "dependencies": { "@napi-rs/cli": "~3.0.3", "@react-native-node-api/cli-utils": "0.1.1", - "react-native-node-api": "0.6.1" + "react-native-node-api": "0.6.2" } } diff --git a/packages/host/CHANGELOG.md b/packages/host/CHANGELOG.md index 188c5d3f..9252fd34 100644 --- a/packages/host/CHANGELOG.md +++ b/packages/host/CHANGELOG.md @@ -1,5 +1,16 @@ # react-native-node-api +## 0.6.2 + +### Patch Changes + +- 07ea9dc: Add x86_64 and universal simulator triplets +- 7536c6c: Add --react-native-package option to "vendor-hermes" command, allowing caller to choose the package to download hermes into +- c698698: Moved and simplify Apple host TurboModule +- a2fd422: Detects "pod install" from React Native MacOS apps and vendors Hermes accordingly +- bdc172e: Add explicit support for React Native v0.79.7 +- 4672e01: Warn on "pod install" with the new architecture disabled + ## 0.6.1 ### Patch Changes diff --git a/packages/host/package.json b/packages/host/package.json index 18246b53..e93a13b8 100644 --- a/packages/host/package.json +++ b/packages/host/package.json @@ -1,6 +1,6 @@ { "name": "react-native-node-api", - "version": "0.6.1", + "version": "0.6.2", "description": "Node-API for React Native", "homepage": "https://github.com/callstackincubator/react-native-node-api", "repository": {