Skip to content

Commit fe9f969

Browse files
authored
Merge pull request microsoft#252 from Microsoft/qz2017/bump_rush
Bump up Rush version to 3.0.10
2 parents 9a1062c + f7ddceb commit fe9f969

File tree

6 files changed

+57
-6
lines changed

6 files changed

+57
-6
lines changed

apps/rush-lib/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/rush-lib",
33
"entries": [
4+
{
5+
"version": "3.0.10",
6+
"tag": "@microsoft/rush-lib_v3.0.10",
7+
"date": "Tue, 27 Jun 2017 21:44:50 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fix an issue with 'rush rebuild' where it fails on non-windows platforms"
12+
},
13+
{
14+
"comment": "Fix an issue with 'rush -help' where it throws if rush.json is not available."
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "3.0.9",
621
"tag": "@microsoft/rush-lib_v3.0.9",

apps/rush-lib/CHANGELOG.md

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

3-
This log was last generated on Thu, 08 Jun 2017 03:22:14 GMT and should not be manually modified.
3+
This log was last generated on Tue, 27 Jun 2017 21:49:51 GMT and should not be manually modified.
4+
5+
## 3.0.10
6+
Tue, 27 Jun 2017 21:44:50 GMT
7+
8+
### Patches
9+
10+
- Fix an issue with 'rush rebuild' where it fails on non-windows platforms
11+
- Fix an issue with 'rush -help' where it throws if rush.json is not available.
412

513
## 3.0.9
614
Thu, June 8, 2017 03:30:27 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": "3.0.9",
3+
"version": "3.0.10",
44
"description": "A library for writing scripts that interact with the Rush tool",
55
"repository": {
66
"type": "git",

apps/rush/CHANGELOG.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "3.0.10",
6+
"tag": "@microsoft/rush_v3.0.10",
7+
"date": "Tue, 27 Jun 2017 21:44:50 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fix an issue with 'rush rebuild' where it fails on non-windows platforms"
12+
},
13+
{
14+
"comment": "Fix an issue with 'rush -help' where it throws if rush.json is not available."
15+
}
16+
],
17+
"dependency": [
18+
{
19+
"comment": "Updating dependency \"@microsoft/rush-lib\" from `3.0.9` to `3.0.10`"
20+
}
21+
]
22+
}
23+
},
424
{
525
"version": "3.0.9",
626
"tag": "@microsoft/rush_v3.0.9",

apps/rush/CHANGELOG.md

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

3-
This log was last generated on Thu, 08 Jun 2017 03:22:14 GMT and should not be manually modified.
3+
This log was last generated on Tue, 27 Jun 2017 21:49:51 GMT and should not be manually modified.
4+
5+
## 3.0.10
6+
Tue, 27 Jun 2017 21:44:50 GMT
7+
8+
### Patches
9+
10+
- Fix an issue with 'rush rebuild' where it fails on non-windows platforms
11+
- Fix an issue with 'rush -help' where it throws if rush.json is not available.
412

513
## 3.0.9
614
Thu, June 8, 2017 03:30:27 GMT
715

816
### Patches
917

10-
- Fix issue with 'rush check'where it sometimes threw exceptions.
18+
- Fix issue with 'rush check' where it sometimes threw exceptions.
1119

1220
## 3.0.8
1321
Thu, June 8, 2017 03:00:27 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": "3.0.9",
3+
"version": "3.0.10",
44
"description": "The professional solution for consolidating all your JavaScript projects in one Git repo",
55
"keywords": [
66
"install",
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"dependencies": {
3131
"@microsoft/package-deps-hash": "~2.0.5",
32-
"@microsoft/rush-lib": "3.0.9",
32+
"@microsoft/rush-lib": "3.0.10",
3333
"@microsoft/stream-collator": "~2.0.2",
3434
"@microsoft/ts-command-line": "~2.0.2",
3535
"builtins": "~1.0.3",

0 commit comments

Comments
 (0)