Skip to content

Commit a3fa081

Browse files
author
OneDrive Build
committed
Applying package updates.
1 parent 070731c commit a3fa081

5 files changed

Lines changed: 23 additions & 14 deletions

File tree

common/changes/nickpape-fix-package-deps-hash-limit_2017-01-30-21-21.json

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

package-deps-hash/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/package-deps-hash",
33
"entries": [
4+
{
5+
"version": "2.0.0",
6+
"tag": "@microsoft/package-deps-hash_v2.0.0",
7+
"date": "Mon, 30 Jan 2017 21:37:27 GMT",
8+
"comments": {
9+
"major": [
10+
{
11+
"comment": "Update package-deps-hash to not be asynchronous, and fixes a bug where not all changes were reported."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.0.1",
618
"tag": "@microsoft/package-deps-hash_v1.0.1",

package-deps-hash/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/package-deps-hash
22

3-
This log was last generated on Fri, 13 Jan 2017 06:46:05 GMT and should not be manually modified.
3+
This log was last generated on Mon, 30 Jan 2017 21:37:27 GMT and should not be manually modified.
4+
5+
## 2.0.0
6+
Mon, 30 Jan 2017 21:37:27 GMT
7+
8+
### Breaking changes
9+
10+
- Update package-deps-hash to not be asynchronous, and fixes a bug where not all changes were reported.
411

512
## 1.0.1
613
Fri, 13 Jan 2017 06:46:05 GMT

package-deps-hash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/package-deps-hash",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

test-web-library-build/src/test.scss.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import { loadStyles } from '@microsoft/load-themed-styles';
33

44
const styles = {
5-
foo: 'foo_fe5c604d',
5+
foo: 'foo_419eb97a',
66
};
77

88
export default styles;
99

10-
loadStyles([{"rawString":"body{background:red}.foo_fe5c604d{border:1px solid red}"}]);
10+
loadStyles([{"rawString":"body{background:red}.foo_419eb97a{border:1px solid red}"}]);
1111
/* tslint:enable */

0 commit comments

Comments
 (0)