Skip to content

Commit db638b9

Browse files
author
OneDrive Build
committed
"Applying package updates."
1 parent 50f4fcf commit db638b9

11 files changed

Lines changed: 58 additions & 42 deletions

File tree

api-extractor/CHANGELOG.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "1.1.4",
6+
"tag": "@microsoft/api-extractor_v1.1.4",
7+
"date": "Fri, 27 Jan 2017 02:35:10 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Added ExternalApiHelper class to be used in generating api documentation json files for external types."
12+
},
13+
{
14+
"comment": "Added description for packages implementation."
15+
},
16+
{
17+
"comment": "Added config folder with file to enable api-extractor on itself. rebuild project on previous build."
18+
}
19+
]
20+
}
21+
},
422
{
523
"version": "1.1.3",
624
"tag": "@microsoft/api-extractor_v1.1.3",

api-extractor/CHANGELOG.md

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

3-
This log was last generated on Tue, 24 Jan 2017 01:36:35 GMT and should not be manually modified.
3+
This log was last generated on Fri, 27 Jan 2017 02:35:10 GMT and should not be manually modified.
4+
5+
## 1.1.4
6+
Fri, 27 Jan 2017 02:35:10 GMT
7+
8+
### Patches
9+
10+
- Added ExternalApiHelper class to be used in generating api documentation json files for external types.
11+
- Added description for packages implementation.
12+
- Added config folder with file to enable api-extractor on itself. rebuild project on previous build.
413

514
## 1.1.3
615
Tue, 24 Jan 2017 01:36:35 GMT

api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Validatation, documentation, and auditing for the exported API of a TypeScript package",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

common/changes/dagaeta-external-api-helper_2017-01-23-21-33.json

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

common/changes/dagaeta-package-comments_2017-01-25-02-39.json

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

common/changes/dagaeta-run-api-extractor-on-itself_2017-01-26-04-30.json

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

gulp-core-build-typescript/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/gulp-core-build-typescript",
33
"entries": [
4+
{
5+
"version": "2.2.2",
6+
"tag": "@microsoft/gulp-core-build-typescript_v2.2.2",
7+
"date": "Fri, 27 Jan 2017 02:35:10 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Added external-api-json folder with external types definitions. Added gulp task to run ApiExtractor on external types defintions."
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `>=1.1.3 <2.0.0` to `>=1.1.4 <2.0.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "2.2.1",
623
"tag": "@microsoft/gulp-core-build-typescript_v2.2.1",

gulp-core-build-typescript/CHANGELOG.md

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

3-
This log was last generated on Thu, 19 Jan 2017 02:37:34 GMT and should not be manually modified.
3+
This log was last generated on Fri, 27 Jan 2017 02:35:10 GMT and should not be manually modified.
4+
5+
## 2.2.2
6+
Fri, 27 Jan 2017 02:35:10 GMT
7+
8+
### Patches
9+
10+
- Added external-api-json folder with external types definitions. Added gulp task to run ApiExtractor on external types defintions.
411

512
## 2.2.1
613
Thu, 19 Jan 2017 02:37:34 GMT

gulp-core-build-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gulp-core-build-typescript",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@microsoft/gulp-core-build": ">=2.1.1 <3.0.0",
19-
"@microsoft/api-extractor": ">=1.1.3 <2.0.0",
19+
"@microsoft/api-extractor": ">=1.1.4 <2.0.0",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/gulp": "^3.8.32",
2222
"@types/node": "^6.0.46",

node-library-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@microsoft/gulp-core-build": ">=2.1.1 <3.0.0",
1919
"@microsoft/gulp-core-build-mocha": ">=2.0.0 <3.0.0",
20-
"@microsoft/gulp-core-build-typescript": ">=2.2.1 <3.0.0",
20+
"@microsoft/gulp-core-build-typescript": ">=2.2.2 <3.0.0",
2121
"@types/es6-promise": "0.0.32",
2222
"@types/gulp": "^3.8.32",
2323
"@types/node": "^6.0.46",

0 commit comments

Comments
 (0)