@microsoft/load-themed-styles 1.10.227 → 1.10.228
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 +12 -0
- package/CHANGELOG.md +6 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/load-themed-styles",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.10.228",
|
|
6
|
+
"tag": "@microsoft/load-themed-styles_v1.10.228",
|
|
7
|
+
"date": "Thu, 28 Oct 2021 23:48:23 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.4.29`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "1.10.227",
|
|
6
18
|
"tag": "@microsoft/load-themed-styles_v1.10.227",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @microsoft/load-themed-styles
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu, 28 Oct 2021
|
|
3
|
+
This log was last generated on Thu, 28 Oct 2021 23:48:23 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.10.228
|
|
6
|
+
Thu, 28 Oct 2021 23:48:23 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 1.10.227
|
|
6
11
|
Thu, 28 Oct 2021 00:08:22 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.228",
|
|
4
4
|
"description": "Loads themed styles.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@rushstack/eslint-config": "2.4.4",
|
|
17
17
|
"@rushstack/heft": "0.42.0",
|
|
18
|
-
"@rushstack/heft-web-rig": "0.4.
|
|
18
|
+
"@rushstack/heft-web-rig": "0.4.29",
|
|
19
19
|
"@types/heft-jest": "1.0.1",
|
|
20
20
|
"@types/webpack-env": "1.13.0"
|
|
21
21
|
},
|