Skip to content

Commit

Permalink
[0.75] Promote 75 to legacy (#14102)
Browse files Browse the repository at this point in the history
* Promote 0.75 to legacy

* Change files
  • Loading branch information
TatianaKapos authored Nov 11, 2024
1 parent f1e57ed commit 3be2698
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.75 to legacy",
"packageName": "@office-iss/react-native-win32",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.75 to legacy",
"packageName": "@react-native-windows/cli",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.75 to legacy",
"packageName": "@react-native-windows/codegen",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.75 to legacy",
"packageName": "@react-native-windows/find-repo-root",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.75 to legacy",
"packageName": "@react-native-windows/fs",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.75 to legacy",
"packageName": "@react-native-windows/package-utils",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.75 to legacy",
"packageName": "@react-native-windows/telemetry",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.75 to legacy",
"packageName": "react-native-windows",
"email": "[email protected]",
"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 @@ -98,7 +98,7 @@
"react-native": "^0.75.3"
},
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.75-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.75-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.75-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.75-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.75-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.75-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.75-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 @@ -94,7 +94,7 @@
"react-native": "^0.75.3"
},
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.75-stable",
"disallowedChangeTypes": [
"major",
"minor",
Expand Down

0 comments on commit 3be2698

Please sign in to comment.