Skip to content

Commit 4637b27

Browse files
committed
Applying package updates.
1 parent 378eb94 commit 4637b27

File tree

7 files changed

+12
-7
lines changed

7 files changed

+12
-7
lines changed

apps/api-documenter/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-documenter",
3-
"version": "7.1.7",
3+
"version": "7.2.0",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

build-tests/api-documenter-test/etc/markdown/api-documenter-test.docbaseclass.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
Example base class
88

9+
910
<b>Signature:</b>
1011

1112
```typescript
12-
export declare class DocBaseClass
13+
export declare class DocBaseClass
1314
```

build-tests/api-documenter-test/etc/markdown/api-documenter-test.docenum.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
Docs for DocEnum
88

9+
910
<b>Signature:</b>
1011

1112
```typescript
12-
export declare enum DocEnum
13+
export declare enum DocEnum
1314
```
1415

1516
## Enumeration Members

build-tests/api-documenter-test/etc/markdown/api-documenter-test.idocinterface3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
Some less common TypeScript declaration kinds.
88

9+
910
<b>Signature:</b>
1011

1112
```typescript
12-
export interface IDocInterface3
13+
export interface IDocInterface3
1314
```

build-tests/api-documenter-test/etc/markdown/api-documenter-test.idocinterface4.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
Type union in an interface.
88

9+
910
<b>Signature:</b>
1011

1112
```typescript
12-
export interface IDocInterface4
13+
export interface IDocInterface4
1314
```
1415

1516
## Properties

build-tests/api-documenter-test/etc/markdown/api-documenter-test.systemevent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
A class used to exposed events.
88

9+
910
<b>Signature:</b>
1011

1112
```typescript
12-
export declare class SystemEvent
13+
export declare class SystemEvent
1314
```
1415

1516
## Methods

build-tests/api-documenter-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@microsoft/api-extractor": "7.1.5",
13-
"@microsoft/api-documenter": "7.1.7",
13+
"@microsoft/api-documenter": "7.2.0",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "8.5.8",
1616
"fs-extra": "~7.0.1",

0 commit comments

Comments
 (0)