Skip to content

Commit e8b7497

Browse files
author
PowerShell
committed
Applying package updates.
1 parent d9872fa commit e8b7497

File tree

9 files changed

+50
-22
lines changed

9 files changed

+50
-22
lines changed

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.19",
6+
"tag": "@microsoft/api-extractor_v1.1.19",
7+
"date": "Mon, 20 Mar 2017 04:20:13 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Reverting change."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.1.18",
618
"tag": "@microsoft/api-extractor_v1.1.18",

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, 20 Mar 2017 03:50:55 GMT and should not be manually modified.
3+
This log was last generated on Mon, 20 Mar 2017 04:20:13 GMT and should not be manually modified.
4+
5+
## 1.1.19
6+
Mon, 20 Mar 2017 04:20:13 GMT
7+
8+
### Patches
9+
10+
- Reverting change.
411

512
## 1.1.18
613
Mon, 20 Mar 2017 03:50:55 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.18",
3+
"version": "1.1.19",
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-rever2_2017-03-20-04-10.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.4.1",
6+
"tag": "@microsoft/gulp-core-build-typescript_v2.4.1",
7+
"date": "Mon, 20 Mar 2017 04:20:13 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Reverting change."
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `>=1.1.18 <2.0.0` to `>=1.1.19 <2.0.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "2.4.0",
623
"tag": "@microsoft/gulp-core-build-typescript_v2.4.0",

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 Sun, 19 Mar 2017 19:10:30 GMT and should not be manually modified.
3+
This log was last generated on Mon, 20 Mar 2017 04:20:13 GMT and should not be manually modified.
4+
5+
## 2.4.1
6+
Mon, 20 Mar 2017 04:20:13 GMT
7+
8+
### Patches
9+
10+
- Reverting change.
411

512
## 2.4.0
613
Sun, 19 Mar 2017 19:10:30 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.4.0",
3+
"version": "2.4.1",
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.4.2 <3.0.0",
19-
"@microsoft/api-extractor": ">=1.1.18 <2.0.0",
19+
"@microsoft/api-extractor": ">=1.1.19 <2.0.0",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/gulp": "3.8.32",
2222
"@types/node": "6.0.62",

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.4.2 <3.0.0",
1919
"@microsoft/gulp-core-build-mocha": ">=2.0.1 <3.0.0",
20-
"@microsoft/gulp-core-build-typescript": ">=2.4.0 <3.0.0",
20+
"@microsoft/gulp-core-build-typescript": ">=2.4.1 <3.0.0",
2121
"@types/es6-promise": "0.0.32",
2222
"@types/gulp": "3.8.32",
2323
"@types/node": "6.0.62",

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.2.0 <3.0.0",
2222
"@microsoft/gulp-core-build-sass": ">=2.0.8 <3.0.0",
2323
"@microsoft/gulp-core-build-serve": ">=2.0.3 <3.0.0",
24-
"@microsoft/gulp-core-build-typescript": ">=2.4.0 <3.0.0",
24+
"@microsoft/gulp-core-build-typescript": ">=2.4.1 <3.0.0",
2525
"@microsoft/gulp-core-build-webpack": ">=1.1.2 <2.0.0",
2626
"@types/es6-promise": "0.0.32",
2727
"@types/gulp": "3.8.32",

0 commit comments

Comments
 (0)