@platforma-sdk/ui-vue 1.21.30 → 1.22.0

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.22.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c0d5856]
8
+ - @platforma-sdk/model@1.22.0
9
+ - @milaboratories/uikit@2.2.50
10
+
3
11
  ## 1.21.30
4
12
 
5
13
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -3533,7 +3533,7 @@ const WS = Jn.object({
3533
3533
  label: Jn.string()
3534
3534
  });
3535
3535
  Jn.array(WS);
3536
- const qS = "1.21.20";
3536
+ const qS = "1.22.0";
3537
3537
  function Bl() {
3538
3538
  return HS({ sdkVersion: qS });
3539
3539
  }