@record-evolution/widget-linechart 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54592,7 +54592,7 @@ let WidgetLinechart = class WidgetLinechart extends i {
54592
54592
  this.origWidth = 0;
54593
54593
  this.origHeight = 0;
54594
54594
  this.modifier = 1;
54595
- this.version = '1.6.1';
54595
+ this.version = '1.6.2';
54596
54596
  this.template = {
54597
54597
  title: {
54598
54598
  text: 'Temperature Change in the Coming Week',
@@ -54986,7 +54986,7 @@ __decorate([
54986
54986
  r()
54987
54987
  ], WidgetLinechart.prototype, "themeColor", void 0);
54988
54988
  WidgetLinechart = __decorate([
54989
- t('widget-linechart-1.6.1')
54989
+ t('widget-linechart-1.6.2')
54990
54990
  ], WidgetLinechart);
54991
54991
 
54992
54992
  export { WidgetLinechart };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent widget-linechart following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "widget-linechart",
6
- "version": "1.6.1",
6
+ "version": "1.6.2",
7
7
  "type": "module",
8
8
  "main": "dist/widget-linechart.js",
9
9
  "types": "dist/src/widget-linechart.d.ts",