Skip to content

Commit 077193f

Browse files
author
OneDrive Build
committed
Applying package updates.
1 parent 157dc84 commit 077193f

23 files changed

Lines changed: 140 additions & 91 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.2",
6+
"tag": "@microsoft/api-extractor_v1.1.2",
7+
"date": "Fri, 20 Jan 2017 01:46:41 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `~2.1.0` to `~2.2.0`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.1.1",
618
"tag": "@microsoft/api-extractor_v1.1.1",

api-extractor/CHANGELOG.md

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

3-
This log was last generated on Thu, 19 Jan 2017 20:04:40 GMT and should not be manually modified.
3+
This log was last generated on Fri, 20 Jan 2017 01:46:41 GMT and should not be manually modified.
4+
5+
## 1.1.2
6+
Fri, 20 Jan 2017 01:46:41 GMT
7+
8+
*Changes not tracked*
49

510
## 1.1.1
611
Thu, 19 Jan 2017 20:04:40 GMT

api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
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",
@@ -16,7 +16,7 @@
1616
"chai": "~3.5.0",
1717
"gulp": "~3.9.1",
1818
"mocha": "~2.5.3",
19-
"@microsoft/node-library-build": "~2.1.0"
19+
"@microsoft/node-library-build": "~2.2.0"
2020
},
2121
"dependencies": {
2222
"@types/es6-collections": "^0.5.29",

common/changes/ianc-bumping-karma-webpack_2017-01-20-00-31.json

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

common/changes/nickpape-rush-generate_2017-01-19-20-24.json

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

gulp-core-build-karma/CHANGELOG.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "@microsoft/gulp-core-build-karma",
33
"entries": [
4+
{
5+
"version": "2.0.2",
6+
"tag": "@microsoft/gulp-core-build-karma_v2.0.2",
7+
"date": "Fri, 20 Jan 2017 01:46:41 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Upgrading webpack-karma to support webpack 2.X"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.1.0 <3.0.0` to `>=2.1.0 <3.0.0`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `>=2.1.0 <3.0.0` to `>=2.2.0 <3.0.0`"
20+
}
21+
]
22+
}
23+
},
424
{
525
"version": "2.0.1",
626
"tag": "@microsoft/gulp-core-build-karma_v2.0.1",

gulp-core-build-karma/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-karma
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 Fri, 20 Jan 2017 01:46:41 GMT and should not be manually modified.
4+
5+
## 2.0.2
6+
Fri, 20 Jan 2017 01:46:41 GMT
7+
8+
### Patches
9+
10+
- Upgrading webpack-karma to support webpack 2.X
411

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

gulp-core-build-karma/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-karma",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -36,7 +36,7 @@
3636
"webpack": "~1.13.0"
3737
},
3838
"devDependencies": {
39-
"@microsoft/node-library-build": ">=2.1.0 <3.0.0",
39+
"@microsoft/node-library-build": ">=2.2.0 <3.0.0",
4040
"@types/chalk": "^0.4.31",
4141
"@types/es6-promise": "0.0.32",
4242
"@types/gulp": "^3.8.32",

gulp-core-build-mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"gulp-mocha": "~2.2.0"
2424
},
2525
"devDependencies": {
26-
"@microsoft/node-library-build": ">=2.1.0 <3.0.0",
26+
"@microsoft/node-library-build": ">=2.2.0 <3.0.0",
2727
"@types/chalk": "^0.4.31",
2828
"@types/gulp": "^3.8.32",
2929
"@types/gulp-istanbul": "^0.9.30",

gulp-core-build-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"postcss-modules": "~0.5.0"
3333
},
3434
"devDependencies": {
35-
"@microsoft/node-library-build": ">=2.1.0 <3.0.0",
35+
"@microsoft/node-library-build": ">=2.2.0 <3.0.0",
3636
"@types/chalk": "^0.4.31",
3737
"@types/express": "^4.0.33",
3838
"@types/express-serve-static-core": "^4.0.38",

0 commit comments

Comments
 (0)