@platforma-sdk/ui-vue 1.28.4 → 1.29.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.29.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fed27f0]
8
+ - @platforma-sdk/model@1.29.0
9
+ - @milaboratories/uikit@2.2.66
10
+
3
11
  ## 1.28.4
4
12
 
5
13
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -3126,7 +3126,7 @@ const v2 = Se.object({
3126
3126
  label: Se.string()
3127
3127
  });
3128
3128
  Se.array(v2);
3129
- const g2 = "1.28.4";
3129
+ const g2 = "1.29.0";
3130
3130
  function Qa() {
3131
3131
  return m2({ sdkVersion: g2 });
3132
3132
  }
@@ -11077,7 +11077,7 @@ const CN = at.object({
11077
11077
  label: at.string()
11078
11078
  });
11079
11079
  at.array(CN);
11080
- const EN = "1.28.4";
11080
+ const EN = "1.29.0";
11081
11081
  function pi() {
11082
11082
  return kN({ sdkVersion: EN });
11083
11083
  }