@microsoft/load-themed-styles 2.2.4 → 2.2.6

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,35 @@
1
1
  {
2
2
  "name": "@microsoft/load-themed-styles",
3
3
  "entries": [
4
+ {
5
+ "version": "2.2.6",
6
+ "tag": "@microsoft/load-themed-styles_v2.2.6",
7
+ "date": "Wed, 25 Feb 2026 21:39:42 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Include missing `lib-*` folders."
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.6`"
17
+ }
18
+ ]
19
+ }
20
+ },
21
+ {
22
+ "version": "2.2.5",
23
+ "tag": "@microsoft/load-themed-styles_v2.2.5",
24
+ "date": "Wed, 25 Feb 2026 00:34:29 GMT",
25
+ "comments": {
26
+ "dependency": [
27
+ {
28
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.5`"
29
+ }
30
+ ]
31
+ }
32
+ },
4
33
  {
5
34
  "version": "2.2.4",
6
35
  "tag": "@microsoft/load-themed-styles_v2.2.4",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @microsoft/load-themed-styles
2
2
 
3
- This log was last generated on Tue, 24 Feb 2026 01:13:27 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 25 Feb 2026 21:39:42 GMT and should not be manually modified.
4
+
5
+ ## 2.2.6
6
+ Wed, 25 Feb 2026 21:39:42 GMT
7
+
8
+ ### Patches
9
+
10
+ - Include missing `lib-*` folders.
11
+
12
+ ## 2.2.5
13
+ Wed, 25 Feb 2026 00:34:29 GMT
14
+
15
+ _Version update only_
4
16
 
5
17
  ## 2.2.4
6
18
  Tue, 24 Feb 2026 01:13:27 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/load-themed-styles",
3
- "version": "2.2.4",
3
+ "version": "2.2.6",
4
4
  "description": "Loads themed styles.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "eslint": "~9.37.0",
39
- "@rushstack/heft": "1.2.4",
39
+ "@rushstack/heft": "1.2.6",
40
40
  "local-web-rig": "1.0.0"
41
41
  },
42
42
  "sideEffects": false,