Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 6507c4d

Browse files
author
Developer
committed
chore: release v0.4.3 - sync develop branch with release version
1 parent cbeb319 commit 6507c4d

4 files changed

Lines changed: 29 additions & 2 deletions

File tree

packages/showcase/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @org/showcase
22

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @etherisc/ui-kit@0.4.3
9+
310
## 0.1.8
411

512
### Patch Changes

packages/showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@org/showcase",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/ui-kit/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @etherisc/ui-kit
22

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.
22+
323
## 0.4.2
424

525
### Patch Changes

packages/ui-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@etherisc/ui-kit",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"type": "module",
55
"license": "Apache-2.0",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)