@platforma-sdk/ui-vue 1.30.1 → 1.30.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.30.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d42b276]
8
+ - @platforma-sdk/model@1.30.3
9
+ - @milaboratories/uikit@2.2.71
10
+
3
11
  ## 1.30.1
4
12
 
5
13
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -3130,7 +3130,7 @@ const L2 = Ce.object({
3130
3130
  label: Ce.string()
3131
3131
  });
3132
3132
  Ce.array(L2);
3133
- const M2 = "1.30.0";
3133
+ const M2 = "1.30.3";
3134
3134
  function D2(t) {
3135
3135
  const e = t.type;
3136
3136
  switch (e) {
@@ -11181,7 +11181,7 @@ const XP = at.object({
11181
11181
  label: at.string()
11182
11182
  });
11183
11183
  at.array(XP);
11184
- const YP = "1.30.0";
11184
+ const YP = "1.30.3";
11185
11185
  function yi() {
11186
11186
  return KP({ sdkVersion: YP });
11187
11187
  }