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

Commit ae5ce0c

Browse files
author
Developer
committed
chore: release v0.3.0 with TypeScript declarations fix
1 parent 2caabcc commit ae5ce0c

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

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

packages/ui-kit/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Fix TypeScript declarations generation with tsup
8+
9+
- Replace complex manual build setup with tsup specialized TypeScript library bundler
10+
- Automatic TypeScript declarations generation for all components including Select
11+
- Proper React component support with JSX handling
12+
- Multiple output formats (ESM + CommonJS) with proper browser compatibility
13+
- Simplified build process to single command
14+
- Resolves missing TypeScript declaration files in published package (issue #41)
15+
316
## 0.2.1
417

518
### 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.1",
3+
"version": "0.3.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)