@semcore/ui 15.16.0 → 15.16.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 +7 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
## [15.16.
|
|
1
|
+
## [15.16.1] - 2023-09-08
|
|
2
|
+
|
|
3
|
+
### @semcore/date-picker
|
|
4
|
+
|
|
5
|
+
- **Fixed** Navigation arrow in calendar that were navigating to the next month/year was visually displayed as a navigation arrow to the previous month/year.
|
|
6
|
+
|
|
7
|
+
## [15.16.0] - 2023-09-05
|
|
2
8
|
|
|
3
9
|
### @semcore/icon
|
|
4
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "15.16.
|
|
3
|
+
"version": "15.16.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@semcore/core": "2.6.1",
|
|
20
20
|
"@semcore/counter": "3.6.1",
|
|
21
21
|
"@semcore/data-table": "4.10.0",
|
|
22
|
-
"@semcore/date-picker": "4.8.
|
|
22
|
+
"@semcore/date-picker": "4.8.1",
|
|
23
23
|
"@semcore/divider": "4.6.1",
|
|
24
24
|
"@semcore/dot": "5.6.1",
|
|
25
25
|
"@semcore/drag-and-drop": "3.10.0",
|