@castlabs/ui 4.24.0 → 4.24.1

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.
@@ -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.24.0" ?? 0;
2625
+ return "4.24.1" ?? 0;
2626
2626
  }
2627
2627
  }
2628
2628
  }));