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

Commit bf57127

Browse files
author
Developer
committed
chore: release v0.2.1 with Select component export fix
1 parent 7e04ac5 commit bf57127

5 files changed

Lines changed: 19 additions & 11 deletions

File tree

.changeset/fix-select-component-export.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7e04ac5]
8+
- @etherisc/ui-kit@0.2.1
9+
310
## 0.1.3
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.3",
3+
"version": "0.1.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/ui-kit/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 7e04ac5: fix: ensure Select component is properly exported with TypeScript declarations
8+
9+
The Select component was implemented but not being exported due to a build configuration issue where TypeScript declarations weren't being generated properly. This fix updates the build script to ensure all component declarations are generated and exported correctly.
10+
11+
Fixes #39
12+
313
## 0.2.0
414

515
### 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.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"license": "Apache-2.0",
66
"main": "./dist/ui-kit.umd.cjs",

0 commit comments

Comments
 (0)