Skip to content

Commit

Permalink
Deleting change files and updating change logs for package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Sep 13, 2020
1 parent 2248e9b commit 3a1d8e3
Show file tree
Hide file tree
Showing 82 changed files with 815 additions and 125 deletions.
18 changes: 18 additions & 0 deletions apps/api-documenter/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@microsoft/api-documenter",
"entries": [
{
"version": "7.8.46",
"tag": "@microsoft/api-documenter_v7.8.46",
"date": "Sun, 13 Sep 2020 01:53:20 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.9.0`"
},
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.12.0`"
}
]
}
},
{
"version": "7.8.45",
"tag": "@microsoft/api-documenter_v7.8.45",
Expand Down
7 changes: 6 additions & 1 deletion apps/api-documenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft/api-documenter

This log was last generated on Fri, 11 Sep 2020 02:13:35 GMT and should not be manually modified.
This log was last generated on Sun, 13 Sep 2020 01:53:20 GMT and should not be manually modified.

## 7.8.46
Sun, 13 Sep 2020 01:53:20 GMT

*Version update only*

## 7.8.45
Fri, 11 Sep 2020 02:13:35 GMT
Expand Down
12 changes: 12 additions & 0 deletions apps/api-extractor-model/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@microsoft/api-extractor-model",
"entries": [
{
"version": "7.9.0",
"tag": "@microsoft/api-extractor-model_v7.9.0",
"date": "Sun, 13 Sep 2020 01:53:20 GMT",
"comments": {
"minor": [
{
"comment": "Add support for system selectors in declaration references"
}
]
}
},
{
"version": "7.8.22",
"tag": "@microsoft/api-extractor-model_v7.8.22",
Expand Down
9 changes: 8 additions & 1 deletion apps/api-extractor-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @microsoft/api-extractor-model

This log was last generated on Fri, 11 Sep 2020 02:13:35 GMT and should not be manually modified.
This log was last generated on Sun, 13 Sep 2020 01:53:20 GMT and should not be manually modified.

## 7.9.0
Sun, 13 Sep 2020 01:53:20 GMT

### Minor changes

- Add support for system selectors in declaration references

## 7.8.22
Fri, 11 Sep 2020 02:13:35 GMT
Expand Down
12 changes: 12 additions & 0 deletions apps/api-extractor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@microsoft/api-extractor",
"entries": [
{
"version": "7.9.15",
"tag": "@microsoft/api-extractor_v7.9.15",
"date": "Sun, 13 Sep 2020 01:53:20 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.9.0`"
}
]
}
},
{
"version": "7.9.14",
"tag": "@microsoft/api-extractor_v7.9.14",
Expand Down
7 changes: 6 additions & 1 deletion apps/api-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft/api-extractor

This log was last generated on Fri, 11 Sep 2020 02:13:35 GMT and should not be manually modified.
This log was last generated on Sun, 13 Sep 2020 01:53:20 GMT and should not be manually modified.

## 7.9.15
Sun, 13 Sep 2020 01:53:20 GMT

*Version update only*

## 7.9.14
Fri, 11 Sep 2020 02:13:35 GMT
Expand Down
26 changes: 26 additions & 0 deletions apps/heft/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
{
"name": "@rushstack/heft",
"entries": [
{
"version": "0.12.0",
"tag": "@rushstack/heft_v0.12.0",
"date": "Sun, 13 Sep 2020 01:53:20 GMT",
"comments": {
"minor": [
{
"comment": "Update plugins to load configuration via heft-configuration-loader instead of in central plugins."
},
{
"comment": "Remove the loading of common/config/heft/* config files."
},
{
"comment": "(BREAKING CHANGE) Rename the \"outFolderPath\" and \"emitFolderPathForJest\" properties in typescript.json to \"outFolderName\" and \"emitFolderNameForJest\""
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.2.0`"
},
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.7\" to `0.6.14`"
}
]
}
},
{
"version": "0.11.1",
"tag": "@rushstack/heft_v0.11.1",
Expand Down
11 changes: 10 additions & 1 deletion apps/heft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @rushstack/heft

This log was last generated on Fri, 11 Sep 2020 02:13:35 GMT and should not be manually modified.
This log was last generated on Sun, 13 Sep 2020 01:53:20 GMT and should not be manually modified.

## 0.12.0
Sun, 13 Sep 2020 01:53:20 GMT

### Minor changes

- Update plugins to load configuration via heft-configuration-loader instead of in central plugins.
- Remove the loading of common/config/heft/* config files.
- (BREAKING CHANGE) Rename the "outFolderPath" and "emitFolderPathForJest" properties in typescript.json to "outFolderName" and "emitFolderNameForJest"

## 0.11.1
Fri, 11 Sep 2020 02:13:35 GMT
Expand Down
15 changes: 15 additions & 0 deletions apps/rundown/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@rushstack/rundown",
"entries": [
{
"version": "1.0.18",
"tag": "@rushstack/rundown_v1.0.18",
"date": "Sun, 13 Sep 2020 01:53:20 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.12.0`"
}
]
}
},
{
"version": "1.0.17",
"tag": "@rushstack/rundown_v1.0.17",
Expand Down
7 changes: 6 additions & 1 deletion apps/rundown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/rundown

This log was last generated on Fri, 11 Sep 2020 02:13:35 GMT and should not be manually modified.
This log was last generated on Sun, 13 Sep 2020 01:53:20 GMT and should not be manually modified.

## 1.0.18
Sun, 13 Sep 2020 01:53:20 GMT

*Version update only*

## 1.0.17
Fri, 11 Sep 2020 02:13:35 GMT
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 18 additions & 0 deletions core-build/gulp-core-build-sass/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@microsoft/gulp-core-build-sass",
"entries": [
{
"version": "4.12.27",
"tag": "@microsoft/gulp-core-build-sass_v4.12.27",
"date": "Sun, 13 Sep 2020 01:53:20 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.90`"
},
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`"
},
{
"comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.45`"
}
]
}
},
{
"version": "4.12.26",
"tag": "@microsoft/gulp-core-build-sass_v4.12.26",
Expand Down
7 changes: 6 additions & 1 deletion core-build/gulp-core-build-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft/gulp-core-build-sass

This log was last generated on Fri, 11 Sep 2020 02:13:35 GMT and should not be manually modified.
This log was last generated on Sun, 13 Sep 2020 01:53:20 GMT and should not be manually modified.

## 4.12.27
Sun, 13 Sep 2020 01:53:20 GMT

*Version update only*

## 4.12.26
Fri, 11 Sep 2020 02:13:35 GMT
Expand Down
18 changes: 18 additions & 0 deletions core-build/gulp-core-build-serve/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@microsoft/gulp-core-build-serve",
"entries": [
{
"version": "3.7.54",
"tag": "@microsoft/gulp-core-build-serve_v3.7.54",
"date": "Sun, 13 Sep 2020 01:53:20 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.54`"
},
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`"
},
{
"comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.45`"
}
]
}
},
{
"version": "3.7.53",
"tag": "@microsoft/gulp-core-build-serve_v3.7.53",
Expand Down
7 changes: 6 additions & 1 deletion core-build/gulp-core-build-serve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft/gulp-core-build-serve

This log was last generated on Fri, 11 Sep 2020 02:13:35 GMT and should not be manually modified.
This log was last generated on Sun, 13 Sep 2020 01:53:20 GMT and should not be manually modified.

## 3.7.54
Sun, 13 Sep 2020 01:53:20 GMT

*Version update only*

## 3.7.53
Fri, 11 Sep 2020 02:13:35 GMT
Expand Down
15 changes: 15 additions & 0 deletions core-build/gulp-core-build-typescript/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/gulp-core-build-typescript",
"entries": [
{
"version": "8.4.45",
"tag": "@microsoft/gulp-core-build-typescript_v8.4.45",
"date": "Sun, 13 Sep 2020 01:53:20 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`"
},
{
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.14`"
}
]
}
},
{
"version": "8.4.44",
"tag": "@microsoft/gulp-core-build-typescript_v8.4.44",
Expand Down
Loading

0 comments on commit 3a1d8e3

Please sign in to comment.