@castlabs/ui 4.22.2 → 4.22.3

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.
@@ -2604,7 +2604,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2604
2604
  name: 'ClUI',
2605
2605
  computed: {
2606
2606
  version: function () {
2607
- return "4.22.2" ?? 0;
2607
+ return "4.22.3" ?? 0;
2608
2608
  }
2609
2609
  }
2610
2610
  }));
@@ -2622,7 +2622,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2622
2622
  name: 'ClUI',
2623
2623
  computed: {
2624
2624
  version: function () {
2625
- return "4.22.2" ?? 0;
2625
+ return "4.22.3" ?? 0;
2626
2626
  }
2627
2627
  }
2628
2628
  }));