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