From ef1cab565aec6dd623e8a411e4f56499ba713951 Mon Sep 17 00:00:00 2001 From: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Date: Fri, 23 Feb 2024 06:16:35 +0000 Subject: [PATCH] applying package updates ***NO_CI*** --- ...-4fa3799d-8c88-4d16-9663-28b1dd4f7b26.json | 7 ------- ...-aa8367b6-17de-4644-b985-dfabfe7c393d.json | 7 ------- .../automation-channel/CHANGELOG.json | 15 +++++++++++++ .../automation-channel/CHANGELOG.md | 10 ++++++++- .../automation-channel/package.json | 4 ++-- .../automation-commands/CHANGELOG.json | 15 +++++++++++++ .../automation-commands/CHANGELOG.md | 10 ++++++++- .../automation-commands/package.json | 4 ++-- .../automation/CHANGELOG.json | 15 +++++++++++++ .../automation/CHANGELOG.md | 10 ++++++++- .../automation/package.json | 4 ++-- .../@react-native-windows/tester/package.json | 4 ++-- packages/debug-test/package.json | 2 +- packages/e2e-test-app-fabric/package.json | 8 +++---- packages/e2e-test-app/package.json | 8 +++---- packages/integration-test-app/package.json | 4 ++-- packages/playground/package.json | 2 +- packages/sample-apps/package.json | 2 +- vnext/CHANGELOG.json | 21 +++++++++++++++++++ vnext/CHANGELOG.md | 11 +++++++++- .../Generated/PackageVersion.g.props | 4 ++-- vnext/package.json | 2 +- 22 files changed, 127 insertions(+), 42 deletions(-) delete mode 100644 change/react-native-windows-4fa3799d-8c88-4d16-9663-28b1dd4f7b26.json delete mode 100644 change/react-native-windows-aa8367b6-17de-4644-b985-dfabfe7c393d.json diff --git a/change/react-native-windows-4fa3799d-8c88-4d16-9663-28b1dd4f7b26.json b/change/react-native-windows-4fa3799d-8c88-4d16-9663-28b1dd4f7b26.json deleted file mode 100644 index 505a3f451f..0000000000 --- a/change/react-native-windows-4fa3799d-8c88-4d16-9663-28b1dd4f7b26.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Fix loading images from `file://` URIs", - "packageName": "react-native-windows", - "email": "jthysell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/react-native-windows-aa8367b6-17de-4644-b985-dfabfe7c393d.json b/change/react-native-windows-aa8367b6-17de-4644-b985-dfabfe7c393d.json deleted file mode 100644 index 727fec3dc6..0000000000 --- a/change/react-native-windows-aa8367b6-17de-4644-b985-dfabfe7c393d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Fix issue with new arch cpp-app apps not finding the bundle in release builds", - "packageName": "react-native-windows", - "email": "jthysell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.json b/packages/@react-native-windows/automation-channel/CHANGELOG.json index dd3072f2ad..b14d57ab60 100644 --- a/packages/@react-native-windows/automation-channel/CHANGELOG.json +++ b/packages/@react-native-windows/automation-channel/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/automation-channel", "entries": [ + { + "date": "Fri, 23 Feb 2024 06:16:34 GMT", + "version": "0.12.115", + "tag": "@react-native-windows/automation-channel_v0.12.115", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-channel", + "comment": "Bump react-native-windows to v0.0.0-canary.776", + "commit": "not available" + } + ] + } + }, { "date": "Thu, 22 Feb 2024 06:16:35 GMT", "version": "0.12.114", diff --git a/packages/@react-native-windows/automation-channel/CHANGELOG.md b/packages/@react-native-windows/automation-channel/CHANGELOG.md index 1df3cd0c0c..26866918d1 100644 --- a/packages/@react-native-windows/automation-channel/CHANGELOG.md +++ b/packages/@react-native-windows/automation-channel/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/automation-channel -This log was last generated on Thu, 22 Feb 2024 06:16:35 GMT and should not be manually modified. +This log was last generated on Fri, 23 Feb 2024 06:16:34 GMT and should not be manually modified. +## 0.12.115 + +Fri, 23 Feb 2024 06:16:34 GMT + +### Patches + +- Bump react-native-windows to v0.0.0-canary.776 + ## 0.12.114 Thu, 22 Feb 2024 06:16:35 GMT diff --git a/packages/@react-native-windows/automation-channel/package.json b/packages/@react-native-windows/automation-channel/package.json index 55a4ecaa85..009409b609 100644 --- a/packages/@react-native-windows/automation-channel/package.json +++ b/packages/@react-native-windows/automation-channel/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/automation-channel", - "version": "0.12.114", + "version": "0.12.115", "license": "MIT", "repository": { "type": "git", @@ -32,7 +32,7 @@ "prettier": "^2.4.1", "react": "18.2.0", "react-native": "0.74.0-nightly-20240115-0c7008f28", - "react-native-windows": "^0.0.0-canary.775", + "react-native-windows": "^0.0.0-canary.776", "typescript": "^4.9.5" }, "files": [ diff --git a/packages/@react-native-windows/automation-commands/CHANGELOG.json b/packages/@react-native-windows/automation-commands/CHANGELOG.json index 240d8bc7de..1fcf13d4a0 100644 --- a/packages/@react-native-windows/automation-commands/CHANGELOG.json +++ b/packages/@react-native-windows/automation-commands/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/automation-commands", "entries": [ + { + "date": "Fri, 23 Feb 2024 06:16:34 GMT", + "version": "0.1.217", + "tag": "@react-native-windows/automation-commands_v0.1.217", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation-commands", + "comment": "Bump @react-native-windows/automation-channel to v0.12.115", + "commit": "not available" + } + ] + } + }, { "date": "Thu, 22 Feb 2024 06:16:36 GMT", "version": "0.1.216", diff --git a/packages/@react-native-windows/automation-commands/CHANGELOG.md b/packages/@react-native-windows/automation-commands/CHANGELOG.md index 1940cb2c87..df795d0297 100644 --- a/packages/@react-native-windows/automation-commands/CHANGELOG.md +++ b/packages/@react-native-windows/automation-commands/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/automation-commands -This log was last generated on Thu, 22 Feb 2024 06:16:36 GMT and should not be manually modified. +This log was last generated on Fri, 23 Feb 2024 06:16:34 GMT and should not be manually modified. +## 0.1.217 + +Fri, 23 Feb 2024 06:16:34 GMT + +### Patches + +- Bump @react-native-windows/automation-channel to v0.12.115 + ## 0.1.216 Thu, 22 Feb 2024 06:16:36 GMT diff --git a/packages/@react-native-windows/automation-commands/package.json b/packages/@react-native-windows/automation-commands/package.json index 490d93feef..3dcef7aa72 100644 --- a/packages/@react-native-windows/automation-commands/package.json +++ b/packages/@react-native-windows/automation-commands/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/automation-commands", - "version": "0.1.216", + "version": "0.1.217", "description": "Allows controlling your react-native-windows application", "main": "lib-commonjs/index.js", "license": "MIT", @@ -18,7 +18,7 @@ "watch": "rnw-scripts watch" }, "dependencies": { - "@react-native-windows/automation-channel": "^0.12.114", + "@react-native-windows/automation-channel": "^0.12.115", "@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/parser": "^5.57.1" }, diff --git a/packages/@react-native-windows/automation/CHANGELOG.json b/packages/@react-native-windows/automation/CHANGELOG.json index e2a6d2fa59..8335ba503c 100644 --- a/packages/@react-native-windows/automation/CHANGELOG.json +++ b/packages/@react-native-windows/automation/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@react-native-windows/automation", "entries": [ + { + "date": "Fri, 23 Feb 2024 06:16:34 GMT", + "version": "0.3.197", + "tag": "@react-native-windows/automation_v0.3.197", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@react-native-windows/automation", + "comment": "Bump @react-native-windows/automation-channel to v0.12.115", + "commit": "not available" + } + ] + } + }, { "date": "Thu, 22 Feb 2024 06:16:36 GMT", "version": "0.3.196", diff --git a/packages/@react-native-windows/automation/CHANGELOG.md b/packages/@react-native-windows/automation/CHANGELOG.md index d936b75da3..a111636111 100644 --- a/packages/@react-native-windows/automation/CHANGELOG.md +++ b/packages/@react-native-windows/automation/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @react-native-windows/automation -This log was last generated on Thu, 22 Feb 2024 06:16:36 GMT and should not be manually modified. +This log was last generated on Fri, 23 Feb 2024 06:16:34 GMT and should not be manually modified. +## 0.3.197 + +Fri, 23 Feb 2024 06:16:34 GMT + +### Patches + +- Bump @react-native-windows/automation-channel to v0.12.115 + ## 0.3.196 Thu, 22 Feb 2024 06:16:36 GMT diff --git a/packages/@react-native-windows/automation/package.json b/packages/@react-native-windows/automation/package.json index 9d51d124c8..c0b7d24a16 100644 --- a/packages/@react-native-windows/automation/package.json +++ b/packages/@react-native-windows/automation/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-windows/automation", - "version": "0.3.196", + "version": "0.3.197", "description": "UI Automation Suite for React Native Windows Applications", "main": "lib-commonjs/index.js", "repository": { @@ -18,7 +18,7 @@ "watch": "rnw-scripts watch" }, "dependencies": { - "@react-native-windows/automation-channel": "^0.12.114", + "@react-native-windows/automation-channel": "^0.12.115", "@react-native-windows/fs": "^0.0.0-canary.33", "@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/parser": "^5.57.1", diff --git a/packages/@react-native-windows/tester/package.json b/packages/@react-native-windows/tester/package.json index f3549205c6..d72bb2a73e 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.74.0-nightly-20240115-0c7008f28", - "react-native-windows": "^0.0.0-canary.775", + "react-native-windows": "^0.0.0-canary.776", "react-native-xaml": "^0.0.50" }, "devDependencies": { @@ -33,7 +33,7 @@ "just-scripts": "^1.3.3", "react-native": "0.74.0-nightly-20240115-0c7008f28", "react-native-platform-override": "^1.9.20", - "react-native-windows": "^0.0.0-canary.775", + "react-native-windows": "^0.0.0-canary.776", "typescript": "^4.9.5" }, "engines": { diff --git a/packages/debug-test/package.json b/packages/debug-test/package.json index 3a6ba19395..2c345c2e4c 100644 --- a/packages/debug-test/package.json +++ b/packages/debug-test/package.json @@ -8,7 +8,7 @@ "lint:fix": "rnw-scripts lint:fix" }, "devDependencies": { - "@react-native-windows/automation": "^0.3.196", + "@react-native-windows/automation": "^0.3.197", "@react-native-windows/fs": "^0.0.0-canary.33", "@rnw-scripts/eslint-config": "1.2.5", "@rnw-scripts/ts-config": "2.0.5", diff --git a/packages/e2e-test-app-fabric/package.json b/packages/e2e-test-app-fabric/package.json index 296edc8f1b..3a5996fe7b 100644 --- a/packages/e2e-test-app-fabric/package.json +++ b/packages/e2e-test-app-fabric/package.json @@ -14,13 +14,13 @@ "bundle:debug": "react-native bundle --entry-file index.js --bundle-output ./windows/x64/Debug/RNTesterApp-Fabric/Bundle/index.windows.bundle --assets-dest ./windows/x64/Debug/RNTesterApp-Fabric/Bundle --platform windows" }, "dependencies": { - "@react-native-windows/automation-channel": "^0.12.114", + "@react-native-windows/automation-channel": "^0.12.115", "@react-native-windows/tester": "0.0.1", "@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/parser": "^5.21.0", "react": "18.2.0", "react-native": "0.74.0-nightly-20240115-0c7008f28", - "react-native-windows": "^0.0.0-canary.775" + "react-native-windows": "^0.0.0-canary.776" }, "devDependencies": { "@babel/core": "^7.20.0", @@ -28,8 +28,8 @@ "@babel/preset-env": "^7.20.0", "@babel/preset-typescript": "^7.8.3", "@babel/runtime": "^7.8.4", - "@react-native-windows/automation": "^0.3.196", - "@react-native-windows/automation-commands": "^0.1.216", + "@react-native-windows/automation": "^0.3.197", + "@react-native-windows/automation-commands": "^0.1.217", "@react-native/metro-babel-transformer": "0.73.12", "@react-native/metro-config": "^0.73.0", "@rnw-scripts/babel-node-config": "2.3.1", diff --git a/packages/e2e-test-app/package.json b/packages/e2e-test-app/package.json index b1cb8a1227..3a771f20ef 100644 --- a/packages/e2e-test-app/package.json +++ b/packages/e2e-test-app/package.json @@ -14,13 +14,13 @@ }, "dependencies": { "@react-native-picker/picker": "^2.5.1", - "@react-native-windows/automation-channel": "^0.12.114", + "@react-native-windows/automation-channel": "^0.12.115", "@react-native-windows/tester": "0.0.1", "@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/parser": "^5.21.0", "react": "18.2.0", "react-native": "0.74.0-nightly-20240115-0c7008f28", - "react-native-windows": "^0.0.0-canary.775", + "react-native-windows": "^0.0.0-canary.776", "react-native-xaml": "^0.0.76" }, "devDependencies": { @@ -29,8 +29,8 @@ "@babel/preset-env": "^7.20.0", "@babel/preset-typescript": "^7.8.3", "@babel/runtime": "^7.8.4", - "@react-native-windows/automation": "^0.3.196", - "@react-native-windows/automation-commands": "^0.1.216", + "@react-native-windows/automation": "^0.3.197", + "@react-native-windows/automation-commands": "^0.1.217", "@react-native/metro-babel-transformer": "0.73.12", "@react-native/metro-config": "^0.73.0", "@rnw-scripts/babel-node-config": "2.3.1", diff --git a/packages/integration-test-app/package.json b/packages/integration-test-app/package.json index 9bf354cbc4..7d1c72500e 100644 --- a/packages/integration-test-app/package.json +++ b/packages/integration-test-app/package.json @@ -10,14 +10,14 @@ "integration-test": "jest --config jest.integration.config.js --runInBand --verbose" }, "dependencies": { - "@react-native-windows/automation-channel": "^0.12.114", + "@react-native-windows/automation-channel": "^0.12.115", "@react-native-windows/fs": "^0.0.0-canary.33", "@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/parser": "^5.21.0", "chai": "^4.2.0", "react": "18.2.0", "react-native": "0.74.0-nightly-20240115-0c7008f28", - "react-native-windows": "^0.0.0-canary.775" + "react-native-windows": "^0.0.0-canary.776" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index 04215d51ea..8bdca6c780 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.74.0-nightly-20240115-0c7008f28", - "react-native-windows": "^0.0.0-canary.775" + "react-native-windows": "^0.0.0-canary.776" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/sample-apps/package.json b/packages/sample-apps/package.json index 4e2de59921..d38fcf9e4d 100644 --- a/packages/sample-apps/package.json +++ b/packages/sample-apps/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "^5.57.1", "react": "18.2.0", "react-native": "0.74.0-nightly-20240115-0c7008f28", - "react-native-windows": "^0.0.0-canary.775" + "react-native-windows": "^0.0.0-canary.776" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json index d1804d7f41..9fd882acef 100644 --- a/vnext/CHANGELOG.json +++ b/vnext/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "react-native-windows", "entries": [ + { + "date": "Fri, 23 Feb 2024 06:16:34 GMT", + "version": "0.0.0-canary.776", + "tag": "react-native-windows_v0.0.0-canary.776", + "comments": { + "prerelease": [ + { + "author": "jthysell@microsoft.com", + "package": "react-native-windows", + "commit": "b99a46fc6a156b95e2398329cab764d080adb537", + "comment": "Fix loading images from `file://` URIs" + }, + { + "author": "jthysell@microsoft.com", + "package": "react-native-windows", + "commit": "e69448209d969529c784db0edc0f296d6d199b80", + "comment": "Fix issue with new arch cpp-app apps not finding the bundle in release builds" + } + ] + } + }, { "date": "Thu, 22 Feb 2024 06:16:36 GMT", "version": "0.0.0-canary.775", diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md index 3a5b6ea4a8..163b793331 100644 --- a/vnext/CHANGELOG.md +++ b/vnext/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - react-native-windows -This log was last generated on Thu, 22 Feb 2024 06:16:36 GMT and should not be manually modified. +This log was last generated on Fri, 23 Feb 2024 06:16:34 GMT and should not be manually modified. +## 0.0.0-canary.776 + +Fri, 23 Feb 2024 06:16:34 GMT + +### Changes + +- Fix loading images from `file://` URIs (jthysell@microsoft.com) +- Fix issue with new arch cpp-app apps not finding the bundle in release builds (jthysell@microsoft.com) + ## 0.0.0-canary.775 Thu, 22 Feb 2024 06:16:36 GMT diff --git a/vnext/PropertySheets/Generated/PackageVersion.g.props b/vnext/PropertySheets/Generated/PackageVersion.g.props index 946eaddfd8..c4879cc72d 100644 --- a/vnext/PropertySheets/Generated/PackageVersion.g.props +++ b/vnext/PropertySheets/Generated/PackageVersion.g.props @@ -10,11 +10,11 @@ --> - 0.0.0-canary.775 + 0.0.0-canary.776 0 0 0 true - cb71c1663dc2503a281444ca12be4f8fbf344b43 + b99a46fc6a156b95e2398329cab764d080adb537 \ No newline at end of file diff --git a/vnext/package.json b/vnext/package.json index bae3bd3ce4..fd5928f5dd 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.0.0-canary.775", + "version": "0.0.0-canary.776", "license": "MIT", "repository": { "type": "git",