@semcore/ui 15.3.0-beta.0 → 15.3.1-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,8 +1,14 @@
1
- ## [15.3.0-beta.0] - 2023-08-03
1
+ ## [15.3.1-beta.0] - 2023-08-07
2
2
 
3
- ### @semcore/button
3
+ ### @semcore/utils
4
+
5
+ - **Fixed** Fixed core invalid peer dependencies warning.
6
+
7
+ ## [15.2.4] - 2023-08-04
8
+
9
+ ### @semcore/ellipsis
4
10
 
5
- - **Changed** Test prerelease change 2. Nothing actually changed.
11
+ - **Fixed** Component build output was corrupted after the previous change.
6
12
 
7
13
  ## [15.2.3] - 2023-08-02
8
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semcore/ui",
3
- "version": "15.3.0-beta.0",
3
+ "version": "15.3.1-beta.0",
4
4
  "license": "MIT",
5
5
  "module": "./index.mjs",
6
6
  "sideEffects": false,
@@ -26,7 +26,7 @@
26
26
  "@semcore/dropdown": "4.1.0",
27
27
  "@semcore/dropdown-menu": "4.1.0",
28
28
  "@semcore/d3-chart": "3.2.0",
29
- "@semcore/ellipsis": "2.1.2",
29
+ "@semcore/ellipsis": "2.1.3",
30
30
  "@semcore/email": "1.0.2",
31
31
  "@semcore/errors": "4.1.0",
32
32
  "@semcore/feature-popover": "4.2.0",