@forter/chart
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -434,1 +434,2 @@ function _toArray(arr) { | ||
export { _arrayWithHoles as arrayWithHoles, _decorate as decorate, _iterableToArray as iterableToArray, _nonIterableRest as nonIterableRest, _toArray as toArray, _toPrimitive as toPrimitive, _toPropertyKey as toPropertyKey }; | ||
//# sourceMappingURL=_rollupPluginBabelHelpers.js.map |
@@ -6,2 +6,31 @@ # Change Log | ||
## 2.0.1 (2019-07-11) | ||
### Bug Fixes | ||
* add missing lit deps to packages ([e1ce672](https://github.com/forter/web-components/commit/e1ce672)) | ||
* align sibling versions ([84e4f9a](https://github.com/forter/web-components/commit/84e4f9a)) | ||
* change scope to forter ([299eaa1](https://github.com/forter/web-components/commit/299eaa1)) | ||
* update dependencies ([2040402](https://github.com/forter/web-components/commit/2040402)) | ||
* **icon:** add size property ([8c40f21](https://github.com/forter/web-components/commit/8c40f21)) | ||
### Features | ||
* add built packages for dist ([ea4a920](https://github.com/forter/web-components/commit/ea4a920)) | ||
* add storybook ([dac303e](https://github.com/forter/web-components/commit/dac303e)) | ||
* adds npm run link script for local dev ([920895c](https://github.com/forter/web-components/commit/920895c)) | ||
* publish sourcemaps ([d68dc11](https://github.com/forter/web-components/commit/d68dc11)) | ||
### BREAKING CHANGES | ||
* **icon:** remove width and height properties | ||
* moves css to \`.css.js\` | ||
# 2.0.0 (2019-07-11) | ||
@@ -8,0 +37,0 @@ |
@@ -20,1 +20,2 @@ import { css } from 'lit-element'; | ||
export default style; | ||
//# sourceMappingURL=fc-chart.css.map |
@@ -5,1 +5,2 @@ import { register } from '@forter/helpers/functions/register'; | ||
register(FcChart); | ||
//# sourceMappingURL=fc-chart.js.map |
@@ -231,1 +231,2 @@ import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
export { FcChart }; | ||
//# sourceMappingURL=FcChart.js.map |
import './fc-chart.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@forter/chart", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Chart from Forter Components", | ||
@@ -44,3 +44,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@forter/helpers": "^1.0.1-beta.0", | ||
"@forter/helpers": "^2.0.1", | ||
"chart.js": "^2.7.3", | ||
@@ -50,3 +50,3 @@ "lit-element": "^2.1.0", | ||
}, | ||
"gitHead": "6335c4c0078c6009210ef401a094fd5bbea3c967" | ||
"gitHead": "baa864219456b6d832923e4779b36543c4fa78a2" | ||
} |
Sorry, the diff of this file is not supported yet
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
46445
21
772
+ Added@forter/helpers@2.1.0(transitive)
- Removed@forter/helpers@1.0.1-beta.332(transitive)
Updated@forter/helpers@^2.0.1