@microsoft/load-themed-styles 1.10.210 → 1.10.214

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.214",
6
+ "tag": "@microsoft/load-themed-styles_v1.10.214",
7
+ "date": "Wed, 22 Sep 2021 03:27:12 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.39.0`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.15`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "1.10.213",
21
+ "tag": "@microsoft/load-themed-styles_v1.10.213",
22
+ "date": "Wed, 22 Sep 2021 00:09:32 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.38.2`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.14`"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "version": "1.10.212",
36
+ "tag": "@microsoft/load-themed-styles_v1.10.212",
37
+ "date": "Sat, 18 Sep 2021 03:05:57 GMT",
38
+ "comments": {
39
+ "dependency": [
40
+ {
41
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.38.1`"
42
+ },
43
+ {
44
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.13`"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "version": "1.10.211",
51
+ "tag": "@microsoft/load-themed-styles_v1.10.211",
52
+ "date": "Tue, 14 Sep 2021 01:17:04 GMT",
53
+ "comments": {
54
+ "dependency": [
55
+ {
56
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.38.0`"
57
+ },
58
+ {
59
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.12`"
60
+ }
61
+ ]
62
+ }
63
+ },
4
64
  {
5
65
  "version": "1.10.210",
6
66
  "tag": "@microsoft/load-themed-styles_v1.10.210",
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 Mon, 13 Sep 2021 15:07:05 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 22 Sep 2021 03:27:12 GMT and should not be manually modified.
4
+
5
+ ## 1.10.214
6
+ Wed, 22 Sep 2021 03:27:12 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.10.213
11
+ Wed, 22 Sep 2021 00:09:32 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 1.10.212
16
+ Sat, 18 Sep 2021 03:05:57 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 1.10.211
21
+ Tue, 14 Sep 2021 01:17:04 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 1.10.210
6
26
  Mon, 13 Sep 2021 15:07:05 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/load-themed-styles",
3
- "version": "1.10.210",
3
+ "version": "1.10.214",
4
4
  "description": "Loads themed styles.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -12,8 +12,8 @@
12
12
  "keywords": [],
13
13
  "devDependencies": {
14
14
  "@rushstack/eslint-config": "2.4.0",
15
- "@rushstack/heft": "0.37.4",
16
- "@rushstack/heft-web-rig": "0.4.11",
15
+ "@rushstack/heft": "0.39.0",
16
+ "@rushstack/heft-web-rig": "0.4.15",
17
17
  "@types/heft-jest": "1.0.1",
18
18
  "@types/webpack-env": "1.13.0"
19
19
  },