diff --git a/change/@react-native-windows-telemetry-371e0e76-e562-4be7-b257-2ca2afc87270.json b/change/@react-native-windows-telemetry-371e0e76-e562-4be7-b257-2ca2afc87270.json deleted file mode 100644 index 0f498fd5d9c..00000000000 --- a/change/@react-native-windows-telemetry-371e0e76-e562-4be7-b257-2ca2afc87270.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fix bug in error telemetry collection.", - "packageName": "@react-native-windows/telemetry", - "email": "14967941+danielayala94@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@react-native-windows-telemetry-673ad5b4-2241-4057-9a19-15acccc82774.json b/change/@react-native-windows-telemetry-673ad5b4-2241-4057-9a19-15acccc82774.json deleted file mode 100644 index db7ab752d7e..00000000000 --- a/change/@react-native-windows-telemetry-673ad5b4-2241-4057-9a19-15acccc82774.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Expand telemetry field sanitization to codedError.data", - "packageName": "@react-native-windows/telemetry", - "email": "14967941+danielayala94@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@react-native-windows-telemetry-6c5902e1-6010-4dc5-b994-e44525a9aca1.json b/change/@react-native-windows-telemetry-6c5902e1-6010-4dc5-b994-e44525a9aca1.json deleted file mode 100644 index 64d738e852f..00000000000 --- a/change/@react-native-windows-telemetry-6c5902e1-6010-4dc5-b994-e44525a9aca1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Address package name limitations for telemetry", - "packageName": "@react-native-windows/telemetry", - "email": "14967941+danielayala94@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/react-native-windows-3ad43108-ecfc-453c-93a8-4759ba78c932.json b/change/react-native-windows-3ad43108-ecfc-453c-93a8-4759ba78c932.json deleted file mode 100644 index 2fa135e4d05..00000000000 --- a/change/react-native-windows-3ad43108-ecfc-453c-93a8-4759ba78c932.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "Add RnwNewArch to MSBuildProperties", - "packageName": "react-native-windows", - "email": "14967941+danielayala94@users.noreply.github.com", - "dependentChangeType": "none" -} diff --git a/change/react-native-windows-b297b46d-177c-41f6-b5e2-965e5596d104.json b/change/react-native-windows-b297b46d-177c-41f6-b5e2-965e5596d104.json deleted file mode 100644 index 67e73e0b3d9..00000000000 --- a/change/react-native-windows-b297b46d-177c-41f6-b5e2-965e5596d104.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fix calls to std::mutex::lock", - "packageName": "react-native-windows", - "email": "vmorozov@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 b930896c95c..82e6adb52f4 100644 --- a/packages/@react-native-windows/automation-channel/package.json +++ b/packages/@react-native-windows/automation-channel/package.json @@ -33,7 +33,7 @@ "prettier": "2.8.8", "react": "18.3.1", "react-native": "0.76.2", - "react-native-windows": "0.76.3", + "react-native-windows": "0.76.4", "typescript": "5.0.4" }, "files": [ diff --git a/packages/@react-native-windows/cli/CHANGELOG.json b/packages/@react-native-windows/cli/CHANGELOG.json index f8043d8c0b2..47cd2917b55 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.json +++ b/packages/@react-native-windows/cli/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/cli", "entries": [ + { + "date": "Mon, 13 Jan 2025 16:29:01 GMT", + "version": "0.76.2", + "tag": "@react-native-windows/cli_v0.76.2", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/cli", + "comment": "Bump @react-native-windows/telemetry to v0.76.1", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 16 Dec 2024 16:31:17 GMT", "version": "0.76.1", diff --git a/packages/@react-native-windows/cli/CHANGELOG.md b/packages/@react-native-windows/cli/CHANGELOG.md index ac6894acb63..85031d2bf4e 100644 --- a/packages/@react-native-windows/cli/CHANGELOG.md +++ b/packages/@react-native-windows/cli/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/cli - + +## 0.76.2 + +Mon, 13 Jan 2025 16:29:01 GMT + +### Patches + +- Bump @react-native-windows/telemetry to v0.76.1 + ## 0.76.1 Mon, 16 Dec 2024 16:31:17 GMT diff --git a/packages/@react-native-windows/cli/package.json b/packages/@react-native-windows/cli/package.json index 419cb562052..6bc11100ba1 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.76.1", + "version": "0.76.2", "license": "MIT", "main": "lib-commonjs/index.js", "repository": { @@ -20,7 +20,7 @@ "@react-native-windows/codegen": "0.76.1", "@react-native-windows/fs": "0.76.0", "@react-native-windows/package-utils": "0.76.0", - "@react-native-windows/telemetry": "0.76.0", + "@react-native-windows/telemetry": "0.76.1", "@xmldom/xmldom": "^0.7.7", "chalk": "^4.1.0", "cli-spinners": "^2.2.0", diff --git a/packages/@react-native-windows/telemetry/CHANGELOG.json b/packages/@react-native-windows/telemetry/CHANGELOG.json index d5976047a79..74a8efc0620 100644 --- a/packages/@react-native-windows/telemetry/CHANGELOG.json +++ b/packages/@react-native-windows/telemetry/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@react-native-windows/telemetry", "entries": [ + { + "date": "Mon, 13 Jan 2025 16:29:00 GMT", + "version": "0.76.1", + "tag": "@react-native-windows/telemetry_v0.76.1", + "comments": { + "patch": [ + { + "author": "14967941+danielayala94@users.noreply.github.com", + "package": "@react-native-windows/telemetry", + "commit": "3384ef80046fa86bd1550a28b2fc79b7e5d72962", + "comment": "Fix bug in error telemetry collection." + }, + { + "author": "14967941+danielayala94@users.noreply.github.com", + "package": "@react-native-windows/telemetry", + "commit": "629f43c1f8e49afbf518cad4bbfae007e5cedb45", + "comment": "Expand telemetry field sanitization to codedError.data" + }, + { + "author": "14967941+danielayala94@users.noreply.github.com", + "package": "@react-native-windows/telemetry", + "commit": "2b94e2fc0dbb36424eeb92a8839aedcfeb6f4321", + "comment": "Address package name limitations for telemetry" + } + ] + } + }, { "date": "Tue, 12 Nov 2024 00:02:26 GMT", "version": "0.76.0", diff --git a/packages/@react-native-windows/telemetry/CHANGELOG.md b/packages/@react-native-windows/telemetry/CHANGELOG.md index bef7a627aed..2fa6b4470a5 100644 --- a/packages/@react-native-windows/telemetry/CHANGELOG.md +++ b/packages/@react-native-windows/telemetry/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @react-native-windows/telemetry - + +## 0.76.1 + +Mon, 13 Jan 2025 16:29:00 GMT + +### Patches + +- Fix bug in error telemetry collection. (14967941+danielayala94@users.noreply.github.com) +- Expand telemetry field sanitization to codedError.data (14967941+danielayala94@users.noreply.github.com) +- Address package name limitations for telemetry (14967941+danielayala94@users.noreply.github.com) + ## 0.76.0 Tue, 12 Nov 2024 00:02:26 GMT diff --git a/packages/@react-native-windows/telemetry/package.json b/packages/@react-native-windows/telemetry/package.json index 4c046b2f65f..8dcd303e5e5 100644 --- a/packages/@react-native-windows/telemetry/package.json +++ b/packages/@react-native-windows/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/telemetry", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "main": "lib-commonjs/index.js", "typings": "lib-commonjs/index.d.ts", diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index 3c43d11d4fd..1dea5d17357 100644 --- a/packages/@react-native-windows/tester/package.json +++ b/packages/@react-native-windows/tester/package.json @@ -20,7 +20,7 @@ "@react-native-picker/picker": "2.4.10", "react": "18.0.0", "react-native": "^0.76.2", - "react-native-windows": "0.76.3", + "react-native-windows": "0.76.4", "react-native-xaml": "^0.0.78" }, "devDependencies": { @@ -34,7 +34,7 @@ "just-scripts": "^1.3.3", "react-native": "0.76.2", "react-native-platform-override": "^1.9.46", - "react-native-windows": "0.76.3", + "react-native-windows": "0.76.4", "typescript": "5.0.4" }, "engines": { diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index 47f9081a11b..db8049961cc 100644 --- a/packages/e2e-test-app-fabric/package.json +++ b/packages/e2e-test-app-fabric/package.json @@ -21,7 +21,7 @@ "@typescript-eslint/parser": "^7.1.1", "react": "^18.2.0", "react-native": "0.76.2", - "react-native-windows": "0.76.3" + "react-native-windows": "0.76.4" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/e2e-test-app/package.json b/packages/e2e-test-app/package.json index 53b2e561caf..9558cfc437e 100644 --- a/packages/e2e-test-app/package.json +++ b/packages/e2e-test-app/package.json @@ -21,7 +21,7 @@ "@typescript-eslint/parser": "^7.1.1", "react": "^18.2.0", "react-native": "0.76.2", - "react-native-windows": "0.76.3", + "react-native-windows": "0.76.4", "react-native-xaml": "^0.0.78" }, "devDependencies": { diff --git a/packages/integration-test-app/package.json b/packages/integration-test-app/package.json index f1bac0c4f9a..b3f892ec9f8 100644 --- a/packages/integration-test-app/package.json +++ b/packages/integration-test-app/package.json @@ -18,7 +18,7 @@ "chai": "^4.2.0", "react": "^18.2.0", "react-native": "0.76.2", - "react-native-windows": "0.76.3" + "react-native-windows": "0.76.4" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/playground/package.json b/packages/playground/package.json index 072f31f8d8b..312f2cf6177 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^7.1.1", "react": "^18.2.0", "react-native": "0.76.2", - "react-native-windows": "0.76.3" + "react-native-windows": "0.76.4" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/react-native-windows-init/package.json b/packages/react-native-windows-init/package.json index d0cc4056446..42b5bd85fbd 100644 --- a/packages/react-native-windows-init/package.json +++ b/packages/react-native-windows-init/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@react-native-windows/fs": "0.76.0", - "@react-native-windows/telemetry": "0.76.0", + "@react-native-windows/telemetry": "0.76.1", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "chalk": "^4.1.0", @@ -37,7 +37,7 @@ "yargs": "^16.2.0" }, "devDependencies": { - "@react-native-windows/cli": "0.76.1", + "@react-native-windows/cli": "0.76.2", "@rnw-scripts/eslint-config": "1.2.27", "@rnw-scripts/jest-unittest-config": "1.5.9", "@rnw-scripts/just-task": "2.3.44", diff --git a/packages/sample-app-fabric/package.json b/packages/sample-app-fabric/package.json index ca6b2f02445..86444fef496 100644 --- a/packages/sample-app-fabric/package.json +++ b/packages/sample-app-fabric/package.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^7.1.1", "react": "^18.2.0", "react-native": "0.76.2", - "react-native-windows": "0.76.3" + "react-native-windows": "0.76.4" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/packages/sample-apps/package.json b/packages/sample-apps/package.json index 264ff3e3fcd..57a6e5ff2e3 100644 --- a/packages/sample-apps/package.json +++ b/packages/sample-apps/package.json @@ -17,14 +17,14 @@ "@typescript-eslint/parser": "^7.1.1", "react": "^18.2.0", "react-native": "0.76.2", - "react-native-windows": "0.76.3" + "react-native-windows": "0.76.4" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/eslint-parser": "^7.25.1", "@babel/runtime": "^7.20.0", "@react-native-community/cli": "15.0.0-alpha.2", - "@react-native-windows/cli": "0.76.1", + "@react-native-windows/cli": "0.76.2", "@react-native-windows/codegen": "0.76.1", "@react-native/metro-config": "0.76.2", "@rnw-scripts/babel-react-native-config": "0.0.0", diff --git a/packages/sample-custom-component/package.json b/packages/sample-custom-component/package.json index 61856626dc2..a2f913ae92c 100644 --- a/packages/sample-custom-component/package.json +++ b/packages/sample-custom-component/package.json @@ -23,7 +23,7 @@ "@types/react": "^18.2.6", "react": "^18.2.0", "react-native": "0.76.2", - "react-native-windows": "0.76.3" + "react-native-windows": "0.76.4" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index ea08f9ba606..88475b24313 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,35 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Mon, 13 Jan 2025 16:29:00 GMT", + "version": "0.76.4", + "tag": "react-native-windows_v0.76.4", + "comments": { + "none": [ + { + "author": "14967941+danielayala94@users.noreply.github.com", + "package": "react-native-windows", + "commit": "a271f470d75b18f168240898465933574b8066f6", + "comment": "Add RnwNewArch to MSBuildProperties" + } + ], + "patch": [ + { + "author": "vmorozov@microsoft.com", + "package": "react-native-windows", + "commit": "62ba0ee3fa8581a1b6a2c70cfc49cb4df53c7d02", + "comment": "Fix calls to std::mutex::lock" + }, + { + "author": "beachball", + "package": "react-native-windows", + "comment": "Bump @react-native-windows/cli to v0.76.2", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 16 Dec 2024 16:31:12 GMT", "version": "0.76.3", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index ddea5ea3bd1..f33cbc234aa 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - react-native-windows - + +## 0.76.4 + +Mon, 13 Jan 2025 16:29:00 GMT + +### Patches + +- Fix calls to std::mutex::lock (vmorozov@microsoft.com) +- Bump @react-native-windows/cli to v0.76.2 + ## 0.76.3 Mon, 16 Dec 2024 16:31:12 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index ce01845a3f8..d8516c5e921 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.76.3 + 0.76.4 0 76 - 3 + 4 false - 199b031a6ade89e4f3668a84d65d427ba2b73169 + 2b94e2fc0dbb36424eeb92a8839aedcfeb6f4321 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index e7d8bcfbd3f..3b2a7e83f01 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.76.3", + "version": "0.76.4", "license": "MIT", "repository": { "type": "git", @@ -26,7 +26,7 @@ "@react-native-community/cli": "15.0.0-alpha.2", "@react-native-community/cli-platform-android": "15.0.0-alpha.2", "@react-native-community/cli-platform-ios": "15.0.0-alpha.2", - "@react-native-windows/cli": "0.76.1", + "@react-native-windows/cli": "0.76.2", "@react-native/assets": "1.0.0", "@react-native/assets-registry": "0.76.2", "@react-native/codegen": "0.76.2",