Skip to content

Commit 26e37b4

Browse files
authored
Merge branch 'master' into pgonzal/ae-default-tag
2 parents 17b7870 + 90437aa commit 26e37b4

55 files changed

Lines changed: 362 additions & 75 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "1.5.27",
6+
"tag": "@microsoft/api-documenter_v1.5.27",
7+
"date": "Mon, 24 Sep 2018 16:04:28 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.11` to `5.0.12`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.5.26",
618
"tag": "@microsoft/api-documenter_v1.5.26",

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 Fri, 21 Sep 2018 16:04:42 GMT and should not be manually modified.
3+
This log was last generated on Mon, 24 Sep 2018 16:04:28 GMT and should not be manually modified.
4+
5+
## 1.5.27
6+
Mon, 24 Sep 2018 16:04:28 GMT
7+
8+
*Version update only*
49

510
## 1.5.26
611
Fri, 21 Sep 2018 16:04:42 GMT

apps/api-documenter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "1.5.26",
3+
"version": "1.5.27",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@microsoft/rush-stack-compiler": "0.1.7",
26-
"@microsoft/node-library-build": "5.0.11",
26+
"@microsoft/node-library-build": "5.0.12",
2727
"@types/js-yaml": "3.9.1",
2828
"@types/node": "8.5.8",
2929
"gulp": "~3.9.1",

apps/rush-lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@microsoft/node-core-library": "3.0.1",
25-
"@microsoft/package-deps-hash": "2.2.75",
26-
"@microsoft/stream-collator": "2.2.75",
25+
"@microsoft/package-deps-hash": "2.2.76",
26+
"@microsoft/stream-collator": "2.2.76",
2727
"@microsoft/ts-command-line": "4.2.2",
2828
"@pnpm/link-bins": "~1.0.1",
2929
"@pnpm/logger": "~1.0.1",
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@microsoft/rush-stack-compiler": "0.1.7",
54-
"@microsoft/node-library-build": "5.0.11",
54+
"@microsoft/node-library-build": "5.0.12",
5555
"@types/node": "8.5.8",
5656
"@types/node-fetch": "1.6.9",
5757
"@types/tar": "4.0.0",

apps/rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@microsoft/rush-stack-compiler": "0.1.7",
41-
"@microsoft/node-library-build": "5.0.11",
41+
"@microsoft/node-library-build": "5.0.12",
4242
"@types/chai": "3.4.34",
4343
"@types/mocha": "5.2.5",
4444
"@types/node": "8.5.8",

build-tests/api-extractor-test-05/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@microsoft/api-extractor": "5.12.1",
16-
"@microsoft/api-documenter": "1.5.26",
16+
"@microsoft/api-documenter": "1.5.27",
1717
"@types/jest": "21.1.10",
1818
"@types/node": "8.5.8",
1919
"fs-extra": "~5.0.0",

build-tests/node-library-build-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/node": "8.5.8"
1212
},
1313
"devDependencies": {
14-
"@microsoft/node-library-build": "5.0.11",
14+
"@microsoft/node-library-build": "5.0.12",
1515
"@types/chai": "3.4.34",
1616
"@types/mocha": "5.2.5",
1717
"chai": "~3.5.0",

build-tests/web-library-build-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"ts-jest": "~22.4.6",
1313
"@types/jest": "21.1.10",
1414
"@microsoft/rush-stack-compiler": "0.1.7",
15-
"@microsoft/load-themed-styles": "1.8.11",
16-
"@microsoft/web-library-build": "6.0.3",
15+
"@microsoft/load-themed-styles": "1.8.12",
16+
"@microsoft/web-library-build": "6.0.4",
1717
"gulp": "~3.9.1"
1818
}
1919
}

common/changes/@microsoft/gulp-core-build-typescript/master_2018-09-21-02-37.json

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

core-build/gulp-core-build-karma/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/gulp-core-build-karma",
33
"entries": [
4+
{
5+
"version": "4.6.18",
6+
"tag": "@microsoft/gulp-core-build-karma_v4.6.18",
7+
"date": "Mon, 24 Sep 2018 16:04:28 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.11` to `5.0.12`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "4.6.17",
618
"tag": "@microsoft/gulp-core-build-karma_v4.6.17",

0 commit comments

Comments
 (0)