@record-evolution/widget-form 1.0.7 → 1.0.8

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.
@@ -9622,7 +9622,7 @@ let WidgetForm = class WidgetForm extends i$3 {
9622
9622
  constructor() {
9623
9623
  super(...arguments);
9624
9624
  this.dialogOpen = false;
9625
- this.version = '1.0.7';
9625
+ this.version = '1.0.8';
9626
9626
  }
9627
9627
  update(changedProperties) {
9628
9628
  if (changedProperties.has('theme')) {
@@ -10034,7 +10034,7 @@ __decorate([
10034
10034
  e$2('mdif1-dialog')
10035
10035
  ], WidgetForm.prototype, "dialog", void 0);
10036
10036
  WidgetForm = __decorate([
10037
- t('widget-form-1.0.7')
10037
+ t('widget-form-1.0.8')
10038
10038
  ], WidgetForm);
10039
10039
 
10040
10040
  export { WidgetForm };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "REWidget widget-form",
4
4
  "license": "MIT",
5
5
  "author": "widget-form",
6
- "version": "1.0.7",
6
+ "version": "1.0.8",
7
7
  "type": "module",
8
8
  "main": "dist/widget-form.js",
9
9
  "module": "dist/widget-form.js",
@@ -20,7 +20,7 @@
20
20
  "link": "npm link && cd ../RESWARM/frontend && npm link @record-evolution/widget-form",
21
21
  "unlink": "npm unlink --global && cd ../RESWARM/frontend && npm unlink @record-evolution/widget-form && npm i @record-evolution/widget-form",
22
22
  "types": "cat src/definition-schema.json | json2ts > src/definition-schema.d.ts",
23
- "release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag"
23
+ "release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag && npm run build"
24
24
  },
25
25
  "dependencies": {
26
26
  "@material/web": "^2.4.0",