@microsoft/load-themed-styles 1.10.237 → 1.10.241

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,66 @@
1
1
  {
2
2
  "name": "@microsoft/load-themed-styles",
3
3
  "entries": [
4
+ {
5
+ "version": "1.10.241",
6
+ "tag": "@microsoft/load-themed-styles_v1.10.241",
7
+ "date": "Mon, 27 Dec 2021 16:10:40 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.1`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.44.1`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.7.1`"
18
+ }
19
+ ]
20
+ }
21
+ },
22
+ {
23
+ "version": "1.10.240",
24
+ "tag": "@microsoft/load-themed-styles_v1.10.240",
25
+ "date": "Tue, 14 Dec 2021 19:27:51 GMT",
26
+ "comments": {
27
+ "dependency": [
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.44.0`"
30
+ },
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.7.0`"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "version": "1.10.239",
39
+ "tag": "@microsoft/load-themed-styles_v1.10.239",
40
+ "date": "Fri, 10 Dec 2021 01:09:33 GMT",
41
+ "comments": {
42
+ "dependency": [
43
+ {
44
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.6.4`"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "version": "1.10.238",
51
+ "tag": "@microsoft/load-themed-styles_v1.10.238",
52
+ "date": "Thu, 09 Dec 2021 20:34:41 GMT",
53
+ "comments": {
54
+ "dependency": [
55
+ {
56
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.43.2`"
57
+ },
58
+ {
59
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.6.3`"
60
+ }
61
+ ]
62
+ }
63
+ },
4
64
  {
5
65
  "version": "1.10.237",
6
66
  "tag": "@microsoft/load-themed-styles_v1.10.237",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @microsoft/load-themed-styles
2
2
 
3
- This log was last generated on Thu, 09 Dec 2021 00:21:54 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 27 Dec 2021 16:10:40 GMT and should not be manually modified.
4
+
5
+ ## 1.10.241
6
+ Mon, 27 Dec 2021 16:10:40 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.10.240
11
+ Tue, 14 Dec 2021 19:27:51 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 1.10.239
16
+ Fri, 10 Dec 2021 01:09:33 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 1.10.238
21
+ Thu, 09 Dec 2021 20:34:41 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 1.10.237
6
26
  Thu, 09 Dec 2021 00:21:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/load-themed-styles",
3
- "version": "1.10.237",
3
+ "version": "1.10.241",
4
4
  "description": "Loads themed styles.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -13,9 +13,9 @@
13
13
  "typings": "lib/index.d.ts",
14
14
  "keywords": [],
15
15
  "devDependencies": {
16
- "@rushstack/eslint-config": "2.5.0",
17
- "@rushstack/heft": "0.43.1",
18
- "@rushstack/heft-web-rig": "0.6.2",
16
+ "@rushstack/eslint-config": "2.5.1",
17
+ "@rushstack/heft": "0.44.1",
18
+ "@rushstack/heft-web-rig": "0.7.1",
19
19
  "@types/heft-jest": "1.0.1",
20
20
  "@types/webpack-env": "1.13.0"
21
21
  },