@castlabs/ui 4.20.2 → 4.20.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.
@@ -2625,7 +2625,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2625
2625
  name: 'ClUI',
2626
2626
  computed: {
2627
2627
  version: function () {
2628
- return "4.20.2" ?? 0;
2628
+ return "4.20.3" ?? 0;
2629
2629
  }
2630
2630
  }
2631
2631
  }));