@rushstack/lockfile-explorer 2.0.9 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
2
  "name": "@rushstack/lockfile-explorer",
3
3
  "entries": [
4
+ {
5
+ "version": "2.1.0",
6
+ "tag": "@rushstack/lockfile-explorer_v2.1.0",
7
+ "date": "Mon, 29 Dec 2025 16:12:51 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "Bump React to v19."
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "2.0.9",
6
18
  "tag": "@rushstack/lockfile-explorer_v2.0.9",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @rushstack/lockfile-explorer
2
2
 
3
- This log was last generated on Wed, 24 Dec 2025 01:12:52 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 29 Dec 2025 16:12:51 GMT and should not be manually modified.
4
+
5
+ ## 2.1.0
6
+ Mon, 29 Dec 2025 16:12:51 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Bump React to v19.
4
11
 
5
12
  ## 2.0.9
6
13
  Wed, 24 Dec 2025 01:12:52 GMT