@milaboratories/uikit 2.2.77 → 2.2.78

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,11 @@
1
1
  # @milaboratories/uikit
2
2
 
3
+ ## 2.2.78
4
+
5
+ ### Patch Changes
6
+
7
+ - 84656a6: Get rid of .cjs and .umd in ui packages
8
+
3
9
  ## 2.2.77
4
10
 
5
11
  ### Patch Changes
package/dist/pl-uikit.js CHANGED
@@ -7386,7 +7386,7 @@ const qp = ue.object({
7386
7386
  label: ue.string()
7387
7387
  });
7388
7388
  ue.array(qp);
7389
- const Wp = "1.32.1";
7389
+ const Wp = "1.33.2";
7390
7390
  function it() {
7391
7391
  return Up({ sdkVersion: Wp });
7392
7392
  }