@microsoft/load-themed-styles 1.10.213 → 1.10.217

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,69 @@
1
1
  {
2
2
  "name": "@microsoft/load-themed-styles",
3
3
  "entries": [
4
+ {
5
+ "version": "1.10.217",
6
+ "tag": "@microsoft/load-themed-styles_v1.10.217",
7
+ "date": "Mon, 04 Oct 2021 15:10:18 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.40.0`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.18`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "1.10.216",
21
+ "tag": "@microsoft/load-themed-styles_v1.10.216",
22
+ "date": "Fri, 24 Sep 2021 00:09:29 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.39.2`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.17`"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "version": "1.10.215",
36
+ "tag": "@microsoft/load-themed-styles_v1.10.215",
37
+ "date": "Thu, 23 Sep 2021 00:10:41 GMT",
38
+ "comments": {
39
+ "dependency": [
40
+ {
41
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.1`"
42
+ },
43
+ {
44
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.39.1`"
45
+ },
46
+ {
47
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.16`"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "version": "1.10.214",
54
+ "tag": "@microsoft/load-themed-styles_v1.10.214",
55
+ "date": "Wed, 22 Sep 2021 03:27:12 GMT",
56
+ "comments": {
57
+ "dependency": [
58
+ {
59
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.39.0`"
60
+ },
61
+ {
62
+ "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.15`"
63
+ }
64
+ ]
65
+ }
66
+ },
4
67
  {
5
68
  "version": "1.10.213",
6
69
  "tag": "@microsoft/load-themed-styles_v1.10.213",
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, 22 Sep 2021 00:09:32 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 04 Oct 2021 15:10:18 GMT and should not be manually modified.
4
+
5
+ ## 1.10.217
6
+ Mon, 04 Oct 2021 15:10:18 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.10.216
11
+ Fri, 24 Sep 2021 00:09:29 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 1.10.215
16
+ Thu, 23 Sep 2021 00:10:41 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 1.10.214
21
+ Wed, 22 Sep 2021 03:27:12 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 1.10.213
6
26
  Wed, 22 Sep 2021 00:09:32 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/load-themed-styles",
3
- "version": "1.10.213",
3
+ "version": "1.10.217",
4
4
  "description": "Loads themed styles.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -11,9 +11,9 @@
11
11
  "typings": "lib/index.d.ts",
12
12
  "keywords": [],
13
13
  "devDependencies": {
14
- "@rushstack/eslint-config": "2.4.0",
15
- "@rushstack/heft": "0.38.2",
16
- "@rushstack/heft-web-rig": "0.4.14",
14
+ "@rushstack/eslint-config": "2.4.1",
15
+ "@rushstack/heft": "0.40.0",
16
+ "@rushstack/heft-web-rig": "0.4.18",
17
17
  "@types/heft-jest": "1.0.1",
18
18
  "@types/webpack-env": "1.13.0"
19
19
  },