Skip to content

Commit cb48948

Browse files
Release 0.15.0
1 parent 8e24e11 commit cb48948

2 files changed

Lines changed: 5 additions & 4 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.0] - 2024-07-06
44

55
A focus on improving the ergonomics of `createOptions` to cover more use cases
66
whilst maintaining a good level of opinionated sensible defaults. Check out the
@@ -458,8 +458,9 @@ Initial release featuring core create select logic, accompanying component
458458
blocks and a composed component for convenience.
459459

460460
<!-- prettier-ignore -->
461-
[unreleased]: https://github.com/thisbeyond/solid-select/compare/0.14.0...HEAD
461+
[unreleased]: https://github.com/thisbeyond/solid-select/compare/0.15.0...HEAD
462462

463+
[0.15.0]: https://github.com/thisbeyond/solid-select/compare/0.14.0...0.15.0
463464
[0.14.0]: https://github.com/thisbeyond/solid-select/compare/0.13.0...0.14.0
464465
[0.13.0]: https://github.com/thisbeyond/solid-select/compare/0.12.0...0.13.0
465466
[0.12.0]: https://github.com/thisbeyond/solid-select/compare/0.11.0...0.12.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thisbeyond/solid-select",
3-
"version": "0.14.0",
3+
"version": "0.15.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",
@@ -82,4 +82,4 @@
8282
"node": ">=18.0.0",
8383
"pnpm": ">=9.0.0"
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)