@microsoft/load-themed-styles 1.10.229 → 1.10.233
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 +57 -0
- package/CHANGELOG.md +21 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,63 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/load-themed-styles",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.10.233",
|
|
6
|
+
"tag": "@microsoft/load-themed-styles_v1.10.233",
|
|
7
|
+
"date": "Fri, 03 Dec 2021 03:05:22 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.42.4`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.34`"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"version": "1.10.232",
|
|
21
|
+
"tag": "@microsoft/load-themed-styles_v1.10.232",
|
|
22
|
+
"date": "Tue, 30 Nov 2021 20:18:41 GMT",
|
|
23
|
+
"comments": {
|
|
24
|
+
"dependency": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.33`"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"version": "1.10.231",
|
|
33
|
+
"tag": "@microsoft/load-themed-styles_v1.10.231",
|
|
34
|
+
"date": "Mon, 29 Nov 2021 07:26:16 GMT",
|
|
35
|
+
"comments": {
|
|
36
|
+
"dependency": [
|
|
37
|
+
{
|
|
38
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.42.3`"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.32`"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"version": "1.10.230",
|
|
48
|
+
"tag": "@microsoft/load-themed-styles_v1.10.230",
|
|
49
|
+
"date": "Sat, 06 Nov 2021 00:09:13 GMT",
|
|
50
|
+
"comments": {
|
|
51
|
+
"dependency": [
|
|
52
|
+
{
|
|
53
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.42.2`"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.31`"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
4
61
|
{
|
|
5
62
|
"version": "1.10.229",
|
|
6
63
|
"tag": "@microsoft/load-themed-styles_v1.10.229",
|
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 Fri,
|
|
3
|
+
This log was last generated on Fri, 03 Dec 2021 03:05:22 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.10.233
|
|
6
|
+
Fri, 03 Dec 2021 03:05:22 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 1.10.232
|
|
11
|
+
Tue, 30 Nov 2021 20:18:41 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 1.10.231
|
|
16
|
+
Mon, 29 Nov 2021 07:26:16 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 1.10.230
|
|
21
|
+
Sat, 06 Nov 2021 00:09:13 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
4
24
|
|
|
5
25
|
## 1.10.229
|
|
6
26
|
Fri, 05 Nov 2021 15:09:18 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/load-themed-styles",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.233",
|
|
4
4
|
"description": "Loads themed styles.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"keywords": [],
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@rushstack/eslint-config": "2.4.5",
|
|
17
|
-
"@rushstack/heft": "0.42.
|
|
18
|
-
"@rushstack/heft-web-rig": "0.4.
|
|
17
|
+
"@rushstack/heft": "0.42.4",
|
|
18
|
+
"@rushstack/heft-web-rig": "0.4.34",
|
|
19
19
|
"@types/heft-jest": "1.0.1",
|
|
20
20
|
"@types/webpack-env": "1.13.0"
|
|
21
21
|
},
|