8000 Update changelogs [skip ci] · OlliMartin/rushstack@db78d98 · GitHub
[go: up one dir, main page]

Skip to content

Commit db78d98

Browse files
committed
Update changelogs [skip ci]
1 parent 4871b41 commit db78d98

File tree

10 files changed

+90
-24
lines changed

10 files changed

+90
-24
lines changed

common/changes/@rushstack/module-minifier/add-workerResourceLimits_2025-01-22-02-09.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@rushstack/worker-pool/add-workerResourceLimits_2025-01-22-02-09.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

libraries/module-minifier/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@rushstack/module-minifier",
33
"entries": [
4+
{
5+
"version": "0.7.0",
6+
"tag": "@rushstack/module-minifier_v0.7.0",
7+
"date": "Wed, 22 Jan 2025 03:03:47 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add a `workerResourceLimits` option to the `WorkerPoolMinifier` constructor to control the available resources to the workers."
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@rushstack/worker-pool\" to `0.5.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "0.6.36",
623
"tag": "@rushstack/module-minifier_v0.6.36",

libraries/module-minifier/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @rushstack/module-minifier
22

3-
This log was last generated on Thu, 09 Jan 2025 01:10:10 GMT and should not be manually modified.
3+
This log was last generated on Wed, 22 Jan 2025 03:03:47 GMT and should not be manually modified.
4+
5+
## 0.7.0
6+
Wed, 22 Jan 2025 03:03:47 GMT
7+
8+
### Minor changes
9+
10+
- Add a `workerResourceLimits` option to the `WorkerPoolMinifier` constructor to control the available resources to the workers.
411

512
## 0.6.36
613
Thu, 09 Jan 2025 01:10:10 GMT

libraries/worker-pool/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/worker-pool",
33
"entries": [
4+
{
5+
"version": "0.5.0",
6+
"tag": "@rushstack/worker-pool_v0.5.0",
7+
"date": "Wed, 22 Jan 2025 03:03:47 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add a `workerResourceLimits` option to the `WorkerPool` constructor to control the available resources to the workers."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.4.81",
618
"tag": "@rushstack/worker-pool_v0.4.81",

libraries/worker-pool/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @rushstack/worker-pool
22

3-
This log was last generated on Thu, 09 Jan 2025 01:10:10 GMT and should not be manually modified.
3+
This log was last generated on Wed, 22 Jan 2025 03:03:47 GMT and should not be manually modified.
4+
5+
## 0.5.0
6+
Wed, 22 Jan 2025 03:03:47 GMT
7+
8+
### Minor changes
9+
10+
- Add a `workerResourceLimits` option to the `WorkerPool` constructor to control the available resources to the workers.
411

512
## 0.4.81
613
Thu, 09 Jan 2025 01:10:10 GMT

webpack/webpack4-module-minifier-plugin/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rushstack/webpack4-module-minifier-plugin",
33
"entries": [
4+
{
5+
"version": "0.13.83",
6+
"tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.83",
7+
"date": "Wed, 22 Jan 2025 03:03:48 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/module-minifier\" to `0.7.0`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/worker-pool\" to `0.5.0`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.13.82",
621
"tag": "@rushstack/webpack4-module-minifier-plugin_v0.13.82",

webpack/webpack4-module-minifier-plugin/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @rushstack/webpack4-module-minifier-plugin
22

3-
This log was last generated on Thu, 09 Jan 2025 01:10:10 GMT and should not be manually modified.
3+
This log was last generated on Wed, 22 Jan 2025 03:03:48 GMT and should not be manually modified.
4+
5+
## 0.13.83
6+
Wed, 22 Jan 2025 03:03:48 GMT
7+
8+
_Version update only_
49

510
## 0.13.82
611
Thu, 09 Jan 2025 01:10:10 GMT

webpack/webpack5-module-minifier-plugin/CHANGELOG.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"name": "@rushstack/webpack5-module-minifier-plugin",
33
"entries": [
4+
{
5+
"version": "5.5.84",
6+
"tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.84",
7+
"date": "Wed, 22 Jan 2025 03:03:48 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/worker-pool\" to `0.5.0`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/module-minifier\" to `0.7.0`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/module-minifier\" from `*` to `0.7.0`"
18+
}
19+
]
20+
}
21+
},
422
{
523
"version": "5.5.83",
624
"tag": "@rushstack/webpack5-module-minifier-plugin_v5.5.83",

webpack/webpack5-module-minifier-plugin/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @rushstack/webpack5-module-minifier-plugin
22

3-
This log was last generated on Thu, 09 Jan 2025 01:10:10 GMT and should not be manually modified.
3+
This log was last generated on Wed, 22 Jan 2025 03:03:48 GMT and should not be manually modified.
4+
5+
## 5.5.84
6+
Wed, 22 Jan 2025 03:03:48 GMT
7+
8+
_Version update only_
49

510
## 5.5.83
611
Thu, 09 Jan 2025 01:10:10 GMT

0 commit comments

Comments
 (0)
0