Skip to content

Commit

Permalink
Update changelogs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Mar 28, 2024
1 parent 8efe2d5 commit f3066dd
Show file tree
Hide file tree
Showing 19 changed files with 170 additions and 38 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions heft-plugins/heft-lint-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@rushstack/heft-lint-plugin",
"entries": [
{
"version": "0.3.23",
"tag": "@rushstack/heft-lint-plugin_v0.3.23",
"date": "Thu, 28 Mar 2024 22:42:23 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.0`"
}
]
}
},
{
"version": "0.3.22",
"tag": "@rushstack/heft-lint-plugin_v0.3.22",
Expand Down
7 changes: 6 additions & 1 deletion heft-plugins/heft-lint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/heft-lint-plugin

This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified.
This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified.

## 0.3.23
Thu, 28 Mar 2024 22:42:23 GMT

_Version update only_

## 0.3.22
Tue, 19 Mar 2024 15:10:18 GMT
Expand Down
12 changes: 12 additions & 0 deletions heft-plugins/heft-typescript-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@rushstack/heft-typescript-plugin",
"entries": [
{
"version": "0.5.0",
"tag": "@rushstack/heft-typescript-plugin_v0.5.0",
"date": "Thu, 28 Mar 2024 22:42:23 GMT",
"comments": {
"minor": [
{
"comment": "Gracefully exit transpile worker instead of using `process.exit(0)`."
}
]
}
},
{
"version": "0.4.0",
"tag": "@rushstack/heft-typescript-plugin_v0.4.0",
Expand Down
9 changes: 8 additions & 1 deletion heft-plugins/heft-typescript-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @rushstack/heft-typescript-plugin

This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified.
This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified.

## 0.5.0
Thu, 28 Mar 2024 22:42:23 GMT

### Minor changes

- Gracefully exit transpile worker instead of using `process.exit(0)`.

## 0.4.0
Tue, 19 Mar 2024 15:10:18 GMT
Expand Down
17 changes: 17 additions & 0 deletions libraries/module-minifier/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@rushstack/module-minifier",
"entries": [
{
"version": "0.5.0",
"tag": "@rushstack/module-minifier_v0.5.0",
"date": "Thu, 28 Mar 2024 22:42:23 GMT",
"comments": {
"minor": [
{
"comment": "Gracefully exit minifier worker instead of using `process.exit(0)`."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.40`"
}
]
}
},
{
"version": "0.4.40",
"tag": "@rushstack/module-minifier_v0.4.40",
Expand Down
9 changes: 8 additions & 1 deletion libraries/module-minifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @rushstack/module-minifier

This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified.
This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified.

## 0.5.0
Thu, 28 Mar 2024 22:42:23 GMT

### Minor changes

- Gracefully exit minifier worker instead of using `process.exit(0)`.

## 0.4.40
Tue, 19 Mar 2024 15:10:18 GMT
Expand Down
12 changes: 12 additions & 0 deletions libraries/worker-pool/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@rushstack/worker-pool",
"entries": [
{
"version": "0.4.40",
"tag": "@rushstack/worker-pool_v0.4.40",
"date": "Thu, 28 Mar 2024 22:42:23 GMT",
"comments": {
"patch": [
{
"comment": "Use `once` instead of `on` for `exit` event."
}
]
}
},
{
"version": "0.4.39",
"tag": "@rushstack/worker-pool_v0.4.39",
Expand Down
9 changes: 8 additions & 1 deletion libraries/worker-pool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @rushstack/worker-pool

This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified.
This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified.

## 0.4.40
Thu, 28 Mar 2024 22:42:23 GMT

### Patches

- Use `once` instead of `on` for `exit` event.

## 0.4.39
Tue, 19 Mar 2024 15:10:18 GMT
Expand Down
15 changes: 15 additions & 0 deletions rigs/heft-node-rig/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@rushstack/heft-node-rig",
"entries": [
{
"version": "2.5.4",
"tag": "@rushstack/heft-node-rig_v2.5.4",
"date": "Thu, 28 Mar 2024 22:42:23 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.23`"
},
{
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.0`"
}
]
}
},
{
"version": "2.5.3",
"tag": "@rushstack/heft-node-rig_v2.5.3",
Expand Down
7 changes: 6 additions & 1 deletion rigs/heft-node-rig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/heft-node-rig

This log was last generated on Thu, 28 Mar 2024 18:11:12 GMT and should not be manually modified.
This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified.

## 2.5.4
Thu, 28 Mar 2024 22:42:23 GMT

_Version update only_

## 2.5.3
Thu, 28 Mar 2024 18:11:12 GMT
Expand Down
15 changes: 15 additions & 0 deletions rigs/heft-web-rig/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@rushstack/heft-web-rig",
"entries": [
{
"version": "0.23.4",
"tag": "@rushstack/heft-web-rig_v0.23.4",
"date": "Thu, 28 Mar 2024 22:42:23 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft-lint-plugin\" to `0.3.23`"
},
{
"comment": "Updating dependency \"@rushstack/heft-typescript-plugin\" to `0.5.0`"
}
]
}
},
{
"version": "0.23.3",
"tag": "@rushstack/heft-web-rig_v0.23.3",
Expand Down
7 changes: 6 additions & 1 deletion rigs/heft-web-rig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/heft-web-rig

This log was last generated on Thu, 28 Mar 2024 18:11:12 GMT and should not be manually modified.
This log was last generated on Thu, 28 Mar 2024 22:42:23 GMT and should not be manually modified.

## 0.23.4
Thu, 28 Mar 2024 22:42:23 GMT

_Version update only_

## 0.23.3
Thu, 28 Mar 2024 18:11:12 GMT
Expand Down
15 changes: 15 additions & 0 deletions webpack/webpack4-module-minifier-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@rushstack/webpack4-module-minifier-plugin",
"entries": [
{
"version": "0.13.41",
"tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.41",
"date": "Thu, 28 Mar 2024 22:42:24 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/module-minifier\" to `0.5.0`"
},
{
"comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.40`"
}
]
}
},
{
"version": "0.13.40",
"tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.40",
Expand Down
7 changes: 6 additions & 1 deletion webpack/webpack4-module-minifier-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/webpack4-module-minifier-plugin

This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified.
This log was last generated on Thu, 28 Mar 2024 22:42:24 GMT and should not be manually modified.

## 0.13.41
Thu, 28 Mar 2024 22:42:24 GMT

_Version update only_

## 0.13.40
Tue, 19 Mar 2024 15:10:18 GMT
Expand Down
18 changes: 18 additions & 0 deletions webpack/webpack5-module-minifier-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@rushstack/webpack5-module-minifier-plugin",
"entries": [
{
"version": "5.5.41",
"tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.41",
"date": "Thu, 28 Mar 2024 22:42:24 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/worker-pool\" to `0.4.40`"
},
{
"comment": "Updating dependency \"@rushstack/module-minifier\" to `0.5.0`"
},
{
"comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.5.0`"
}
]
}
},
{
"version": "5.5.40",
"tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.40",
Expand Down
7 changes: 6 additions & 1 deletion webpack/webpack5-module-minifier-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/webpack5-module-minifier-plugin

This log was last generated on Tue, 19 Mar 2024 15:10:18 GMT and should not be manually modified.
This log was last generated on Thu, 28 Mar 2024 22:42:24 GMT and should not be manually modified.

## 5.5.41
Thu, 28 Mar 2024 22:42:24 GMT

_Version update only_

## 5.5.40
Tue, 19 Mar 2024 15:10:18 GMT
Expand Down

0 comments on commit f3066dd

Please sign in to comment.