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 Dec 18, 2024
1 parent 970b221 commit b1ea06a
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 22 deletions.

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions libraries/lookup-by-path/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@rushstack/lookup-by-path",
"entries": [
{
"version": "0.5.0",
"tag": "@rushstack/lookup-by-path_v0.5.0",
"date": "Wed, 18 Dec 2024 01:11:33 GMT",
"comments": {
"minor": [
{
"comment": "Update all methods to accept optional override delimiters. Add `size`, `entries(), `get()`, `has()`, `removeItem()`. Make class iterable.\nExplicitly exclude `undefined` and `null` from the allowed types for the type parameter `TItem`."
}
]
}
},
{
"version": "0.4.7",
"tag": "@rushstack/lookup-by-path_v0.4.7",
Expand Down
10 changes: 9 additions & 1 deletion libraries/lookup-by-path/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @rushstack/lookup-by-path

This log was last generated on Sat, 14 Dec 2024 01:11:07 GMT and should not be manually modified.
This log was last generated on Wed, 18 Dec 2024 01:11:33 GMT and should not be manually modified.

## 0.5.0
Wed, 18 Dec 2024 01:11:33 GMT

### Minor changes

- Update all methods to accept optional override delimiters. Add `size`, `entries(), `get()`, `has()`, `removeItem()`. Make class iterable.
Explicitly exclude `undefined` and `null` from the allowed types for the type parameter `TItem`.

## 0.4.7
Sat, 14 Dec 2024 01:11:07 GMT
Expand Down
17 changes: 17 additions & 0 deletions webpack/webpack-workspace-resolve-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@rushstack/webpack-workspace-resolve-plugin",
"entries": [
{
"version": "0.3.18",
"tag": "@rushstack/webpack-workspace-resolve-plugin_v0.3.18",
"date": "Wed, 18 Dec 2024 01:11:33 GMT",
"comments": {
"patch": [
{
"comment": "Fix a bug with path handling on Windows. Tap hooks earlier to ensure that these plugins run before builtin behavior."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.5.0`"
}
]
}
},
{
"version": "0.3.17",
"tag": "@rushstack/webpack-workspace-resolve-plugin_v0.3.17",
Expand Down
9 changes: 8 additions & 1 deletion webpack/webpack-workspace-resolve-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @rushstack/webpack-workspace-resolve-plugin

This log was last generated on Sat, 14 Dec 2024 01:11:07 GMT and should not be manually modified.
This log was last generated on Wed, 18 Dec 2024 01:11:33 GMT and should not be manually modified.

## 0.3.18
Wed, 18 Dec 2024 01:11:33 GMT

### Patches

- Fix a bug with path handling on Windows. Tap hooks earlier to ensure that these plugins run before builtin behavior.

## 0.3.17
Sat, 14 Dec 2024 01:11:07 GMT
Expand Down

0 comments on commit b1ea06a

Please sign in to comment.