diff --git a/.changeset/brave-icons-cry.md b/.changeset/brave-icons-cry.md deleted file mode 100644 index 2e49110a31..0000000000 --- a/.changeset/brave-icons-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rnx-kit/yarn-plugin-external-workspaces": patch ---- - -Address a weakness in installation script diff --git a/.changeset/calm-brooms-yell.md b/.changeset/calm-brooms-yell.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/calm-brooms-yell.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/kind-olives-peel.md b/.changeset/kind-olives-peel.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/kind-olives-peel.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/long-moles-build.md b/.changeset/long-moles-build.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/long-moles-build.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/serious-shrimps-teach.md b/.changeset/serious-shrimps-teach.md deleted file mode 100644 index 90b3fa22f5..0000000000 --- a/.changeset/serious-shrimps-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rnx-kit/yarn-plugin-install-to": minor ---- - -Add a new experimental plugin that executes a partial install diff --git a/.changeset/soft-jeans-knock.md b/.changeset/soft-jeans-knock.md deleted file mode 100644 index ee5b160e40..0000000000 --- a/.changeset/soft-jeans-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rnx-kit/react-native-host": patch ---- - -Fixed `SurfaceRegistryBinding::startSurface` failing on 0.75 (and older) diff --git a/.changeset/wild-cameras-heal.md b/.changeset/wild-cameras-heal.md deleted file mode 100644 index fbc9ffd512..0000000000 --- a/.changeset/wild-cameras-heal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@rnx-kit/react-native-host": patch ---- - -Fixed invalid application of `sizeof` to an incomplete type -`facebook::react::JSExecutorFactory` diff --git a/incubator/yarn-plugin-external-workspaces/CHANGELOG.md b/incubator/yarn-plugin-external-workspaces/CHANGELOG.md index 6ff56ef251..afb73f4d52 100644 --- a/incubator/yarn-plugin-external-workspaces/CHANGELOG.md +++ b/incubator/yarn-plugin-external-workspaces/CHANGELOG.md @@ -1,5 +1,11 @@ # @rnx-kit/yarn-plugin-external-workspaces +## 0.1.1 + +### Patch Changes + +- 5f09eb0: Address a weakness in installation script + ## 0.1.0 ### Minor Changes diff --git a/incubator/yarn-plugin-external-workspaces/package.json b/incubator/yarn-plugin-external-workspaces/package.json index 25d5cdc0d3..3a470ef075 100644 --- a/incubator/yarn-plugin-external-workspaces/package.json +++ b/incubator/yarn-plugin-external-workspaces/package.json @@ -1,6 +1,6 @@ { "name": "@rnx-kit/yarn-plugin-external-workspaces", - "version": "0.1.0", + "version": "0.1.1", "description": "EXPERIMENTAL - USE WITH CAUTION - yarn-plugin-external-workspaces", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/yarn-plugin-external-workspaces#readme", "license": "MIT", diff --git a/incubator/yarn-plugin-install-to/CHANGELOG.md b/incubator/yarn-plugin-install-to/CHANGELOG.md new file mode 100644 index 0000000000..af6987d06d --- /dev/null +++ b/incubator/yarn-plugin-install-to/CHANGELOG.md @@ -0,0 +1,7 @@ +# @rnx-kit/yarn-plugin-install-to + +## 0.2.0 + +### Minor Changes + +- c292731: Add a new experimental plugin that executes a partial install diff --git a/incubator/yarn-plugin-install-to/package.json b/incubator/yarn-plugin-install-to/package.json index 6506b1ae2c..19b471bb21 100644 --- a/incubator/yarn-plugin-install-to/package.json +++ b/incubator/yarn-plugin-install-to/package.json @@ -1,6 +1,6 @@ { "name": "@rnx-kit/yarn-plugin-install-to", - "version": "0.1.0", + "version": "0.2.0", "description": "EXPERIMENTAL - USE WITH CAUTION - yarn-plugin-install-to", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/yarn-plugin-install-to#readme", "license": "MIT", diff --git a/packages/react-native-host/CHANGELOG.md b/packages/react-native-host/CHANGELOG.md index 4175339047..57288dba33 100644 --- a/packages/react-native-host/CHANGELOG.md +++ b/packages/react-native-host/CHANGELOG.md @@ -1,5 +1,14 @@ # @rnx-kit/react-native-host +## 0.5.6 + +### Patch Changes + +- 6880afa: Fixed `SurfaceRegistryBinding::startSurface` failing on 0.75 (and + older) +- fa2feb4: Fixed invalid application of `sizeof` to an incomplete type + `facebook::react::JSExecutorFactory` + ## 0.5.5 ### Patch Changes diff --git a/packages/react-native-host/package.json b/packages/react-native-host/package.json index 719e9a0994..db5c17514a 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.5", + "version": "0.5.6", "description": "Simplify React Native initialization", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/react-native-host#readme", "license": "MIT",