@microsoft/load-themed-styles 1.10.218 → 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 +15 -0
- package/CHANGELOG.md +6 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
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
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"version": "1.10.218",
|
|
6
21
|
"tag": "@microsoft/load-themed-styles_v1.10.218",
|
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
|
|
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_
|
|
4
9
|
|
|
5
10
|
## 1.10.218
|
|
6
11
|
Tue, 05 Oct 2021 15:08:38 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.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.41.
|
|
16
|
-
"@rushstack/heft-web-rig": "0.4.
|
|
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
|
},
|