Skip to content

Commit

Permalink
[0.65] Stop using latest dist-tag (#8790)
Browse files Browse the repository at this point in the history
* Promote 0.65 to legacy

* Change files
  • Loading branch information
NickGerleman committed Oct 8, 2021
1 parent 61c436f commit 31e9fc2
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.65 to legacy",
"packageName": "@office-iss/react-native-win32",
"email": "ngerlem@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.65 to legacy",
"packageName": "@react-native-windows/cli",
"email": "ngerlem@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.65 to legacy",
"packageName": "@react-native-windows/codegen",
"email": "ngerlem@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.65 to legacy",
"packageName": "@react-native-windows/find-repo-root",
"email": "ngerlem@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.65 to legacy",
"packageName": "@react-native-windows/package-utils",
"email": "ngerlem@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.65 to legacy",
"packageName": "@react-native-windows/telemetry",
"email": "ngerlem@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Promote 0.65 to legacy",
"packageName": "react-native-windows",
"email": "ngerlem@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 @@ -79,7 +79,7 @@
"react-native": "^0.65.0"
},
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.65-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 @@ -65,7 +65,7 @@
"powershell"
],
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.65-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 @@ -43,7 +43,7 @@
"typescript": "^3.8.3"
},
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.65-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 @@ -25,7 +25,7 @@
"typescript": "^3.8.3"
},
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.65-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 @@ -27,7 +27,7 @@
"typescript": "^3.8.3"
},
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.65-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 @@ -39,7 +39,7 @@
"lib-commonjs"
],
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.65-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 @@ -78,7 +78,7 @@
"react-native": "^0.65.0"
},
"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "v0.65-stable",
"gitTags": true,
"disallowedChangeTypes": [
"major",
Expand Down

0 comments on commit 31e9fc2

Please sign in to comment.