Skip to content

Commit cf1da18

Browse files
author
nickpape-msft
committed
Package updates
1 parent 49ab9d1 commit cf1da18

File tree

9 files changed

+70
-45
lines changed

9 files changed

+70
-45
lines changed

common/changes/common.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

common/changes/pinned.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

common/changes/verbose.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

rush/rush-lib/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/rush-lib",
33
"entries": [
4+
{
5+
"version": "1.10.0",
6+
"tag": "@microsoft/rush-lib_v1.10.0",
7+
"date": "Fri, 24 Feb 2017 22:44:31 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Rush will automatically create the common folder."
12+
}
13+
],
14+
"minor": [
15+
{
16+
"comment": "Add a \"pinnedVersions\" option to rush.json, which will add dependencies to the common package.json. Since these dependencies are installed first, this mechanism can be used to control versions of unconstrained second-level dependencies."
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "1.8.0",
623
"tag": "@microsoft/rush-lib_v1.8.0",

rush/rush-lib/CHANGELOG.md

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

3-
This log was last generated on Tue, 14 Feb 2017 22:53:30 GMT and should not be manually modified.
3+
This log was last generated on Fri, 24 Feb 2017 22:44:31 GMT and should not be manually modified.
4+
5+
## 1.10.0
6+
Fri, 24 Feb 2017 22:44:31 GMT
7+
8+
### Minor changes
9+
10+
- Add a "pinnedVersions" option to rush.json, which will add dependencies to the common package.json. Since these dependencies are installed first, this mechanism can be used to control versions of unconstrained second-level dependencies.
11+
12+
### Patches
13+
14+
- Rush will automatically create the common folder.
415

516
## 1.8.0
617
Tue, 14 Feb 2017 22:53:30 GMT

rush/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": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Library support for the Rush tool",
55
"repository": {
66
"type": "git",

rush/rush/CHANGELOG.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "2.2.0",
6+
"tag": "@microsoft/rush_v2.2.0",
7+
"date": "Fri, 24 Feb 2017 22:44:31 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Rush install checks to ensure that generate has been run."
12+
}
13+
],
14+
"minor": [
15+
{
16+
"comment": "Add a \"pinnedVersions\" option to rush.json, which will add dependencies to the common package.json. Since these dependencies are installed first, this mechanism can be used to control versions of unconstrained second-level dependencies."
17+
},
18+
{
19+
"comment": "Make --quiet builds the default. Deprecate the --quiet parameter. Add a --verbose parameter which displays the build logs."
20+
}
21+
],
22+
"dependency": [
23+
{
24+
"comment": "Updating dependency \"@microsoft/rush-lib\" from `1.9.0` to `1.10.0`"
25+
}
26+
]
27+
}
28+
},
429
{
530
"version": "1.8.2",
631
"tag": "@microsoft/rush_v1.8.2",

rush/rush/CHANGELOG.md

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

3-
This log was last generated on Wed, 15 Feb 2017 08:54:44 GMT and should not be manually modified.
3+
This log was last generated on Fri, 24 Feb 2017 22:44:31 GMT and should not be manually modified.
4+
5+
## 2.2.0
6+
Fri, 24 Feb 2017 22:44:31 GMT
7+
8+
### Minor changes
9+
10+
- Add a "pinnedVersions" option to rush.json, which will add dependencies to the common package.json. Since these dependencies are installed first, this mechanism can be used to control versions of unconstrained second-level dependencies.
11+
- Make --quiet builds the default. Deprecate the --quiet parameter. Add a --verbose parameter which displays the build logs.
12+
13+
### Patches
14+
15+
- Rush install checks to ensure that generate has been run.
416

517
## 1.8.2
618
Wed, 15 Feb 2017 08:54:44 GMT

rush/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": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A fast solution for building/publishing many NPM packages",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@microsoft/package-deps-hash": "~0.0.4",
21-
"@microsoft/rush-lib": "1.9.0",
21+
"@microsoft/rush-lib": "1.10.0",
2222
"@microsoft/stream-collator": "~1.0.2",
2323
"@microsoft/ts-command-line": "~1.1.1",
2424
"builtins": "~1.0.3",

0 commit comments

Comments
 (0)