@everymatrix/lottery-game-page 1.22.2 → 1.22.10

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