@platforma-sdk/ui-vue 1.22.1 → 1.22.2

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