Skip to content

Commit 1f0c832

Browse files
committed
Applying package updates.
1 parent d8c3b19 commit 1f0c832

8 files changed

Lines changed: 33 additions & 13 deletions

File tree

common/changes/@microsoft/loader-load-themed-styles/named-export_2017-06-28-18-19.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/last-install.flag

Whitespace-only changes.

common/npm-local/last-install.flag

Whitespace-only changes.

common/npm-local/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"dependencies": {
3+
"npm": "4.0.5"
4+
},
5+
"description": "Temporary file generated by the Rush tool",
6+
"name": "npm-local-install",
7+
"private": true,
8+
"version": "0.0.0"
9+
}

common/rush-link.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"localLinks": {}
3+
}

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.3.0",
6+
"tag": "@microsoft/loader-load-themed-styles_v1.3.0",
7+
"date": "Wed, 28 Jun 2017 22:32:16 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Adding `namedExport` option to allow css modules to be exported under a named export (such as \"default\")"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.2.0",
618
"tag": "@microsoft/loader-load-themed-styles_v1.2.0",

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 Fri, 05 May 2017 22:42:12 GMT and should not be manually modified.
3+
This log was last generated on Wed, 28 Jun 2017 22:32:16 GMT and should not be manually modified.
4+
5+
## 1.3.0
6+
Wed, 28 Jun 2017 22:32:16 GMT
7+
8+
### Minor changes
9+
10+
- Adding `namedExport` option to allow css modules to be exported under a named export (such as "default")
411

512
## 1.2.0
613
Fri, 05 May 2017 22:42:12 GMT

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.2.0",
3+
"version": "1.3.0",
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",

0 commit comments

Comments
 (0)