Skip to content

Commit 8b13b4e

Browse files
author
Steve Orvell
authored
Merge pull request #192 from Polymer/test-apply
Adds additional test for @apply
2 parents a104a8d + 4464dbf commit 8b13b4e

File tree

4 files changed

+119
-47
lines changed

4 files changed

+119
-47
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
Unreleased section, uncommenting the header as necessary.
1111
-->
1212

13-
## Unreleased
13+
<!-- ## Unreleased -->
14+
15+
## [0.6.1] - 2018-09-17
16+
17+
### Fixed
18+
* Fixes part rendering and css custom properties issues introduced with lit-html 0.11.3 by updating to 0.11.4 (https://github.com/Polymer/lit-element/issues/202).
1419

1520
### Removed
1621
* Removed custom_typings for Polymer as they are no longer needed

package-lock.json

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"devDependencies": {
2424
"@types/chai": "^4.0.1",
2525
"@types/mocha": "^5.2.4",
26-
"@webcomponents/webcomponentsjs": "^2.1.1",
26+
"@webcomponents/shadycss": "^1.5.2",
27+
"@webcomponents/webcomponentsjs": "^2.1.3",
2728
"chai": "^4.0.2",
2829
"mocha": "^5.0.5",
2930
"rollup": "^0.64.1",
@@ -39,7 +40,7 @@
3940
},
4041
"typings": "lit-element.d.ts",
4142
"dependencies": {
42-
"lit-html": "^0.11.2"
43+
"lit-html": "^0.11.4"
4344
},
4445
"publishConfig": {
4546
"access": "public"

0 commit comments

Comments
 (0)