Skip to content

Commit 82ae213

Browse files
azure-pipelines[bot]rnbotvmoroz
authored
RELEASE: Releasing 10 package(s) (0.74-stable) (#15806)
* RELEASE: Releasing 10 package(s) (0.74-stable) * Fix running Beachball for prepare-release * Try to fix the parse-url dependency --------- Co-authored-by: React-Native-Windows Bot <53619745+rnbot@users.noreply.github.com> Co-authored-by: Vladimir Morozov <vmorozov@microsoft.com>
1 parent afc0419 commit 82ae213

File tree

21 files changed

+109
-77
lines changed

21 files changed

+109
-77
lines changed

.ado/jobs/setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555

5656
- script: npx --yes beachball bump --branch origin/$(BeachBallBranchName) --yes --verbose
5757
displayName: beachball bump
58+
condition: not(startsWith(variables['System.PullRequest.SourceBranch'], 'prepare-release/'))
5859

5960
- template: ../templates/set-version-vars.yml
6061
parameters:

change/@office-iss-react-native-win32-6ed75dab-b26d-4dd4-8289-c90a972776ea.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/react-native-windows-7ee5dafe-9be7-4b65-bc51-6918715e4358.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@rnw-scripts/promote-release": "*",
4141
"@rnw-scripts/stamp-version": "0.0.0",
4242
"@rnw-scripts/take-screenshot": "*",
43-
"beachball": "^2.20.0",
43+
"beachball": "^2.63.1",
4444
"fast-glob": "^3.2.11",
4545
"husky": "^4.2.5",
4646
"lage": "^2.7.1",
@@ -56,6 +56,7 @@
5656
"safe-buffer": "^5.2.1",
5757
"set-value": "^4.0.1",
5858
"strip-ansi": "^6.0.1",
59+
"**/parse-url": "11.1.0",
5960
"**/parse-url/normalize-url": "^4.5.1",
6061
"**/@react-native/monorepo/node_modules/jest-junit": "^13.0.0",
6162
"**/@react-native/monorepo/node_modules/ws": "^6.2.3",

packages/@office-iss/react-native-win32-tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"flow-enums-runtime": "^0.0.5"
1818
},
1919
"peerDependencies": {
20-
"@office-iss/react-native-win32": "0.74.11",
20+
"@office-iss/react-native-win32": "0.74.12",
2121
"react": "18.0.0",
2222
"react-native": "^0.74.0"
2323
},
2424
"devDependencies": {
25-
"@office-iss/react-native-win32": "0.74.11",
25+
"@office-iss/react-native-win32": "0.74.12",
2626
"@rnw-scripts/babel-react-native-config": "0.0.0",
2727
"@rnw-scripts/eslint-config": "1.2.9",
2828
"@rnw-scripts/just-task": "2.3.25",

packages/@office-iss/react-native-win32/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@office-iss/react-native-win32",
33
"entries": [
4+
{
5+
"date": "Wed, 18 Mar 2026 04:41:39 GMT",
6+
"version": "0.74.12",
7+
"tag": "@office-iss/react-native-win32_v0.74.12",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "vmorozov@microsoft.com",
12+
"package": "@office-iss/react-native-win32",
13+
"commit": "afc0419a12f33c6c13baca56d7685b97f177af6d",
14+
"comment": "RELEASE: Releasing 10 package(s) (0.74-stable)"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 18 Mar 2026 03:08:40 GMT",
621
"version": "0.74.11",

packages/@office-iss/react-native-win32/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @office-iss/react-native-win32
22

3-
This log was last generated on Wed, 18 Mar 2026 03:08:40 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Mar 2026 04:41:39 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.74.12
8+
9+
Wed, 18 Mar 2026 04:41:39 GMT
10+
11+
### Patches
12+
13+
- RELEASE: Releasing 10 package(s) (0.74-stable) (vmorozov@microsoft.com)
14+
715
## 0.74.11
816

917
Wed, 18 Mar 2026 03:08:40 GMT

packages/@office-iss/react-native-win32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@office-iss/react-native-win32",
3-
"version": "0.74.11",
3+
"version": "0.74.12",
44
"description": "Implementation of react native on top of Office's Win32 platform.",
55
"repository": {
66
"type": "git",

packages/@react-native-windows/automation-channel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prettier": "2.8.8",
3333
"react": "18.2.0",
3434
"react-native": "0.74.7",
35-
"react-native-windows": "0.74.52",
35+
"react-native-windows": "0.74.53",
3636
"typescript": "5.0.4"
3737
},
3838
"files": [

packages/@react-native-windows/tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@react-native-picker/picker": "2.4.10",
2020
"react": "18.0.0",
2121
"react-native": "^0.74.0",
22-
"react-native-windows": "0.74.52",
22+
"react-native-windows": "0.74.53",
2323
"react-native-xaml": "^0.0.78"
2424
},
2525
"devDependencies": {
@@ -33,7 +33,7 @@
3333
"just-scripts": "^1.3.3",
3434
"react-native": "0.74.7",
3535
"react-native-platform-override": "^1.9.25",
36-
"react-native-windows": "0.74.52",
36+
"react-native-windows": "0.74.53",
3737
"typescript": "5.0.4"
3838
},
3939
"engines": {

0 commit comments

Comments
 (0)