From da32c3266ffd72093cada2498beff14d831f9c09 Mon Sep 17 00:00:00 2001 From: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:21:01 +0000 Subject: [PATCH] applying package updates ***NO_CI*** --- ...-b747dd02-0455-43a3-b8f0-38d036692a81.json | 7 ----- ...-3bfe3447-806c-446c-a4d9-117b71cec5ea.json | 7 ----- ...-670fe787-9e36-49b3-8611-7172b07ad3dd.json | 7 ----- ...-b78c7134-aace-4f18-b5ee-dd7e7009ce19.json | 7 ----- .../react-native-win32-tester/package.json | 4 +-- .../react-native-win32/CHANGELOG.json | 15 +++++++++++ .../react-native-win32/CHANGELOG.md | 10 ++++++- .../react-native-win32/package.json | 2 +- .../automation-channel/package.json | 2 +- .../@react-native-windows/tester/package.json | 4 +-- packages/e2e-test-app-fabric/package.json | 2 +- packages/e2e-test-app/package.json | 2 +- packages/integration-test-app/package.json | 2 +- packages/playground/package.json | 2 +- packages/sample-app-fabric/package.json | 2 +- packages/sample-apps/package.json | 2 +- vnext/CHANGELOG.json | 27 +++++++++++++++++++ vnext/CHANGELOG.md | 12 ++++++++- .../Generated/PackageVersion.g.props | 4 +-- vnext/package.json | 2 +- 20 files changed, 77 insertions(+), 45 deletions(-) delete mode 100644 change/@office-iss-react-native-win32-b747dd02-0455-43a3-b8f0-38d036692a81.json delete mode 100644 change/react-native-windows-3bfe3447-806c-446c-a4d9-117b71cec5ea.json delete mode 100644 change/react-native-windows-670fe787-9e36-49b3-8611-7172b07ad3dd.json delete mode 100644 change/react-native-windows-b78c7134-aace-4f18-b5ee-dd7e7009ce19.json diff --git a/change/@office-iss-react-native-win32-b747dd02-0455-43a3-b8f0-38d036692a81.json b/change/@office-iss-react-native-win32-b747dd02-0455-43a3-b8f0-38d036692a81.json deleted file mode 100644 index f37336dc920..00000000000 --- a/change/@office-iss-react-native-win32-b747dd02-0455-43a3-b8f0-38d036692a81.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "integrate RN 0.75.0-rc.5", - "packageName": "@office-iss/react-native-win32", - "email": "tatianakapos@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/react-native-windows-3bfe3447-806c-446c-a4d9-117b71cec5ea.json b/change/react-native-windows-3bfe3447-806c-446c-a4d9-117b71cec5ea.json deleted file mode 100644 index af78096711d..00000000000 --- a/change/react-native-windows-3bfe3447-806c-446c-a4d9-117b71cec5ea.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Don't override Hermes platform for ARM64EC (#13490)", - "packageName": "react-native-windows", - "email": "julio.rocha@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/react-native-windows-670fe787-9e36-49b3-8611-7172b07ad3dd.json b/change/react-native-windows-670fe787-9e36-49b3-8611-7172b07ad3dd.json deleted file mode 100644 index ce1da795351..00000000000 --- a/change/react-native-windows-670fe787-9e36-49b3-8611-7172b07ad3dd.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "integrate RN 0.75.0-rc.5", - "packageName": "react-native-windows", - "email": "tatianakapos@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/react-native-windows-b78c7134-aace-4f18-b5ee-dd7e7009ce19.json b/change/react-native-windows-b78c7134-aace-4f18-b5ee-dd7e7009ce19.json deleted file mode 100644 index 55ba4d52fe3..00000000000 --- a/change/react-native-windows-b78c7134-aace-4f18-b5ee-dd7e7009ce19.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Backport #13476 - Fix Flyout's Stylesheet import", - "packageName": "react-native-windows", - "email": "tatianakapos@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/@office-iss/react-native-win32-tester/package.json b/packages/@office-iss/react-native-win32-tester/package.json index 713abeb33e4..569ecf9b768 100644 --- a/packages/@office-iss/react-native-win32-tester/package.json +++ b/packages/@office-iss/react-native-win32-tester/package.json @@ -17,12 +17,12 @@ "flow-enums-runtime": "^0.0.5" }, "peerDependencies": { - "@office-iss/react-native-win32": "0.75.0-preview.1", + "@office-iss/react-native-win32": "0.75.0-preview.2", "react": "19.0.0-rc-fb9a90fa48-20240614", "react-native": "0.75.0-rc.5" }, "devDependencies": { - "@office-iss/react-native-win32": "0.75.0-preview.1", + "@office-iss/react-native-win32": "0.75.0-preview.2", "@rnw-scripts/babel-react-native-config": "0.0.0", "@rnw-scripts/eslint-config": "1.2.23", "@rnw-scripts/just-task": "2.3.40", diff --git a/packages/@office-iss/react-native-win32/CHANGELOG.json b/packages/@office-iss/react-native-win32/CHANGELOG.json index 0f23f76d063..4f62cf3a091 100644 --- a/packages/@office-iss/react-native-win32/CHANGELOG.json +++ b/packages/@office-iss/react-native-win32/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@office-iss/react-native-win32", "entries": [ + { + "date": "Mon, 29 Jul 2024 15:20:55 GMT", + "version": "0.75.0-preview.2", + "tag": "@office-iss/react-native-win32_v0.75.0-preview.2", + "comments": { + "prerelease": [ + { + "author": "tatianakapos@microsoft.com", + "package": "@office-iss/react-native-win32", + "commit": "d5feb184a8555cfc8169dd1c15d4630fff567ffc", + "comment": "integrate RN 0.75.0-rc.5" + } + ] + } + }, { "date": "Mon, 15 Jul 2024 16:52:20 GMT", "version": "0.75.0-preview.1", diff --git a/packages/@office-iss/react-native-win32/CHANGELOG.md b/packages/@office-iss/react-native-win32/CHANGELOG.md index cd789f5a0f4..8235e7d8802 100644 --- a/packages/@office-iss/react-native-win32/CHANGELOG.md +++ b/packages/@office-iss/react-native-win32/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @office-iss/react-native-win32 -This log was last generated on Mon, 15 Jul 2024 16:52:20 GMT and should not be manually modified. +This log was last generated on Mon, 29 Jul 2024 15:20:55 GMT and should not be manually modified. +## 0.75.0-preview.2 + +Mon, 29 Jul 2024 15:20:55 GMT + +### Changes + +- integrate RN 0.75.0-rc.5 (tatianakapos@microsoft.com) + ## 0.75.0-preview.1 Mon, 15 Jul 2024 16:52:20 GMT diff --git a/packages/@office-iss/react-native-win32/package.json b/packages/@office-iss/react-native-win32/package.json index 0a7e6a6c1a2..cbe3c342b99 100644 --- a/packages/@office-iss/react-native-win32/package.json +++ b/packages/@office-iss/react-native-win32/package.json @@ -1,6 +1,6 @@ { "name": "@office-iss/react-native-win32", - "version": "0.75.0-preview.1", + "version": "0.75.0-preview.2", "description": "Implementation of react native on top of Office's Win32 platform.", "repository": { "type": "git", diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index c3a7e7c65d5..dfe87148cc5 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.8.8", "react": "19.0.0-rc-fb9a90fa48-20240614", "react-native": "0.75.0-rc.5", - "react-native-windows": "0.75.0-preview.2", + "react-native-windows": "0.75.0-preview.3", "typescript": "5.0.4" }, "files": [ diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index 5cbb8e6ffc3..3e27295e6f4 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": "19.0.0-rc-fb9a90fa48-20240614", "react-native": "0.75.0-rc.5", - "react-native-windows": "0.75.0-preview.2", + "react-native-windows": "0.75.0-preview.3", "react-native-xaml": "^0.0.78" }, "devDependencies": { @@ -33,7 +33,7 @@ "just-scripts": "^1.3.3", "react-native": "0.75.0-rc.5", "react-native-platform-override": "^1.9.42", - "react-native-windows": "0.75.0-preview.2", + "react-native-windows": "0.75.0-preview.3", "typescript": "5.0.4" }, "engines": { diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index e39b5deef04..7e77926c4f7 100644 --- a/packages/e2e-test-app-fabric/package.json +++ b/packages/e2e-test-app-fabric/package.json @@ -21,7 +21,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "^19.0.0-rc-fb9a90fa48-20240614", "react-native": "0.75.0-rc.5", - "react-native-windows": "0.75.0-preview.2" + "react-native-windows": "0.75.0-preview.3" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/e2e-test-app/package.json b/packages/e2e-test-app/package.json index f57d95e4526..4bbcd85646d 100644 --- a/packages/e2e-test-app/package.json +++ b/packages/e2e-test-app/package.json @@ -21,7 +21,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "^19.0.0-rc-fb9a90fa48-20240614", "react-native": "0.75.0-rc.5", - "react-native-windows": "0.75.0-preview.2", + "react-native-windows": "0.75.0-preview.3", "react-native-xaml": "^0.0.78" }, "devDependencies": { diff --git a/packages/integration-test-app/package.json b/packages/integration-test-app/package.json index 1052eb6d44b..25ffe173eb8 100644 --- a/packages/integration-test-app/package.json +++ b/packages/integration-test-app/package.json @@ -18,7 +18,7 @@ "chai": "^4.2.0", "react": "^19.0.0-rc-fb9a90fa48-20240614", "react-native": "0.75.0-rc.5", - "react-native-windows": "0.75.0-preview.2" + "react-native-windows": "0.75.0-preview.3" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index 90c9151a127..dd442942b80 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "^19.0.0-rc-fb9a90fa48-20240614", "react-native": "0.75.0-rc.5", - "react-native-windows": "0.75.0-preview.2" + "react-native-windows": "0.75.0-preview.3" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/sample-app-fabric/package.json b/packages/sample-app-fabric/package.json index 6245542ab13..10c4a222c7e 100644 --- a/packages/sample-app-fabric/package.json +++ b/packages/sample-app-fabric/package.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^5.21.0", "react": "^19.0.0-rc-fb9a90fa48-20240614", "react-native": "0.75.0-rc.5", - "react-native-windows": "0.75.0-preview.2" + "react-native-windows": "0.75.0-preview.3" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/sample-apps/package.json b/packages/sample-apps/package.json index c98f81c32e7..62c7bc04319 100644 --- a/packages/sample-apps/package.json +++ b/packages/sample-apps/package.json @@ -17,7 +17,7 @@ "@typescript-eslint/parser": "^5.57.1", "react": "^19.0.0-rc-fb9a90fa48-20240614", "react-native": "0.75.0-rc.5", - "react-native-windows": "0.75.0-preview.2" + "react-native-windows": "0.75.0-preview.3" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index 8b490495dde..325577c5e3f 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Mon, 29 Jul 2024 15:20:55 GMT", + "version": "0.75.0-preview.3", + "tag": "react-native-windows_v0.75.0-preview.3", + "comments": { + "prerelease": [ + { + "author": "julio.rocha@microsoft.com", + "package": "react-native-windows", + "commit": "78a21ec1bba5cd676751ef01ddc3651af8c856f4", + "comment": "Don't override Hermes platform for ARM64EC (#13490)" + }, + { + "author": "tatianakapos@microsoft.com", + "package": "react-native-windows", + "commit": "d5feb184a8555cfc8169dd1c15d4630fff567ffc", + "comment": "integrate RN 0.75.0-rc.5" + }, + { + "author": "tatianakapos@microsoft.com", + "package": "react-native-windows", + "commit": "c2619ff8fa4359a9e3dd3bb3176e7349a6b81763", + "comment": "Backport #13476 - Fix Flyout's Stylesheet import" + } + ] + } + }, { "date": "Mon, 22 Jul 2024 15:21:31 GMT", "version": "0.75.0-preview.2", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 68ff1f579d1..4204ee4ec72 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - react-native-windows -This log was last generated on Mon, 22 Jul 2024 15:21:31 GMT and should not be manually modified. +This log was last generated on Mon, 29 Jul 2024 15:20:55 GMT and should not be manually modified. +## 0.75.0-preview.3 + +Mon, 29 Jul 2024 15:20:55 GMT + +### Changes + +- Don't override Hermes platform for ARM64EC (#13490) (julio.rocha@microsoft.com) +- integrate RN 0.75.0-rc.5 (tatianakapos@microsoft.com) +- Backport #13476 - Fix Flyout's Stylesheet import (tatianakapos@microsoft.com) + ## 0.75.0-preview.2 Mon, 22 Jul 2024 15:21:31 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index d84d94e83f0..7904f3447cf 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.75.0-preview.2 + 0.75.0-preview.3 0 75 0 false - f174c5eb91069cd2903f518fb0b326b86927e1e7 + 78a21ec1bba5cd676751ef01ddc3651af8c856f4 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index 9f5f57d81c6..f33f9ecf07d 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.75.0-preview.2", + "version": "0.75.0-preview.3", "license": "MIT", "repository": { "type": "git",