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

Skip to content

Commit ebf4d29

Browse files
committed
Update changelogs [skip ci]
1 parent 21d9e24 commit ebf4d29

File tree

11 files changed

+80
-34
lines changed

11 files changed

+80
-34
lines changed

common/changes/@rushstack/lookup-by-path/git-first-difference_2025-05-07-22-00.json

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

common/changes/@rushstack/lookup-by-path/git-first-difference_2025-05-07-22-01.json

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

common/changes/@rushstack/package-deps-hash/snapshot-local_2025-05-07-18-39.json

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

heft-plugins/heft-isolated-typescript-transpile-plugin/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/heft-isolated-typescript-transpile-plugin",
33
"entries": [
4+
{
5+
"version": "0.1.12",
6+
"tag": "@rushstack/heft-isolated-typescript-transpile-plugin_v0.1.12",
7+
"date": "Thu, 08 May 2025 00:11:15 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.6.0`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.1.11",
618
"tag": "@rushstack/heft-isolated-typescript-transpile-plugin_v0.1.11",

heft-plugins/heft-isolated-typescript-transpile-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/heft-isolated-typescript-transpile-plugin
22

3-
This log was last generated on Tue, 06 May 2025 15:11:28 GMT and should not be manually modified.
3+
This log was last generated on Thu, 08 May 2025 00:11:15 GMT and should not be manually modified.
4+
5+
## 0.1.12
6+
Thu, 08 May 2025 00:11:15 GMT
7+
8+
_Version update only_
49

510
## 0.1.11
611
Tue, 06 May 2025 15:11:28 GMT

libraries/lookup-by-path/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rushstack/lookup-by-path",
33
"entries": [
4+
{
5+
"version": "0.6.0",
6+
"tag": "@rushstack/lookup-by-path_v0.6.0",
7+
"date": "Thu, 08 May 2025 00:11:15 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add `getFirstDifferenceInCommonNodes` API."
12+
},
13+
{
14+
"comment": "Expose `tree` accessor on `IReadonlyLookupByPath` for a readonly view of the raw tree."
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.5.23",
621
"tag": "@rushstack/lookup-by-path_v0.5.23",

libraries/lookup-by-path/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log - @rushstack/lookup-by-path
22

3-
This log was last generated on Thu, 01 May 2025 15:11:33 GMT and should not be manually modified.
3+
This log was last generated on Thu, 08 May 2025 00:11:15 GMT and should not be manually modified.
4+
5+
## 0.6.0
6+
Thu, 08 May 2025 00:11:15 GMT
7+
8+
### Minor changes
9+
10+
- Add `getFirstDifferenceInCommonNodes` API.
11+
- Expose `tree` accessor on `IReadonlyLookupByPath` for a readonly view of the raw tree.
412

513
## 0.5.23
614
Thu, 01 May 2025 15:11:33 GMT

libraries/package-deps-hash/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/package-deps-hash",
33
"entries": [
4+
{
5+
"version": "4.4.0",
6+
"tag": "@rushstack/package-deps-hash_v4.4.0",
7+
"date": "Thu, 08 May 2025 00:11:15 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add `getDetailedRepoState` API to expose `hasSubmodules` and `hasUncommittedChanges` in addition to the results returned by `getRepoState`."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "4.3.24",
618
"tag": "@rushstack/package-deps-hash_v4.3.24",

libraries/package-deps-hash/CHANGELOG.md

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

3-
This log was last generated on Thu, 01 May 2025 15:11:33 GMT and should not be manually modified.
3+
This log was last generated on Thu, 08 May 2025 00:11:15 GMT and should not be manually modified.
4+
5+
## 4.4.0
6+
Thu, 08 May 2025 00:11:15 GMT
7+
8+
### Minor changes
9+
10+
- Add `getDetailedRepoState` API to expose `hasSubmodules` and `hasUncommittedChanges` in addition to the results returned by `getRepoState`.
411

512
## 4.3.24
613
Thu, 01 May 2025 15:11:33 GMT

webpack/webpack-workspace-resolve-plugin/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/webpack-workspace-resolve-plugin",
33
"entries": [
4+
{
5+
"version": "0.4.22",
6+
"tag": "@rushstack/webpack-workspace-resolve-plugin_v0.4.22",
7+
"date": "Thu, 08 May 2025 00:11:15 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/lookup-by-path\" to `0.6.0`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.4.21",
618
"tag": "@rushstack/webpack-workspace-resolve-plugin_v0.4.21",

0 commit comments

Comments
 (0)
0