diff --git a/change/@react-native-windows-cli-a3484c7f-0255-4382-a45d-c7b6a0504f43.json b/change/@react-native-windows-cli-a3484c7f-0255-4382-a45d-c7b6a0504f43.json deleted file mode 100644 index 99c542dc73a..00000000000 --- a/change/@react-native-windows-cli-a3484c7f-0255-4382-a45d-c7b6a0504f43.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "[0.72] SFI: Component Governance fixes 6/19/24", - "packageName": "@react-native-windows/cli", - "email": "jthysell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@react-native-windows-codegen-1f9c7692-6656-4302-87c2-33734127b271.json b/change/@react-native-windows-codegen-1f9c7692-6656-4302-87c2-33734127b271.json deleted file mode 100644 index ce7c033e9dc..00000000000 --- a/change/@react-native-windows-codegen-1f9c7692-6656-4302-87c2-33734127b271.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "[0.72] SFI: Component Governance fixes 6/19/24", - "packageName": "@react-native-windows/codegen", - "email": "jthysell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index 5a3031bd277..9d194c8872d 100644 --- a/packages/@react-native-windows/automation-channel/package.json +++ b/packages/@react-native-windows/automation-channel/package.json @@ -32,7 +32,7 @@ "prettier": "^2.4.1", "react": "18.2.0", "react-native": "0.72.14", - "react-native-windows": "0.72.34", + "react-native-windows": "0.72.35", "typescript": "^4.9.5" }, "files": [ diff --git a/packages/@react-native-windows/cli/CHANGELOG.json b/packages/@react-native-windows/cli/CHANGELOG.json index 8b544bdaf36..dca6382b182 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.json +++ b/packages/@react-native-windows/cli/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@react-native-windows/cli", "entries": [ + { + "date": "Mon, 01 Jul 2024 15:16:13 GMT", + "tag": "@react-native-windows/cli_v0.72.6", + "version": "0.72.6", + "comments": { + "patch": [ + { + "author": "jthysell@microsoft.com", + "package": "@react-native-windows/cli", + "commit": "33f629c56cdba3e5cc84b38191fcbcaf34be4438", + "comment": "SFI: Component Governance fixes 6/19/24" + }, + { + "author": "beachball", + "package": "@react-native-windows/cli", + "comment": "Bump @react-native-windows/codegen to v0.72.4", + "commit": "33f629c56cdba3e5cc84b38191fcbcaf34be4438" + } + ] + } + }, { "date": "Wed, 10 Jan 2024 23:56:36 GMT", "tag": "@react-native-windows/cli_v0.72.5", diff --git a/packages/@react-native-windows/cli/CHANGELOG.md b/packages/@react-native-windows/cli/CHANGELOG.md index 9a4f5d44617..5f438e2b62e 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.md +++ b/packages/@react-native-windows/cli/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @react-native-windows/cli -This log was last generated on Wed, 10 Jan 2024 23:56:36 GMT and should not be manually modified. +This log was last generated on Mon, 01 Jul 2024 15:16:13 GMT and should not be manually modified. +## 0.72.6 + +Mon, 01 Jul 2024 15:16:13 GMT + +### Patches + +- SFI: Component Governance fixes 6/19/24 (jthysell@microsoft.com) +- Bump @react-native-windows/codegen to v0.72.4 + ## 0.72.5 Wed, 10 Jan 2024 23:56:36 GMT diff --git a/packages/@react-native-windows/cli/package.json b/packages/@react-native-windows/cli/package.json index 6701dbb61f0..a7a1e0f6121 100644 --- a/packages/@react-native-windows/cli/package.json +++ b/packages/@react-native-windows/cli/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/cli", - "version": "0.72.5", + "version": "0.72.6", "license": "MIT", "main": "lib-commonjs/index.js", "repository": { @@ -17,7 +17,7 @@ "watch": "rnw-scripts watch" }, "dependencies": { - "@react-native-windows/codegen": "0.72.3", + "@react-native-windows/codegen": "0.72.4", "@react-native-windows/fs": "0.72.1", "@react-native-windows/package-utils": "0.72.1", "@react-native-windows/telemetry": "0.72.3", diff --git a/packages/@react-native-windows/codegen/CHANGELOG.json b/packages/@react-native-windows/codegen/CHANGELOG.json index 1d3db611e9f..45cbd5a20d7 100644 --- a/packages/@react-native-windows/codegen/CHANGELOG.json +++ b/packages/@react-native-windows/codegen/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/codegen", "entries": [ + { + "date": "Mon, 01 Jul 2024 15:16:13 GMT", + "tag": "@react-native-windows/codegen_v0.72.4", + "version": "0.72.4", + "comments": { + "patch": [ + { + "author": "jthysell@microsoft.com", + "package": "@react-native-windows/codegen", + "commit": "33f629c56cdba3e5cc84b38191fcbcaf34be4438", + "comment": "SFI: Component Governance fixes 6/19/24" + } + ] + } + }, { "date": "Fri, 08 Dec 2023 00:49:16 GMT", "tag": "@react-native-windows/codegen_v0.72.3", diff --git a/packages/@react-native-windows/codegen/CHANGELOG.md b/packages/@react-native-windows/codegen/CHANGELOG.md index a09bc7f3b8b..82d59b7a250 100644 --- a/packages/@react-native-windows/codegen/CHANGELOG.md +++ b/packages/@react-native-windows/codegen/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/codegen -This log was last generated on Fri, 08 Dec 2023 00:49:16 GMT and should not be manually modified. +This log was last generated on Mon, 01 Jul 2024 15:16:13 GMT and should not be manually modified. +## 0.72.4 + +Mon, 01 Jul 2024 15:16:13 GMT + +### Patches + +- SFI: Component Governance fixes 6/19/24 (jthysell@microsoft.com) + ## 0.72.3 Fri, 08 Dec 2023 00:49:16 GMT diff --git a/packages/@react-native-windows/codegen/package.json b/packages/@react-native-windows/codegen/package.json index 8e6ebbc33a6..d285874c93c 100644 --- a/packages/@react-native-windows/codegen/package.json +++ b/packages/@react-native-windows/codegen/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/codegen", - "version": "0.72.3", + "version": "0.72.4", "description": "Generators for react-native-codegen targeting react-native-windows", "main": "lib-commonjs/index.js", "repository": { diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index 147b6d2d42a..2a937766ce8 100644 --- a/packages/@react-native-windows/tester/package.json +++ b/packages/@react-native-windows/tester/package.json @@ -19,7 +19,7 @@ "@react-native-picker/picker": "2.4.10", "react": "18.0.0", "react-native": "^0.72.6", - "react-native-windows": "0.72.34", + "react-native-windows": "0.72.35", "react-native-xaml": "^0.0.50" }, "devDependencies": { @@ -33,7 +33,7 @@ "just-scripts": "^1.3.3", "react-native": "0.72.14", "react-native-platform-override": "^1.9.4", - "react-native-windows": "0.72.34", + "react-native-windows": "0.72.35", "typescript": "^4.9.5" }, "engines": { diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index d13d78d0ad9..04d0bf339ee 100644 --- a/packages/e2e-test-app-fabric/package.json +++ b/packages/e2e-test-app-fabric/package.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "18.2.0", "react-native": "0.72.14", - "react-native-windows": "0.72.34" + "react-native-windows": "0.72.35" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/e2e-test-app/package.json b/packages/e2e-test-app/package.json index ac488949fa8..f8077e0439e 100644 --- a/packages/e2e-test-app/package.json +++ b/packages/e2e-test-app/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "18.2.0", "react-native": "0.72.14", - "react-native-windows": "0.72.34", + "react-native-windows": "0.72.35", "react-native-xaml": "^0.0.74" }, "devDependencies": { diff --git a/packages/integration-test-app/package.json b/packages/integration-test-app/package.json index 79ce3433809..6759e60f4df 100644 --- a/packages/integration-test-app/package.json +++ b/packages/integration-test-app/package.json @@ -17,7 +17,7 @@ "chai": "^4.2.0", "react": "18.2.0", "react-native": "0.72.14", - "react-native-windows": "0.72.34" + "react-native-windows": "0.72.35" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index 8742a021a9b..a397a8ce74c 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "18.2.0", "react-native": "0.72.14", - "react-native-windows": "0.72.34" + "react-native-windows": "0.72.35" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/react-native-windows-init/package.json b/packages/react-native-windows-init/package.json index 1fb5878d818..5626de2d8d3 100644 --- a/packages/react-native-windows-init/package.json +++ b/packages/react-native-windows-init/package.json @@ -37,7 +37,7 @@ "yargs": "^16.2.0" }, "devDependencies": { - "@react-native-windows/cli": "0.72.5", + "@react-native-windows/cli": "0.72.6", "@rnw-scripts/eslint-config": "1.1.15", "@rnw-scripts/jest-unittest-config": "1.5.1", "@rnw-scripts/just-task": "2.3.6", diff --git a/packages/sample-apps/package.json b/packages/sample-apps/package.json index e424b31087c..74911627b4c 100644 --- a/packages/sample-apps/package.json +++ b/packages/sample-apps/package.json @@ -16,14 +16,14 @@ "@typescript-eslint/parser": "^5.30.5", "react": "18.2.0", "react-native": "0.72.14", - "react-native-windows": "0.72.34" + "react-native-windows": "0.72.35" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/eslint-parser": "^7.19.0", "@babel/runtime": "^7.8.4", - "@react-native-windows/cli": "0.72.5", - "@react-native-windows/codegen": "0.72.3", + "@react-native-windows/cli": "0.72.6", + "@react-native-windows/codegen": "0.72.4", "@rnw-scripts/babel-react-native-config": "0.0.0", "@rnw-scripts/eslint-config": "1.1.15", "@rnw-scripts/just-task": "2.3.6", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index c952401df76..336ace42065 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Mon, 01 Jul 2024 15:16:14 GMT", + "tag": "react-native-windows_v0.72.35", + "version": "0.72.35", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "react-native-windows", + "comment": "Bump @react-native-windows/cli to v0.72.6", + "commit": "33f629c56cdba3e5cc84b38191fcbcaf34be4438" + }, + { + "author": "beachball", + "package": "react-native-windows", + "comment": "Bump @react-native-windows/codegen to v0.72.4", + "commit": "33f629c56cdba3e5cc84b38191fcbcaf34be4438" + } + ] + } + }, { "date": "Mon, 17 Jun 2024 15:14:06 GMT", "tag": "react-native-windows_v0.72.34", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 7bd982257e5..f3b8a5ae655 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - react-native-windows -This log was last generated on Mon, 17 Jun 2024 15:14:06 GMT and should not be manually modified. +This log was last generated on Mon, 01 Jul 2024 15:16:14 GMT and should not be manually modified. +## 0.72.35 + +Mon, 01 Jul 2024 15:16:14 GMT + +### Patches + +- Bump @react-native-windows/cli to v0.72.6 +- Bump @react-native-windows/codegen to v0.72.4 + ## 0.72.34 Mon, 17 Jun 2024 15:14:06 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 42878950686..7bce6542ce7 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.72.34 + 0.72.35 0 72 - 34 + 35 false - e4731fcb5cd7ab9deb4bf3fff44fce5c42c17944 + 33f629c56cdba3e5cc84b38191fcbcaf34be4438 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index dd21d93414c..3a26b11a32a 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.72.34", + "version": "0.72.35", "license": "MIT", "repository": { "type": "git", @@ -26,7 +26,7 @@ "@react-native-community/cli": "^11.4.1", "@react-native-community/cli-platform-android": "^11.4.1", "@react-native-community/cli-platform-ios": "^11.4.1", - "@react-native-windows/cli": "0.72.5", + "@react-native-windows/cli": "0.72.6", "@react-native/assets": "1.0.0", "@react-native/assets-registry": "^0.72.0", "@react-native/codegen": "^0.72.8", @@ -64,7 +64,7 @@ "yargs": "^17.6.2" }, "devDependencies": { - "@react-native-windows/codegen": "0.72.3", + "@react-native-windows/codegen": "0.72.4", "@rnw-scripts/babel-react-native-config": "0.0.0", "@rnw-scripts/eslint-config": "1.1.15", "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.1",