Skip to content

Commit 947f0be

Browse files
author
PowerShell
committed
Applying package updates.
1 parent 5c080d4 commit 947f0be

File tree

20 files changed

+54
-61
lines changed

20 files changed

+54
-61
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.14",
6+
"tag": "@microsoft/api-extractor_v1.1.14",
7+
"date": "Sat, 18 Feb 2017 02:32:06 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Seperated the ApiItem initialization into 3 stages: create documentation that doesn't require resolution, then complete initialization by resolving links and inheritdocs. This allows us to ignore harmless cycles like type references\""
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.1.13",
618
"tag": "@microsoft/api-extractor_v1.1.13",

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 Thu, 16 Feb 2017 22:10:39 GMT and should not be manually modified.
3+
This log was last generated on Sat, 18 Feb 2017 02:32:06 GMT and should not be manually modified.
4+
5+
## 1.1.14
6+
Sat, 18 Feb 2017 02:32:06 GMT
7+
8+
### Patches
9+
10+
- Seperated the ApiItem initialization into 3 stages: create documentation that doesn't require resolution, then complete initialization by resolving links and inheritdocs. This allows us to ignore harmless cycles like type references"
411

512
## 1.1.13
613
Thu, 16 Feb 2017 22:10:39 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.13",
3+
"version": "1.1.14",
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/dagaeta-improvements-to-support-harmless-cycles_2017-02-17-22-32.json

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

common/changes/nickpape-add-is-enabled-toggle-instead-of-override_2017-02-16-23-48.json

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

common/changes/nickpape-rush-should-generate-common_2017-02-17-21-12.json

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

common/changes/nickpape-verbose-flags_2017-02-16-20-38.json

Lines changed: 0 additions & 10 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.3.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.4.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.3.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.4.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.3.1 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.4.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",

0 commit comments

Comments
 (0)