Skip to content

Commit 2eb0bf9

Browse files
authored
Merge pull request microsoft#440 from Microsoft/qz2017/bump_rush
Bump rush to 4.0.1
2 parents 4fcc343 + 7b84584 commit 2eb0bf9

File tree

6 files changed

+77
-18
lines changed

6 files changed

+77
-18
lines changed

apps/rush-lib/CHANGELOG.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
11
{
22
"name": "@microsoft/rush-lib",
33
"entries": [
4+
{
5+
"version": "4.0.1",
6+
"tag": "@microsoft/rush-lib_v4.0.1",
7+
"date": "Mon, 13 Nov 2017 18:34:30 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fix the regression where \"rush -h\" didn't work outside a repo folder"
12+
},
13+
{
14+
"comment": "Reduce the default parallelism on Windows platform"
15+
},
16+
{
17+
"comment": "Force change log name to be the same as package name to handle the error case when package is renamed but change log is not"
18+
}
19+
]
20+
}
21+
},
422
{
523
"version": "4.0.0",
624
"tag": "@microsoft/rush-lib_v4.0.0",
725
"date": "Sat, 4 Nov 2017 03:22:28 GMT",
826
"comments": {
927
"major": [
1028
{
11-
"comment": "See here for major change summary: https://github.com/Microsoft/web-build-tools/wiki/Rush-~-Custom-commands"
29+
"comment": "Complete release notes are here: https://github.com/Microsoft/web-build-tools/wiki#november-3-2017---rush-4-released"
1230
},
1331
{
1432
"comment": "Adding custom commands and options."

apps/rush-lib/CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# Change Log - @microsoft/rush-lib
22

3-
This log was last generated on Sat, 04 Nov 2017 01:29:27 GMT and should not be manually modified.
3+
This log was last generated on Mon, 13 Nov 2017 18:34:30 GMT and should not be manually modified.
4+
5+
## 4.0.1
6+
Mon, 13 Nov 2017 18:34:30 GMT
7+
8+
### Patches
9+
10+
- Fix the regression where "rush -h" didn't work outside a repo folder
11+
- Reduce the default parallelism on Windows platform
12+
- Force change log name to be the same as package name to handle the error case when package is renamed but change log is not
413

514
## 4.0.0
615
Sat, 4 Nov 2017 03:22:28 GMT
716

817
### Breaking changes
918

10-
- See here for major change summary: https://github.com/Microsoft/web-build-tools/wiki/Rush-~-Custom-commands
19+
- Complete release notes are here: https://github.com/Microsoft/web-build-tools/wiki#november-3-2017---rush-4-released
1120
- Adding custom commands and options.
1221
- Adding rush version selector.
1322
- Updating the semantics of rush change.
@@ -27,9 +36,9 @@ Fri, 06 Oct 2017 22:44:31 GMT
2736
### Patches
2837

2938
- Enable strickNullChecks
30-
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
31-
- Fix a bug in "rush change" so it handles rename properly.
32-
- Add npm tag support in "rush publish".
39+
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
40+
- Fix a bug in "rush change" so it handles rename properly.
41+
- Add npm tag support in "rush publish".
3342

3443
## 3.0.18
3544
Tue, 26 Sep 2017 13:51:05 GMT
@@ -222,7 +231,7 @@ Sun, 05 Feb 2017 01:21:30 GMT
222231
## 1.5.1
223232
Tue, 24 Jan 2017 03:26:06 GMT
224233

225-
*Changes not tracked*
234+
*Version update only*
226235

227236
## 1.5.0
228237
Sun, 22 Jan 2017 02:04:57 GMT

apps/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush-lib",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A library for writing scripts that interact with the Rush tool",
55
"repository": {
66
"type": "git",

apps/rush/CHANGELOG.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "4.0.1",
6+
"tag": "@microsoft/rush_v4.0.1",
7+
"date": "Mon, 13 Nov 2017 18:34:30 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fix the regression where \"rush -h\" didn't work outside a repo folder"
12+
},
13+
{
14+
"comment": "Reduce the default parallelism on Windows platform"
15+
},
16+
{
17+
"comment": "Force change log name to be the same as package name to handle the error case when package is renamed but change log is not"
18+
}
19+
],
20+
"dependency": [
21+
{
22+
"comment": "Updating dependency \"@microsoft/rush-lib\" from `4.0.0` to `4.0.1`"
23+
}
24+
]
25+
}
26+
},
427
{
528
"version": "4.0.0",
629
"tag": "@microsoft/rush_v4.0.0",
730
"date": "Sat, 4 Nov 2017 03:22:28 GMT",
831
"comments": {
932
"major": [
1033
{
11-
"comment": "See here for major change summary: https://github.com/Microsoft/web-build-tools/wiki/Rush-~-Custom-commands"
34+
"comment": "Complete release notes are here: https://github.com/Microsoft/web-build-tools/wiki#november-3-2017---rush-4-released"
1235
},
1336
{
1437
"comment": "Adding custom commands and options."

apps/rush/CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# Change Log - @microsoft/rush
22

3-
This log was last generated on Sat, 04 Nov 2017 01:29:27 GMT and should not be manually modified.
3+
This log was last generated on Mon, 13 Nov 2017 18:34:30 GMT and should not be manually modified.
4+
5+
## 4.0.1
6+
Mon, 13 Nov 2017 18:34:30 GMT
7+
8+
### Patches
9+
10+
- Fix the regression where "rush -h" didn't work outside a repo folder
11+
- Reduce the default parallelism on Windows platform
12+
- Force change log name to be the same as package name to handle the error case when package is renamed but change log is not
413

514
## 4.0.0
615
Sat, 4 Nov 2017 03:22:28 GMT
716

817
### Breaking changes
918

10-
- See here for major change summary: https://github.com/Microsoft/web-build-tools/wiki/Rush-~-Custom-commands
19+
- Complete release notes are here: https://github.com/Microsoft/web-build-tools/wiki#november-3-2017---rush-4-released
1120
- Adding custom commands and options.
1221
- Adding rush version selector.
1322
- Updating the semantics of rush change.
@@ -27,9 +36,9 @@ Fri, 06 Oct 2017 22:44:31 GMT
2736
### Patches
2837

2938
- Enable strickNullChecks
30-
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
31-
- Fix a bug in "rush change" so it handles rename properly.
32-
- Add npm tag support in "rush publish".
39+
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
40+
- Fix a bug in "rush change" so it handles rename properly.
41+
- Add npm tag support in "rush publish".
3342

3443
## 3.0.18
3544
Tue, 26 Sep 2017 13:51:05 GMT
@@ -209,7 +218,7 @@ Fri, 24 Feb 2017 22:54:16 GMT
209218
## 2.2.1
210219
Fri, 24 Feb 2017 22:53:18 GMT
211220

212-
*Changes not tracked*
221+
*Version update only*
213222

214223
## 2.2.0
215224
Fri, 24 Feb 2017 22:44:31 GMT
@@ -284,7 +293,7 @@ Sun, 22 Jan 2017 02:04:57 GMT
284293

285294
### Patches
286295

287-
- Update temp_modules when versions are bumped.
296+
- Update temp_modules when versions are bumped.
288297

289298
## 1.4.1
290299
Tue, 03 Jan 2017 21:52:49 GMT

apps/rush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "The professional solution for consolidating all your JavaScript projects in one Git repo",
55
"keywords": [
66
"install",
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"dependencies": {
2929
"@microsoft/node-core-library": "0.3.16",
30-
"@microsoft/rush-lib": "4.0.0",
30+
"@microsoft/rush-lib": "4.0.1",
3131
"fs-extra": "~0.26.7",
3232
"semver": "~5.3.0"
3333
},

0 commit comments

Comments
 (0)