@microsoft/load-themed-styles 2.2.16 → 2.2.18

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,30 @@
1
1
  {
2
2
  "name": "@microsoft/load-themed-styles",
3
3
  "entries": [
4
+ {
5
+ "version": "2.2.18",
6
+ "tag": "@microsoft/load-themed-styles_v2.2.18",
7
+ "date": "Mon, 08 Jun 2026 15:15:49 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.18`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "2.2.17",
18
+ "tag": "@microsoft/load-themed-styles_v2.2.17",
19
+ "date": "Mon, 20 Apr 2026 23:31:13 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.17`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "2.2.16",
6
30
  "tag": "@microsoft/load-themed-styles_v2.2.16",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @microsoft/load-themed-styles
2
2
 
3
- This log was last generated on Mon, 20 Apr 2026 15:15:24 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 08 Jun 2026 15:15:49 GMT and should not be manually modified.
4
+
5
+ ## 2.2.18
6
+ Mon, 08 Jun 2026 15:15:49 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 2.2.17
11
+ Mon, 20 Apr 2026 23:31:13 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 2.2.16
6
16
  Mon, 20 Apr 2026 15:15:24 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/load-themed-styles",
3
- "version": "2.2.16",
3
+ "version": "2.2.18",
4
4
  "description": "Loads themed styles.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -36,8 +36,8 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "eslint": "~9.37.0",
39
- "local-web-rig": "1.0.0",
40
- "@rushstack/heft": "1.2.16"
39
+ "@rushstack/heft": "1.2.18",
40
+ "local-web-rig": "1.0.0"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "scripts": {