@microsoft/load-themed-styles 1.10.226 → 1.10.230

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.230",
6
+ "tag": "@microsoft/load-themed-styles_v1.10.230",
7
+ "date": "Sat, 06 Nov 2021 00:09:13 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.2`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.31`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "1.10.229",
21
+ "tag": "@microsoft/load-themed-styles_v1.10.229",
22
+ "date": "Fri, 05 Nov 2021 15:09:18 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.5`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.1`"
30
+ },
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.30`"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "version": "1.10.228",
39
+ "tag": "@microsoft/load-themed-styles_v1.10.228",
40
+ "date": "Thu, 28 Oct 2021 23:48:23 GMT",
41
+ "comments": {
42
+ "dependency": [
43
+ {
44
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.29`"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "version": "1.10.227",
51
+ "tag": "@microsoft/load-themed-styles_v1.10.227",
52
+ "date": "Thu, 28 Oct 2021 00:08:22 GMT",
53
+ "comments": {
54
+ "dependency": [
55
+ {
56
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.42.0`"
57
+ },
58
+ {
59
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.28`"
60
+ }
61
+ ]
62
+ }
63
+ },
4
64
  {
5
65
  "version": "1.10.226",
6
66
  "tag": "@microsoft/load-themed-styles_v1.10.226",
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 Wed, 27 Oct 2021 00:08:15 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 06 Nov 2021 00:09:13 GMT and should not be manually modified.
4
+
5
+ ## 1.10.230
6
+ Sat, 06 Nov 2021 00:09:13 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.10.229
11
+ Fri, 05 Nov 2021 15:09:18 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 1.10.228
16
+ Thu, 28 Oct 2021 23:48:23 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 1.10.227
21
+ Thu, 28 Oct 2021 00:08:22 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 1.10.226
6
26
  Wed, 27 Oct 2021 00:08:15 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/load-themed-styles",
3
- "version": "1.10.226",
3
+ "version": "1.10.230",
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.4.4",
17
- "@rushstack/heft": "0.41.8",
18
- "@rushstack/heft-web-rig": "0.4.27",
16
+ "@rushstack/eslint-config": "2.4.5",
17
+ "@rushstack/heft": "0.42.2",
18
+ "@rushstack/heft-web-rig": "0.4.31",
19
19
  "@types/heft-jest": "1.0.1",
20
20
  "@types/webpack-env": "1.13.0"
21
21
  },