@platforma-sdk/ui-vue 1.22.59 → 1.22.82

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,27 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.22.82
4
+
5
+ ### Patch Changes
6
+
7
+ - 13e3124: added new type for columns
8
+ - Updated dependencies [13e3124]
9
+ - @milaboratories/uikit@2.2.59
10
+
11
+ ## 1.22.64
12
+
13
+ ### Patch Changes
14
+
15
+ - e06efcd: Pin and standardize dependency versions for network and utility libraries to ensure consistent builds and prevent unexpected behavior from minor version changes. Changes include:
16
+
17
+ - Pin `@protobuf-ts/*` packages to version 2.9.4 using YAML anchors
18
+ - Pin AWS SDK packages to version 3.750.0
19
+ - Change `undici` from `^7.2.3` to `~7.2.3` (only patch updates)
20
+ - Change `@grpc/grpc-js` from `^1.12.6` to `~1.12.6` (only patch updates)
21
+ - Change `cacheable-lookup` from `^6.1.0` to `~6.1.0` (only patch updates)
22
+ - Change `canonicalize` from `^2.0.0` to `~2.0.0` (only patch updates)
23
+ - Pin `quickjs-emscripten` to exact version 0.31.0
24
+
3
25
  ## 1.22.59
4
26
 
5
27
  ### Patch Changes