Skip to content

Commit 336dac3

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent f2d0935 commit 336dac3

53 files changed

Lines changed: 571 additions & 100 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/api-documenter/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "1.5.52",
6+
"tag": "@microsoft/api-documenter_v1.5.52",
7+
"date": "Wed, 07 Nov 2018 21:04:35 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `6.1.2` to `6.1.3`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.1` to `3.5.2`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.0` to `0.5.1`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.8` to `6.0.9`"
21+
}
22+
]
23+
}
24+
},
425
{
526
"version": "1.5.51",
627
"tag": "@microsoft/api-documenter_v1.5.51",

apps/api-documenter/CHANGELOG.md

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

3-
This log was last generated on Wed, 07 Nov 2018 17:03:03 GMT and should not be manually modified.
3+
This log was last generated on Wed, 07 Nov 2018 21:04:35 GMT and should not be manually modified.
4+
5+
## 1.5.52
6+
Wed, 07 Nov 2018 21:04:35 GMT
7+
8+
*Version update only*
49

510
## 1.5.51
611
Wed, 07 Nov 2018 17:03:03 GMT

apps/api-extractor/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "6.1.3",
6+
"tag": "@microsoft/api-extractor_v6.1.3",
7+
"date": "Wed, 07 Nov 2018 21:04:35 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.1` to `3.5.2`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "6.1.2",
618
"tag": "@microsoft/api-extractor_v6.1.2",

apps/api-extractor/CHANGELOG.md

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

3-
This log was last generated on Mon, 05 Nov 2018 17:04:24 GMT and should not be manually modified.
3+
This log was last generated on Wed, 07 Nov 2018 21:04:35 GMT and should not be manually modified.
4+
5+
## 6.1.3
6+
Wed, 07 Nov 2018 21:04:35 GMT
7+
8+
*Version update only*
49

510
## 6.1.2
611
Mon, 05 Nov 2018 17:04:24 GMT

apps/rush/CHANGELOG.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.5.1",
6+
"tag": "@microsoft/rush_v5.5.1",
7+
"date": "Wed, 07 Nov 2018 21:04:35 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "For NodeJS 10, require at least LTS (10.13.0)"
12+
},
13+
{
14+
"comment": "Install rush and package managers in a node version-specific folder under the user's home directory"
15+
},
16+
{
17+
"comment": "Added support for git hooks"
18+
},
19+
{
20+
"comment": "Remove all dependencies on the \"rimraf\" library"
21+
},
22+
{
23+
"comment": "Upgrade fs-extra to eliminate the annoying \"ERROR: ENOTEMPTY: directory not empty, rmdir\" error that occasionally occurred during \"rush link\""
24+
}
25+
],
26+
"dependency": [
27+
{
28+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.1` to `3.5.2`"
29+
},
30+
{
31+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.0` to `0.5.1`"
32+
},
33+
{
34+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.8` to `6.0.9`"
35+
}
36+
]
37+
}
38+
},
439
{
540
"version": "5.4.0",
641
"tag": "@microsoft/rush_v5.4.0",

apps/rush/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
22

3-
This log was last generated on Thu, 25 Oct 2018 23:20:40 GMT and should not be manually modified.
3+
This log was last generated on Wed, 07 Nov 2018 21:04:35 GMT and should not be manually modified.
4+
5+
## 5.5.1
6+
Wed, 07 Nov 2018 21:04:35 GMT
7+
8+
### Updates
9+
10+
- For NodeJS 10, require at least LTS (10.13.0)
11+
- Install rush and package managers in a node version-specific folder under the user's home directory
12+
- Added support for git hooks
13+
- Remove all dependencies on the "rimraf" library
14+
- Upgrade fs-extra to eliminate the annoying "ERROR: ENOTEMPTY: directory not empty, rmdir" error that occasionally occurred during "rush link"
415

516
## 5.4.0
617
Thu, 25 Oct 2018 23:20:40 GMT

common/changes/@microsoft/node-core-library/pgonzal-prepare-rush-5.5.1_2018-11-07-18-27.json

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

common/changes/@microsoft/rush/ianc-node-10-lts_2018-11-07-00-22.json

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

common/changes/@microsoft/rush/ianc-node-specific-rush-install_2018-11-06-19-58.json

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

common/changes/@microsoft/rush/nchlswhttkr-git-hooks_2018-10-30-05-09.json

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

0 commit comments

Comments
 (0)