@castlabs/ui 4.19.1 → 4.20.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.
@@ -2643,7 +2643,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
2643
2643
  name: 'ClUI',
2644
2644
  computed: {
2645
2645
  version: function () {
2646
- return "4.19.1" ?? 0;
2646
+ return "4.20.1" ?? 0;
2647
2647
  }
2648
2648
  }
2649
2649
  }));