Skip to content

Commit 7bc9d32

Browse files
Release 0.9.0
1 parent 753f624 commit 7bc9d32

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.9.0] - 2022-04-09
44

55
### Added
66

@@ -254,8 +254,9 @@ Initial release featuring core create select logic, accompanying component
254254
blocks and a composed component for convenience.
255255

256256
<!-- prettier-ignore -->
257-
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.8.0...HEAD
257+
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.9.0...HEAD
258258

259+
[0.9.0]: https://github.com/thisbeyond/solid-select/compare/0.8.0...0.9.0
259260
[0.8.0]: https://github.com/thisbeyond/solid-select/compare/0.7.1...0.8.0
260261
[0.7.1]: https://github.com/thisbeyond/solid-select/compare/0.7.0...0.7.1
261262
[0.7.0]: https://github.com/thisbeyond/solid-select/compare/0.6.0...0.7.0

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