Skip to content

Commit 103b6f0

Browse files
authored
Merge pull request microsoft#261 from Microsoft/pgonzal/publish-rush
Publish rush 3.0.11
2 parents 4a676b5 + 73058b6 commit 103b6f0

File tree

6 files changed

+43
-5
lines changed

6 files changed

+43
-5
lines changed

apps/rush-lib/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/rush-lib",
33
"entries": [
4+
{
5+
"version": "3.0.11",
6+
"tag": "@microsoft/rush-lib_v3.0.11",
7+
"date": "Mon, Jul 3, 2017 10:53:12 PM",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Rush 3.0.11 was released."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "3.0.10",
618
"tag": "@microsoft/rush-lib_v3.0.10",

apps/rush-lib/CHANGELOG.md

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

3-
This log was last generated on Tue, 27 Jun 2017 21:49:51 GMT and should not be manually modified.
3+
This log was last generated on Mon, 03 Jul 2017 22:58:11 GMT and should not be manually modified.
4+
5+
## 3.0.11
6+
Mon, Jul 3, 2017 10:53:12 PM
7+
8+
### Patches
9+
10+
- Rush 3.0.11 was released.
411

512
## 3.0.10
613
Tue, 27 Jun 2017 21:44:50 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.10",
3+
"version": "3.0.11",
44
"description": "A library for writing scripts that interact with the Rush tool",
55
"repository": {
66
"type": "git",

apps/rush/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "3.0.11",
6+
"tag": "@microsoft/rush_v3.0.11",
7+
"date": "Mon, Jul 3, 2017 10:53:12 PM",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Add support for non-SemVer dependency specifiers in package.json; for example, \"github:gulpjs/gulp#4.0\" or \"git://github.com/user/project.git#commit-ish\""
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "3.0.10",
618
"tag": "@microsoft/rush_v3.0.10",

apps/rush/CHANGELOG.md

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

3-
This log was last generated on Tue, 27 Jun 2017 21:49:51 GMT and should not be manually modified.
3+
This log was last generated on Mon, 03 Jul 2017 22:58:11 GMT and should not be manually modified.
4+
5+
## 3.0.11
6+
Mon, Jul 3, 2017 10:53:12 PM
7+
8+
### Patches
9+
10+
- Add support for non-SemVer dependency specifiers in package.json; for example, "github:gulpjs/gulp#4.0" or "git://github.com/user/project.git#commit-ish"
411

512
## 3.0.10
613
Tue, 27 Jun 2017 21:44:50 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.10",
3+
"version": "3.0.11",
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.10",
32+
"@microsoft/rush-lib": "3.0.11",
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)