Skip to content

Commit aac09aa

Browse files
author
OneDrive Build
committed
"Applying package updates."
1 parent eb4b27a commit aac09aa

13 files changed

Lines changed: 110 additions & 21 deletions

File tree

api-extractor/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "@microsoft/api-extractor",
3+
"entries": [
4+
{
5+
"version": "1.0.0",
6+
"tag": "@microsoft/api-extractor_v1.0.0",
7+
"date": "Wed, 11 Jan 2017 14:11:26 GMT",
8+
"comments": {
9+
"major": [
10+
{
11+
"comment": "Introducing API Extractor"
12+
}
13+
]
14+
}
15+
}
16+
]
17+
}

api-extractor/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log - @microsoft/api-extractor
2+
3+
This log was last generated on Wed, 11 Jan 2017 14:11:26 GMT and should not be manually modified.
4+
5+
## 1.0.0
6+
Wed, 11 Jan 2017 14:11:26 GMT
7+
8+
### Breaking changes
9+
10+
- Introducing API Extractor
11+

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": "0.0.1",
3+
"version": "1.0.0",
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/nickpape-api-extractor_2017-01-10-22-42.json

Lines changed: 0 additions & 15 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.1.0",
6+
"tag": "@microsoft/gulp-core-build-typescript_v2.1.0",
7+
"date": "Wed, 11 Jan 2017 14:11:26 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Adding an API Extractor task."
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `>=0.0.1 <1.0.0` to `>=1.0.0 <2.0.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "2.0.1",
623
"tag": "@microsoft/gulp-core-build-typescript_v2.0.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 Wed, 04 Jan 2017 03:02:12 GMT and should not be manually modified.
3+
This log was last generated on Wed, 11 Jan 2017 14:11:26 GMT and should not be manually modified.
4+
5+
## 2.1.0
6+
Wed, 11 Jan 2017 14:11:26 GMT
7+
8+
### Minor changes
9+
10+
- Adding an API Extractor task.
411

512
## 2.0.1
613
Wed, 04 Jan 2017 03:02:12 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.0.1",
3+
"version": "2.1.0",
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.0.0 <3.0.0",
19-
"@microsoft/api-extractor": ">=0.0.1 <1.0.0",
19+
"@microsoft/api-extractor": ">=1.0.0 <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/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "@microsoft/node-library-build",
3+
"entries": [
4+
{
5+
"version": "2.0.0",
6+
"tag": "@microsoft/node-library-build_v2.0.0",
7+
"date": "Wed, 11 Jan 2017 14:11:26 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=2.0.1 <3.0.0` to `>=2.1.0 <3.0.0`"
12+
}
13+
]
14+
}
15+
}
16+
]
17+
}

node-library-build/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log - @microsoft/node-library-build
2+
3+
This log was last generated on Wed, 11 Jan 2017 14:11:26 GMT and should not be manually modified.
4+
5+
## 2.0.0
6+
Wed, 11 Jan 2017 14:11:26 GMT
7+
8+
*Initial release*
9+

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.0.0 <3.0.0",
1919
"@microsoft/gulp-core-build-mocha": ">=2.0.0 <3.0.0",
20-
"@microsoft/gulp-core-build-typescript": ">=2.0.1 <3.0.0",
20+
"@microsoft/gulp-core-build-typescript": ">=2.1.0 <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)