Skip to content

Commit

Permalink
Merge branch 'version/bump-1663028214727'
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Sep 13, 2022
2 parents e62e2e6 + 5d74ff9 commit b13bd76
Show file tree
Hide file tree
Showing 101 changed files with 837 additions and 97 deletions.
15 changes: 15 additions & 0 deletions apps/api-documenter/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/api-documenter",
"entries": [
{
"version": "7.19.12",
"tag": "@microsoft/api-documenter_v7.19.12",
"date": "Tue, 13 Sep 2022 00:16:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.47.8`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.10.10`"
}
]
}
},
{
"version": "7.19.11",
"tag": "@microsoft/api-documenter_v7.19.11",
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 Mon, 12 Sep 2022 22:27:48 GMT and should not be manually modified.
This log was last generated on Tue, 13 Sep 2022 00:16:55 GMT and should not be manually modified.

## 7.19.12
Tue, 13 Sep 2022 00:16:55 GMT

_Version update only_

## 7.19.11
Mon, 12 Sep 2022 22:27:48 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/api-documenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-documenter",
"version": "7.19.11",
"version": "7.19.12",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
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.31.0",
"tag": "@microsoft/api-extractor_v7.31.0",
"date": "Tue, 13 Sep 2022 00:16:55 GMT",
"comments": {
"minor": [
{
"comment": "Fix an issue where aliased classes sometimes had incorrect canonical references in *.api.json (GitHub #3593)"
}
]
}
},
{
"version": "7.30.1",
"tag": "@microsoft/api-extractor_v7.30.1",
Expand Down
9 changes: 8 additions & 1 deletion apps/api-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @microsoft/api-extractor

This log was last generated on Mon, 12 Sep 2022 22:27:48 GMT and should not be manually modified.
This log was last generated on Tue, 13 Sep 2022 00:16:55 GMT and should not be manually modified.

## 7.31.0
Tue, 13 Sep 2022 00:16:55 GMT

### Minor changes

- Fix an issue where aliased classes sometimes had incorrect canonical references in *.api.json (GitHub #3593)

## 7.30.1
Mon, 12 Sep 2022 22:27:48 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.30.1",
"version": "7.31.0",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",
Expand Down
12 changes: 12 additions & 0 deletions apps/heft/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@rushstack/heft",
"entries": [
{
"version": "0.47.8",
"tag": "@rushstack/heft_v0.47.8",
"date": "Tue, 13 Sep 2022 00:16:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.31.0`"
}
]
}
},
{
"version": "0.47.7",
"tag": "@rushstack/heft_v0.47.7",
Expand Down
7 changes: 6 additions & 1 deletion apps/heft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/heft

This log was last generated on Mon, 12 Sep 2022 22:27:48 GMT and should not be manually modified.
This log was last generated on Tue, 13 Sep 2022 00:16:55 GMT and should not be manually modified.

## 0.47.8
Tue, 13 Sep 2022 00:16:55 GMT

_Version update only_

## 0.47.7
Mon, 12 Sep 2022 22:27:48 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/heft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft",
"version": "0.47.7",
"version": "0.47.8",
"description": "Build all your JavaScript projects the same way: A way that works.",
"keywords": [
"toolchain",
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.219",
"tag": "@rushstack/rundown_v1.0.219",
"date": "Tue, 13 Sep 2022 00:16:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.47.8`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.10.10`"
}
]
}
},
{
"version": "1.0.218",
"tag": "@rushstack/rundown_v1.0.218",
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 Mon, 12 Sep 2022 22:27:48 GMT and should not be manually modified.
This log was last generated on Tue, 13 Sep 2022 00:16:55 GMT and should not be manually modified.

## 1.0.219
Tue, 13 Sep 2022 00:16:55 GMT

_Version update only_

## 1.0.218
Mon, 12 Sep 2022 22:27:48 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/rundown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rundown",
"version": "1.0.218",
"version": "1.0.219",
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
"repository": {
"type": "git",
Expand Down

This file was deleted.

This file was deleted.

24 changes: 24 additions & 0 deletions heft-plugins/heft-dev-cert-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"name": "@rushstack/heft-dev-cert-plugin",
"entries": [
{
"version": "0.1.63",
"tag": "@rushstack/heft-dev-cert-plugin_v0.1.63",
"date": "Tue, 13 Sep 2022 00:16:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.1.74`"
},
{
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.31.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.10.10`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.47.8`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" from `^0.47.7` to `^0.47.8`"
}
]
}
},
{
"version": "0.1.62",
"tag": "@rushstack/heft-dev-cert-plugin_v0.1.62",
Expand Down
7 changes: 6 additions & 1 deletion heft-plugins/heft-dev-cert-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/heft-dev-cert-plugin

This log was last generated on Mon, 12 Sep 2022 22:27:48 GMT and should not be manually modified.
This log was last generated on Tue, 13 Sep 2022 00:16:55 GMT and should not be manually modified.

## 0.1.63
Tue, 13 Sep 2022 00:16:55 GMT

_Version update only_

## 0.1.62
Mon, 12 Sep 2022 22:27:48 GMT
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-dev-cert-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-dev-cert-plugin",
"version": "0.1.62",
"version": "0.1.63",
"description": "A Heft plugin for generating and using local development certificates",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.47.7"
"@rushstack/heft": "^0.47.8"
},
"dependencies": {
"@rushstack/debug-certificate-manager": "workspace:*",
Expand Down
18 changes: 18 additions & 0 deletions heft-plugins/heft-jest-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@rushstack/heft-jest-plugin",
"entries": [
{
"version": "0.3.33",
"tag": "@rushstack/heft-jest-plugin_v0.3.33",
"date": "Tue, 13 Sep 2022 00:16:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.31.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.47.8`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" from `^0.47.7` to `^0.47.8`"
}
]
}
},
{
"version": "0.3.32",
"tag": "@rushstack/heft-jest-plugin_v0.3.32",
Expand Down
7 changes: 6 additions & 1 deletion heft-plugins/heft-jest-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/heft-jest-plugin

This log was last generated on Mon, 12 Sep 2022 22:27:48 GMT and should not be manually modified.
This log was last generated on Tue, 13 Sep 2022 00:16:55 GMT and should not be manually modified.

## 0.3.33
Tue, 13 Sep 2022 00:16:55 GMT

_Version update only_

## 0.3.32
Mon, 12 Sep 2022 22:27:48 GMT
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-jest-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-jest-plugin",
"version": "0.3.32",
"version": "0.3.33",
"description": "Heft plugin for Jest",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"postinstall": "node ./includes/jestScriptTransformerPatch.js"
},
"peerDependencies": {
"@rushstack/heft": "^0.47.7"
"@rushstack/heft": "^0.47.8"
},
"dependencies": {
"@jest/core": "~27.4.2",
Expand Down
24 changes: 24 additions & 0 deletions heft-plugins/heft-sass-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"name": "@rushstack/heft-sass-plugin",
"entries": [
{
"version": "0.5.14",
"tag": "@rushstack/heft-sass-plugin_v0.5.14",
"date": "Tue, 13 Sep 2022 00:16:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/typings-generator\" to `0.7.22`"
},
{
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.31.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.47.8`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.10.10`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" from `^0.47.7` to `^0.47.8`"
}
]
}
},
{
"version": "0.5.13",
"tag": "@rushstack/heft-sass-plugin_v0.5.13",
Expand Down
7 changes: 6 additions & 1 deletion heft-plugins/heft-sass-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/heft-sass-plugin

This log was last generated on Mon, 12 Sep 2022 22:27:48 GMT and should not be manually modified.
This log was last generated on Tue, 13 Sep 2022 00:16:55 GMT and should not be manually modified.

## 0.5.14
Tue, 13 Sep 2022 00:16:55 GMT

_Version update only_

## 0.5.13
Mon, 12 Sep 2022 22:27:48 GMT
Expand Down
4 changes: 2 additions & 2 deletions heft-plugins/heft-sass-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft-sass-plugin",
"version": "0.5.13",
"version": "0.5.14",
"description": "Heft plugin for SASS",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"_phase:test": "heft test --no-build"
},
"peerDependencies": {
"@rushstack/heft": "^0.47.7"
"@rushstack/heft": "^0.47.8"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",
Expand Down
18 changes: 18 additions & 0 deletions heft-plugins/heft-serverless-stack-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@rushstack/heft-serverless-stack-plugin",
"entries": [
{
"version": "0.1.44",
"tag": "@rushstack/heft-serverless-stack-plugin_v0.1.44",
"date": "Tue, 13 Sep 2022 00:16:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.47.8`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.10.10`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" from `^0.47.7` to `^0.47.8`"
}
]
}
},
{
"version": "0.1.43",
"tag": "@rushstack/heft-serverless-stack-plugin_v0.1.43",
Expand Down
Loading

0 comments on commit b13bd76

Please sign in to comment.