Skip to content

Commit

Permalink
[0.74] Promote 0.74 to Legacy (#13576)
Browse files Browse the repository at this point in the history
* Promote 0.74 to legacy

* Change files
  • Loading branch information
TatianaKapos committed Aug 19, 2024
1 parent eeccbd6 commit 4d5db6f
Show file tree
Hide file tree
Showing 16 changed files with 64 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.74 to legacy",
"packageName": "@office-iss/react-native-win32",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.74 to legacy",
"packageName": "@react-native-windows/cli",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.74 to legacy",
"packageName": "@react-native-windows/codegen",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.74 to legacy",
"packageName": "@react-native-windows/find-repo-root",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.74 to legacy",
"packageName": "@react-native-windows/fs",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.74 to legacy",
"packageName": "@react-native-windows/package-utils",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.74 to legacy",
"packageName": "@react-native-windows/telemetry",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.74 to legacy",
"packageName": "react-native-windows",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/@office-iss/react-native-win32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"react-native": "^0.74.0"
},
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.74-stable",
"disallowedChangeTypes": [
"major",
"minor",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"src/powershell"
],
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.74-stable",
"disallowedChangeTypes": [
"major",
"minor",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"src"
],
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.74-stable",
"disallowedChangeTypes": [
"major",
"minor",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/find-repo-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "5.0.4"
},
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.74-stable",
"disallowedChangeTypes": [
"major",
"minor",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lib-commonjs"
],
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.74-stable",
"disallowedChangeTypes": [
"major",
"minor",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/package-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typescript": "5.0.4"
},
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.74-stable",
"disallowedChangeTypes": [
"major",
"minor",
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-native-windows/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"lib-commonjs"
],
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.74-stable",
"disallowedChangeTypes": [
"major",
"minor",
Expand Down
2 changes: 1 addition & 1 deletion vnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"react-native": "^0.74.0"
},
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.74-stable",
"disallowedChangeTypes": [
"major",
"minor",
Expand Down

0 comments on commit 4d5db6f

Please sign in to comment.