@record-evolution/widget-linechart 1.6.17 → 1.6.18

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.17';
54595
+ this.version = '1.6.18';
54596
54596
  this.lastUpdateTime = 0;
54597
54597
  this.updateThresholdMs = 300;
54598
54598
  this.template = {
@@ -55076,7 +55076,7 @@ __decorate([
55076
55076
  r()
55077
55077
  ], WidgetLinechart.prototype, "themeSubtitleColor", void 0);
55078
55078
  WidgetLinechart = __decorate([
55079
- t('widget-linechart-1.6.17')
55079
+ t('widget-linechart-1.6.18')
55080
55080
  ], WidgetLinechart);
55081
55081
 
55082
55082
  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.17",
6
+ "version": "1.6.18",
7
7
  "type": "module",
8
8
  "main": "dist/widget-linechart.js",
9
9
  "types": "dist/src/widget-linechart.d.ts",
@@ -19,7 +19,7 @@
19
19
  "build": "rollup -c rollup.config.js",
20
20
  "watch": "rollup -w -c rollup.config.js",
21
21
  "types": "cat src/definition-schema.json | json2ts --style.tabWidth=4 > src/definition-schema.d.ts",
22
- "release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag"
22
+ "release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag && npm run build"
23
23
  },
24
24
  "dependencies": {
25
25
  "echarts": "5.6.0",