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

Commit 36009dc

Browse files
author
Developer
committed
chore: release @etherisc/ui-kit@0.6.1
1 parent f3d40a7 commit 36009dc

File tree

4 files changed

+23
-2
lines changed

4 files changed

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

packages/ui-kit/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- Fix DataTable pagination dropdown sync and AppShell border styling issues
8+
9+
- **DataTable**: Fixed pagination dropdown synchronization where custom page sizes weren't included in dropdown options
10+
- **DataTable**: Enhanced smart pagination configuration with automatic deduplication and proper sorting
11+
- **AppShell**: Replaced hard-coded colors with design system tokens for consistent theming
12+
- **AppShell**: Updated all components (AppShell, AppShellTopBar, ContentWrapper) for proper dark/light mode support
13+
- **MarkdownEditor**: Fixed text color consistency using design system tokens
14+
15+
Closes #60, #61
16+
317
## 0.6.0
418

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

0 commit comments

Comments
 (0)