Skip to content

Commit d047287

Browse files
authored
Merge branch 'master' into pgonzal/rushx
2 parents 56dfe63 + e282124 commit d047287

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

webpack/loader-load-themed-styles/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/loader-load-themed-styles",
33
"entries": [
4+
{
5+
"version": "1.7.43",
6+
"tag": "@microsoft/loader-load-themed-styles_v1.7.43",
7+
"date": "Tue, 05 Jun 2018 21:04:43 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Updated getter comment"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.7.42",
618
"tag": "@microsoft/loader-load-themed-styles_v1.7.42",

webpack/loader-load-themed-styles/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/loader-load-themed-styles
22

3-
This log was last generated on Thu, 31 May 2018 01:39:33 GMT and should not be manually modified.
3+
This log was last generated on Tue, 05 Jun 2018 21:04:43 GMT and should not be manually modified.
4+
5+
## 1.7.43
6+
Tue, 05 Jun 2018 21:04:43 GMT
7+
8+
### Patches
9+
10+
- Updated getter comment
411

512
## 1.7.42
613
Thu, 31 May 2018 01:39:33 GMT

webpack/loader-load-themed-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/loader-load-themed-styles",
3-
"version": "1.7.42",
3+
"version": "1.7.43",
44
"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.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

webpack/loader-load-themed-styles/src/LoadThemedStylesLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class LoadThemedStylesLoader {
4848
}
4949

5050
/**
51-
* Use this property to override the path to the @microsoft/load-themed-styles package.
51+
* Use this property to get the path to the loader package (defaults to the path to @microsoft/load-themed-styles).
5252
*/
5353
public static get loadedThemedStylesPath(): string {
5454
return LoadThemedStylesLoader._loadedThemedStylesPath;

0 commit comments

Comments
 (0)