Skip to content

Commit b876b5e

Browse files
author
nickpape-msft
committed
Merge branch 'publish-1484775658778'
2 parents 8d83fd5 + 1117a58 commit b876b5e

8 files changed

Lines changed: 58 additions & 19 deletions

File tree

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-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.0",
6+
"tag": "@microsoft/gulp-core-build-typescript_v2.2.0",
7+
"date": "Wed, 18 Jan 2017 21:40:58 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Refactor the API-Extractor to use the same config as the TypeScriptTask"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.0.1 <3.0.0` to `>=2.1.0 <3.0.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "2.1.1",
623
"tag": "@microsoft/gulp-core-build-typescript_v2.1.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 Fri, 13 Jan 2017 06:46:05 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Jan 2017 21:40:58 GMT and should not be manually modified.
4+
5+
## 2.2.0
6+
Wed, 18 Jan 2017 21:40:58 GMT
7+
8+
### Minor changes
9+
10+
- Refactor the API-Extractor to use the same config as the TypeScriptTask
411

512
## 2.1.1
613
Fri, 13 Jan 2017 06:46:05 GMT

gulp-core-build-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gulp-core-build-typescript",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

gulp-core-build/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",
33
"entries": [
4+
{
5+
"version": "2.1.0",
6+
"tag": "@microsoft/gulp-core-build_v2.1.0",
7+
"date": "Wed, 18 Jan 2017 21:40:58 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Export the SchemaValidator"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "2.0.1",
618
"tag": "@microsoft/gulp-core-build_v2.0.1",

gulp-core-build/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log - @microsoft/gulp-core-build
2+
3+
This log was last generated on Wed, 18 Jan 2017 21:40:58 GMT and should not be manually modified.
4+
5+
## 2.1.0
6+
Wed, 18 Jan 2017 21:40:58 GMT
7+
8+
### Minor changes
9+
10+
- Export the SchemaValidator
11+
12+
## 2.0.1
13+
Fri, 13 Jan 2017 06:46:05 GMT
14+
15+
### Patches
16+
17+
- Enable the schema for CopyTask.
18+

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.0 <3.0.0",
1919
"@microsoft/gulp-core-build-mocha": ">=2.0.0 <3.0.0",
20-
"@microsoft/gulp-core-build-typescript": ">=2.1.0 <3.0.0",
20+
"@microsoft/gulp-core-build-typescript": ">=2.2.0 <3.0.0",
2121
"@types/es6-promise": "0.0.32",
2222
"@types/gulp": "^3.8.32",
2323
"@types/node": "^6.0.46",

web-library-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@microsoft/gulp-core-build-karma": ">=2.0.0 <3.0.0",
2222
"@microsoft/gulp-core-build-sass": ">=2.0.0 <3.0.0",
2323
"@microsoft/gulp-core-build-serve": ">=2.0.0 <3.0.0",
24-
"@microsoft/gulp-core-build-typescript": ">=2.1.0 <3.0.0",
24+
"@microsoft/gulp-core-build-typescript": ">=2.2.0 <3.0.0",
2525
"@microsoft/gulp-core-build-webpack": ">=1.0.3 <2.0.0",
2626
"@types/es6-promise": "0.0.32",
2727
"@types/gulp": "^3.8.32",

0 commit comments

Comments
 (0)