Skip to content

Commit 0bae570

Browse files
committed
Add missing export for Details component
1 parent fcda638 commit 0bae570

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
66

7+
## [0.8.12] - 2025-04-20
8+
### Added
9+
* *Nothing*
10+
11+
### Changed
12+
* *Nothing*
13+
14+
### Deprecated
15+
* *Nothing*
16+
17+
### Removed
18+
* *Nothing*
19+
20+
### Fixed
21+
* Add missing export for `Details` component.
22+
23+
724
## [0.8.11] - 2025-04-20
825
### Added
926
* Add default tailwind styles for `code` elements.

src/tailwind/content/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
export * from './Details';
12
export * from './Listbox';
23
export * from './Table';

0 commit comments

Comments
 (0)