@lion/core
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/core@0.2.0...@lion/core@0.2.1) (2019-10-23) | ||
### Bug Fixes | ||
* **core:** export Part classes from lit-html ([#340](https://github.com/ing-bank/lion/issues/340)) ([9a8f45b](https://github.com/ing-bank/lion/commit/9a8f45b)) | ||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/core@0.1.13...@lion/core@0.2.0) (2019-09-25) | ||
@@ -8,0 +19,0 @@ |
@@ -17,2 +17,8 @@ /** | ||
SVGTemplateResult, | ||
AttributePart, | ||
BooleanAttributePart, | ||
EventPart, | ||
NodePart, | ||
PropertyPart, | ||
isPrimitive, | ||
} from 'lit-html'; | ||
@@ -19,0 +25,0 @@ export { render as renderShady } from 'lit-html/lib/shady-render.js'; |
{ | ||
"name": "@lion/core", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Core functionality that is shared across all Lion Web Components", | ||
@@ -42,3 +42,3 @@ "author": "ing-bank", | ||
}, | ||
"gitHead": "ab0b87146323b5f368c267de8bd96442fff430ea" | ||
"gitHead": "8b913524df625ca152b53d3379a8fb3c51c7f2cc" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47026
1205