Skip to content

Commit 2870d96

Browse files
Release 0.15.1
1 parent 6661043 commit 2870d96

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.15.1] - 2026-01-11
44

55
### Added
66

@@ -471,8 +471,9 @@ Initial release featuring core create select logic, accompanying component
471471
blocks and a composed component for convenience.
472472

473473
<!-- prettier-ignore -->
474-
[unreleased]: https://github.com/thisbeyond/solid-select/compare/0.15.0...HEAD
474+
[unreleased]: https://github.com/thisbeyond/solid-select/compare/0.15.1...HEAD
475475

476+
[0.15.1]: https://github.com/thisbeyond/solid-select/compare/0.15.0...0.15.1
476477
[0.15.0]: https://github.com/thisbeyond/solid-select/compare/0.14.0...0.15.0
477478
[0.14.0]: https://github.com/thisbeyond/solid-select/compare/0.13.0...0.14.0
478479
[0.13.0]: https://github.com/thisbeyond/solid-select/compare/0.12.0...0.13.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.0",
3+
"version": "0.15.1",
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)