Skip to content

Commit 74e1d8e

Browse files
Release 0.16.0
1 parent a149b2d commit 74e1d8e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.16.0] - 2026-01-16
44

55
### Added
66

@@ -486,8 +486,9 @@ Initial release featuring core create select logic, accompanying component
486486
blocks and a composed component for convenience.
487487

488488
<!-- prettier-ignore -->
489-
[unreleased]: https://github.com/thisbeyond/solid-select/compare/0.15.1...HEAD
489+
[unreleased]: https://github.com/thisbeyond/solid-select/compare/0.16.0...HEAD
490490

491+
[0.16.0]: https://github.com/thisbeyond/solid-select/compare/0.15.1...0.16.0
491492
[0.15.1]: https://github.com/thisbeyond/solid-select/compare/0.15.0...0.15.1
492493
[0.15.0]: https://github.com/thisbeyond/solid-select/compare/0.14.0...0.15.0
493494
[0.14.0]: https://github.com/thisbeyond/solid-select/compare/0.13.0...0.14.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thisbeyond/solid-select",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "The Select component for Solid.",
55
"info": "A flexible, reactive Select component and core built for use with SolidJS. Supports single or multiple values; static, reactive or dynamic options (including via async fetch); builtin filtering; custom styling and more!",
66
"homepage": "https://solid-select.com",

0 commit comments

Comments
 (0)