@platforma-sdk/ui-vue 1.28.0 → 1.28.1

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.28.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [69bd963]
8
+ - @platforma-sdk/model@1.28.1
9
+ - @milaboratories/uikit@2.2.64
10
+
3
11
  ## 1.28.0
4
12
 
5
13
  ### Patch Changes
package/dist/lib.js CHANGED
@@ -3145,7 +3145,7 @@ const g2 = it.object({
3145
3145
  label: it.string()
3146
3146
  });
3147
3147
  it.array(g2);
3148
- const y2 = "1.28.0";
3148
+ const y2 = "1.28.1";
3149
3149
  function Ja() {
3150
3150
  return v2({ sdkVersion: y2 });
3151
3151
  }
@@ -11077,7 +11077,7 @@ const kN = at.object({
11077
11077
  label: at.string()
11078
11078
  });
11079
11079
  at.array(kN);
11080
- const EN = "1.28.0";
11080
+ const EN = "1.28.1";
11081
11081
  function pi() {
11082
11082
  return xN({ sdkVersion: EN });
11083
11083
  }