Skip to content

Commit d500e98

Browse files
author
nickpape-msft
committed
Merge master into branch
2 parents 6d76233 + b876b5e commit d500e98

20 files changed

Lines changed: 105 additions & 42 deletions

File tree

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": "1.1.0",
6+
"tag": "@microsoft/api-extractor_v1.1.0",
7+
"date": "Wed, 18 Jan 2017 20:04:29 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Updating API Extractor to work with TypeScript 2.1"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.0.2",
618
"tag": "@microsoft/api-extractor_v1.0.2",

api-extractor/CHANGELOG.md

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

3-
This log was last generated on Mon, 16 Jan 2017 20:04:15 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Jan 2017 20:04:29 GMT and should not be manually modified.
4+
5+
## 1.1.0
6+
Wed, 18 Jan 2017 20:04:29 GMT
7+
8+
### Minor changes
9+
10+
- Updating API Extractor to work with TypeScript 2.1
411

512
## 1.0.2
613
Mon, 16 Jan 2017 20:04:15 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.0.2",
3+
"version": "1.1.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",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/gulp-core-build-webpack",
5+
"comment": "Including an option to pass in the webpack compiler object to the GCB-webpack task.",
6+
"type": "minor"
7+
}
8+
],
9+
"email": "ianc@microsoft.com"
10+
}

common/changes/nickpape-add-changefile_2017-01-18-19-50.json

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

common/changes/nickpape-ts-config-provider_2017-01-18-02-50.json

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

gulp-core-build-karma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.0.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.1.0 <3.0.0",
1919
"chai": "~3.5.0",
2020
"gulp": "~3.9.1",
2121
"gulp-karma": "~0.0.5",

gulp-core-build-mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.0.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.1.0 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/node": "^6.0.46",
2121
"gulp": "~3.9.1",

gulp-core-build-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.0.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.1.0 <3.0.0",
1919
"@microsoft/load-themed-styles": "^1.2.2",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/node": "^6.0.46",

gulp-core-build-serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.0.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.1.0 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/node": "^6.0.46",
2121
"deasync": "~0.1.7",

0 commit comments

Comments
 (0)