Compare commits

..

2 Commits
0.9.3 ... 0.9.4

Author SHA1 Message Date
Stefan Zermatten
d1950b4598 Bumped changelog for webcomponentsjs update 2016-12-08 09:55:07 +02:00
Greg Williams
af20eb4f3c Updated webcomponentsjs to v0.7.23 2016-11-23 22:03:09 -08:00
2 changed files with 8 additions and 1 deletions

View File

@@ -21,6 +21,6 @@
"paper-fab-menu": "cwdoh/paper-fab-menu#~0.4.0"
},
"resolutions": {
"webcomponentsjs": "0.6.3"
"webcomponentsjs": "0.7.23"
}
}

View File

@@ -319,3 +319,10 @@ ChangeLogs.insert({
"Fixed invisible dropdown boxes in Chrome 52",
],
});
ChangeLogs.insert({
version: "0.9.4",
changes: [
"Fixed app not working on iOS 10",
],
});