Skip to content

Commit 9e17b70

Browse files
authored
Merge pull request microsoft#1112 from Microsoft/octogonz/fix-ae-version2
[api-extractor] (Part 2) Rollback incorrectly published version 8.0.0 -> 7.0.19
2 parents 9e333af + 8198db6 commit 9e17b70

File tree

27 files changed

+27
-27
lines changed

27 files changed

+27
-27
lines changed

apps/api-documenter/CHANGELOG.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"comments": {
99
"dependency": [
1010
{
11-
"comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.18` to `8.0.0`"
11+
"comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.18` to `7.0.19`"
1212
},
1313
{
1414
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`"

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"api-documenter": "./bin/api-documenter"
1616
},
1717
"dependencies": {
18-
"@microsoft/api-extractor": "8.0.0",
18+
"@microsoft/api-extractor": "7.0.19",
1919
"@microsoft/node-core-library": "3.11.0",
2020
"@microsoft/ts-command-line": "4.2.3",
2121
"@microsoft/tsdoc": "0.12.5",

apps/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": "8.0.0",
3+
"version": "7.0.19",
44
"description": "Validate, document, and review the exported API for a TypeScript library",
55
"keywords": [
66
"typescript",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "8.0.0",
12+
"@microsoft/api-extractor": "7.0.19",
1313
"@microsoft/api-documenter": "7.0.26",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "8.5.8",

build-tests/api-extractor-lib1-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "8.0.0",
12+
"@microsoft/api-extractor": "7.0.19",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.5.8",
1515
"fs-extra": "~7.0.1",

build-tests/api-extractor-lib2-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "8.0.0",
12+
"@microsoft/api-extractor": "7.0.19",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.5.8",
1515
"fs-extra": "~7.0.1",

build-tests/api-extractor-lib3-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "8.0.0",
12+
"@microsoft/api-extractor": "7.0.19",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "8.5.8",
1515
"api-extractor-lib1-test": "1.0.0",

build-tests/api-extractor-scenarios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "8.0.0",
12+
"@microsoft/api-extractor": "7.0.19",
1313
"@microsoft/node-core-library": "3.11.0",
1414
"@microsoft/teams-js": "1.3.0-beta.4",
1515
"@types/jest": "23.3.11",

build-tests/api-extractor-test-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "8.0.0",
15+
"@microsoft/api-extractor": "7.0.19",
1616
"@types/jest": "23.3.11",
1717
"@types/node": "8.5.8",
1818
"fs-extra": "~7.0.1",

build-tests/api-extractor-test-02/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "8.0.0",
15+
"@microsoft/api-extractor": "7.0.19",
1616
"@types/semver": "5.3.33",
1717
"@types/node": "8.5.8",
1818
"api-extractor-test-01": "1.0.0",

0 commit comments

Comments
 (0)