@everymatrix/lottery-game-page 1.22.2 → 1.22.9

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.
@@ -103,7 +103,7 @@ class Lumo extends HTMLElement {
103
103
  }
104
104
 
105
105
  static get version() {
106
- return '24.2.3';
106
+ return '24.2.5';
107
107
  }
108
108
  }
109
109
 
@@ -9897,7 +9897,7 @@ const registered = new Set();
9897
9897
  const ElementMixin = (superClass) =>
9898
9898
  class VaadinElementMixin extends DirMixin(superClass) {
9899
9899
  static get version() {
9900
- return '24.2.3';
9900
+ return '24.2.5';
9901
9901
  }
9902
9902
 
9903
9903
  /** @protected */