@platforma-sdk/ui-vue 1.20.10 → 1.20.11

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.20.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ead0e68]
8
+ - @platforma-sdk/model@1.20.11
9
+ - @milaboratories/uikit@2.2.34
10
+
3
11
  ## 1.20.10
4
12
 
5
13
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -3396,7 +3396,7 @@ const ME = vr.object({
3396
3396
  label: vr.string()
3397
3397
  });
3398
3398
  vr.array(ME);
3399
- const NE = "1.20.6";
3399
+ const NE = "1.20.11";
3400
3400
  function wl() {
3401
3401
  return OE({ sdkVersion: NE });
3402
3402
  }