@microsoft/loader-load-themed-styles 1.9.108 → 1.9.109

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,18 @@
1
1
  {
2
2
  "name": "@microsoft/loader-load-themed-styles",
3
3
  "entries": [
4
+ {
5
+ "version": "1.9.109",
6
+ "tag": "@microsoft/loader-load-themed-styles_v1.9.109",
7
+ "date": "Thu, 28 Oct 2021 23:48:23 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.228`"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "1.9.108",
6
18
  "tag": "@microsoft/loader-load-themed-styles_v1.9.108",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @microsoft/loader-load-themed-styles
2
2
 
3
- This log was last generated on Thu, 28 Oct 2021 00:08:22 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 28 Oct 2021 23:48:23 GMT and should not be manually modified.
4
+
5
+ ## 1.9.109
6
+ Thu, 28 Oct 2021 23:48:23 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 1.9.108
6
11
  Thu, 28 Oct 2021 00:08:22 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/loader-load-themed-styles",
3
- "version": "1.9.108",
3
+ "version": "1.9.109",
4
4
  "description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "directory": "webpack/loader-load-themed-styles"
12
12
  },
13
13
  "dependencies": {
14
- "@microsoft/load-themed-styles": "1.10.227",
14
+ "@microsoft/load-themed-styles": "1.10.228",
15
15
  "loader-utils": "~1.1.0"
16
16
  },
17
17
  "devDependencies": {