Skip to content

Commit e03d381

Browse files
authored
Merge pull request microsoft#1643 from baywet/patch-1
updates repo link to point to proper path for stack 3.5 3.6 3.7
2 parents cca0871 + 59c44cd commit e03d381

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush-stack-compiler-3.5",
5+
"comment": "updates repo url to proper path in package.json",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/rush-stack-compiler-3.5",
10+
"email": "vincentbiret@hotmail.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush-stack-compiler-3.6",
5+
"comment": "updates repo url to proper path in package.json",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/rush-stack-compiler-3.6",
10+
"email": "vincentbiret@hotmail.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush-stack-compiler-3.7",
5+
"comment": "updates repo url to proper path in package.json",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/rush-stack-compiler-3.7",
10+
"email": "vincentbiret@hotmail.com"
11+
}

stack/rush-stack-compiler-3.5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.4"
8+
"url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.5"
99
},
1010
"bin": {
1111
"rush-api-extractor": "./bin/rush-api-extractor",

stack/rush-stack-compiler-3.6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.4"
8+
"url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.6"
99
},
1010
"bin": {
1111
"rush-api-extractor": "./bin/rush-api-extractor",

stack/rush-stack-compiler-3.7/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.4"
8+
"url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.7"
99
},
1010
"bin": {
1111
"rush-api-extractor": "./bin/rush-api-extractor",

0 commit comments

Comments
 (0)