Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ado/jobs/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

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

- template: ../templates/set-version-vars.yml
parameters:
Expand Down

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rnw-scripts/promote-release": "*",
"@rnw-scripts/stamp-version": "0.0.0",
"@rnw-scripts/take-screenshot": "*",
"beachball": "^2.20.0",
"beachball": "^2.63.1",
"fast-glob": "^3.2.11",
"husky": "^4.2.5",
"lage": "^2.7.1",
Expand All @@ -56,6 +56,7 @@
"safe-buffer": "^5.2.1",
"set-value": "^4.0.1",
"strip-ansi": "^6.0.1",
"**/parse-url": "11.1.0",
"**/parse-url/normalize-url": "^4.5.1",
"**/@react-native/monorepo/node_modules/jest-junit": "^13.0.0",
"**/@react-native/monorepo/node_modules/ws": "^6.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@office-iss/react-native-win32-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"flow-enums-runtime": "^0.0.5"
},
"peerDependencies": {
"@office-iss/react-native-win32": "0.74.11",
"@office-iss/react-native-win32": "0.74.12",
"react": "18.0.0",
"react-native": "^0.74.0"
},
"devDependencies": {
"@office-iss/react-native-win32": "0.74.11",
"@office-iss/react-native-win32": "0.74.12",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.9",
"@rnw-scripts/just-task": "2.3.25",
Expand Down
15 changes: 15 additions & 0 deletions packages/@office-iss/react-native-win32/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@office-iss/react-native-win32",
"entries": [
{
"date": "Wed, 18 Mar 2026 04:41:39 GMT",
"version": "0.74.12",
"tag": "@office-iss/react-native-win32_v0.74.12",
"comments": {
"patch": [
{
"author": "vmorozov@microsoft.com",
"package": "@office-iss/react-native-win32",
"commit": "afc0419a12f33c6c13baca56d7685b97f177af6d",
"comment": "RELEASE: Releasing 10 package(s) (0.74-stable)"
}
]
}
},
{
"date": "Wed, 18 Mar 2026 03:08:40 GMT",
"version": "0.74.11",
Expand Down
10 changes: 9 additions & 1 deletion packages/@office-iss/react-native-win32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @office-iss/react-native-win32

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

<!-- Start content -->

## 0.74.12

Wed, 18 Mar 2026 04:41:39 GMT

### Patches

- RELEASE: Releasing 10 package(s) (0.74-stable) (vmorozov@microsoft.com)

## 0.74.11

Wed, 18 Mar 2026 03:08:40 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/@office-iss/react-native-win32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@office-iss/react-native-win32",
"version": "0.74.11",
"version": "0.74.12",
"description": "Implementation of react native on top of Office's Win32 platform.",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prettier": "2.8.8",
"react": "18.2.0",
"react-native": "0.74.7",
"react-native-windows": "0.74.52",
"react-native-windows": "0.74.53",
"typescript": "5.0.4"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@react-native-picker/picker": "2.4.10",
"react": "18.0.0",
"react-native": "^0.74.0",
"react-native-windows": "0.74.52",
"react-native-windows": "0.74.53",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"just-scripts": "^1.3.3",
"react-native": "0.74.7",
"react-native-platform-override": "^1.9.25",
"react-native-windows": "0.74.52",
"react-native-windows": "0.74.53",
"typescript": "5.0.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@rnw-scripts/beachball-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@rnw-scripts/just-task": "2.3.25",
"@rnw-scripts/ts-config": "2.0.5",
"@types/node": "^18.0.0",
"beachball": "^2.20.0",
"beachball": "^2.63.1",
"eslint": "^8.19.0",
"prettier": "2.8.8",
"typescript": "5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app-fabric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.74.7",
"react-native-windows": "0.74.52"
"react-native-windows": "0.74.53"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.74.7",
"react-native-windows": "0.74.52",
"react-native-windows": "0.74.53",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"chai": "^4.2.0",
"react": "18.2.0",
"react-native": "0.74.7",
"react-native-windows": "0.74.52"
"react-native-windows": "0.74.53"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.74.7",
"react-native-windows": "0.74.52"
"react-native-windows": "0.74.53"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sample-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "^5.57.1",
"react": "18.2.0",
"react-native": "0.74.7",
"react-native-windows": "0.74.52"
"react-native-windows": "0.74.53"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
15 changes: 15 additions & 0 deletions vnext/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "react-native-windows",
"entries": [
{
"date": "Wed, 18 Mar 2026 04:41:39 GMT",
"version": "0.74.53",
"tag": "react-native-windows_v0.74.53",
"comments": {
"patch": [
{
"author": "vmorozov@microsoft.com",
"package": "react-native-windows",
"commit": "afc0419a12f33c6c13baca56d7685b97f177af6d",
"comment": "RELEASE: Releasing 10 package(s) (0.74-stable)"
}
]
}
},
{
"date": "Wed, 18 Mar 2026 03:08:40 GMT",
"version": "0.74.52",
Expand Down
10 changes: 9 additions & 1 deletion vnext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - react-native-windows

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

<!-- Start content -->

## 0.74.53

Wed, 18 Mar 2026 04:41:39 GMT

### Patches

- RELEASE: Releasing 10 package(s) (0.74-stable) (vmorozov@microsoft.com)

## 0.74.52

Wed, 18 Mar 2026 03:08:40 GMT
Expand Down
6 changes: 3 additions & 3 deletions vnext/PropertySheets/Generated/PackageVersion.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ReactNativeWindowsVersion>0.74.52</ReactNativeWindowsVersion>
<ReactNativeWindowsVersion>0.74.53</ReactNativeWindowsVersion>
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
<ReactNativeWindowsMinor>74</ReactNativeWindowsMinor>
<ReactNativeWindowsPatch>52</ReactNativeWindowsPatch>
<ReactNativeWindowsPatch>53</ReactNativeWindowsPatch>
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
<ReactNativeWindowsCommitId>48c6cfeeb522a3f66014675370d4f276ca080a86</ReactNativeWindowsCommitId>
<ReactNativeWindowsCommitId>afc0419a12f33c6c13baca56d7685b97f177af6d</ReactNativeWindowsCommitId>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion vnext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.74.52",
"version": "0.74.53",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading
Loading