@semcore/ui 15.2.1 → 15.3.0-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 +6 -6
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,3 @@
1
- ## [15.2.1] - 2023-08-01
2
-
3
- ### @semcore/data-table
4
-
5
- - **Fixed** Using special characters and spaces in the data keys were braking columns width.
6
-
7
1
  ## [15.2.0] - 2023-08-01
8
2
 
9
3
  ### @semcore/core
@@ -4925,6 +4919,12 @@
4925
4919
  - **Added** Добавлен hook usePreventScroll, блокирующий скролл страницы
4926
4920
  - **Added** Добавилась возможность передавать ref в element для useEventListener.
4927
4921
 
4922
+ ## [15.3.0-0] - 2023-08-01
4923
+
4924
+ ### @semcore/button
4925
+
4926
+ - **Changed** Test prerelease change. Nothing actually changed.
4927
+
4928
4928
  ## [0.0.1] - 2020-07-27
4929
4929
 
4930
4930
  ### Global
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semcore/ui",
3
- "version": "15.2.1",
3
+ "version": "15.3.0-0",
4
4
  "license": "MIT",
5
5
  "module": "./index.mjs",
6
6
  "sideEffects": false,