You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: packages/ui-kit/CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# @etherisc/ui-kit
2
2
3
+
## 0.4.3
4
+
5
+
### Patch Changes
6
+
7
+
-**Synchronize develop branch with release version**
8
+
9
+
## Version Synchronization Fix
10
+
11
+
The develop branch is now ahead of the v0.4.2 release due to the PR merge process. This patch release synchronizes the version to match the current state of the develop branch.
12
+
13
+
### Changes Included
14
+
15
+
- All components and fixes from the merged PR #45
16
+
- Missing dependencies properly included
17
+
- Full test suite passing (952/952 tests)
18
+
- Complete shadcn/ui components implementation
19
+
- API standardization with backward compatibility
20
+
21
+
This ensures the published package matches exactly what's in the develop branch.
0 commit comments