Skip to content

Commit 9df71ea

Browse files
committed
chore: bump version to 0.6.0
1 parent c14271d commit 9df71ea

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2025-01-XX
11+
12+
### Fixed
13+
14+
- **SummaryCard**: Prevent layout shift during loading to data mode transition
15+
- Set explicit height on description skeleton wrapper to match description's rendered height
16+
- Normal mode: includes marginTop spacing (2px between lines)
17+
- Compact mode: accounts for webkit-line-clamp rendering difference (-2px adjustment)
18+
- Button skeleton width now matches actual button width for flat variant (auto-width 160px)
19+
1020
## [0.5.0] - 2025-11-06
1121

1222
### Added

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ainativekit/ui",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "AI Native Kit - Component library for AI-powered applications",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)