@microsoft/load-themed-styles 1.10.215 → 1.10.219

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.219",
6
+ "tag": "@microsoft/load-themed-styles_v1.10.219",
7
+ "date": "Wed, 06 Oct 2021 02:41:48 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.1`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.20`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "1.10.218",
21
+ "tag": "@microsoft/load-themed-styles_v1.10.218",
22
+ "date": "Tue, 05 Oct 2021 15:08:38 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.41.0`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.19`"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "version": "1.10.217",
36
+ "tag": "@microsoft/load-themed-styles_v1.10.217",
37
+ "date": "Mon, 04 Oct 2021 15:10:18 GMT",
38
+ "comments": {
39
+ "dependency": [
40
+ {
41
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.40.0`"
42
+ },
43
+ {
44
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.18`"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "version": "1.10.216",
51
+ "tag": "@microsoft/load-themed-styles_v1.10.216",
52
+ "date": "Fri, 24 Sep 2021 00:09:29 GMT",
53
+ "comments": {
54
+ "dependency": [
55
+ {
56
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.39.2`"
57
+ },
58
+ {
59
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.17`"
60
+ }
61
+ ]
62
+ }
63
+ },
4
64
  {
5
65
  "version": "1.10.215",
6
66
  "tag": "@microsoft/load-themed-styles_v1.10.215",
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, 23 Sep 2021 00:10:41 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 06 Oct 2021 02:41:48 GMT and should not be manually modified.
4
+
5
+ ## 1.10.219
6
+ Wed, 06 Oct 2021 02:41:48 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.10.218
11
+ Tue, 05 Oct 2021 15:08:38 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 1.10.217
16
+ Mon, 04 Oct 2021 15:10:18 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 1.10.216
21
+ Fri, 24 Sep 2021 00:09:29 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 1.10.215
6
26
  Thu, 23 Sep 2021 00:10:41 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/load-themed-styles",
3
- "version": "1.10.215",
3
+ "version": "1.10.219",
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.1",
15
- "@rushstack/heft": "0.39.1",
16
- "@rushstack/heft-web-rig": "0.4.16",
15
+ "@rushstack/heft": "0.41.1",
16
+ "@rushstack/heft-web-rig": "0.4.20",
17
17
  "@types/heft-jest": "1.0.1",
18
18
  "@types/webpack-env": "1.13.0"
19
19
  },