Skip to content

Commit 5ab58b8

Browse files
Release 0.10.0
1 parent 12ebd74 commit 5ab58b8

3 files changed

Lines changed: 6 additions & 5 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.10.0] - 2022-05-26
44

55
### Added
66

@@ -277,8 +277,9 @@ Initial release featuring core create select logic, accompanying component
277277
blocks and a composed component for convenience.
278278

279279
<!-- prettier-ignore -->
280-
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.9.0...HEAD
280+
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.10.0...HEAD
281281

282+
[0.10.0]: https://github.com/thisbeyond/solid-select/compare/0.9.0...0.10.0
282283
[0.9.0]: https://github.com/thisbeyond/solid-select/compare/0.8.0...0.9.0
283284
[0.8.0]: https://github.com/thisbeyond/solid-select/compare/0.7.1...0.8.0
284285
[0.7.1]: https://github.com/thisbeyond/solid-select/compare/0.7.0...0.7.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.9.0",
3+
"version": "0.10.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)