Skip to content

Commit 552c5d7

Browse files
Release 0.11.0
1 parent 326935b commit 552c5d7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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.11.0] - 2022-05-26
44

55
### Changed
66

@@ -299,8 +299,9 @@ Initial release featuring core create select logic, accompanying component
299299
blocks and a composed component for convenience.
300300

301301
<!-- prettier-ignore -->
302-
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.10.0...HEAD
302+
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.11.0...HEAD
303303

304+
[0.11.0]: https://github.com/thisbeyond/solid-select/compare/0.10.0...0.11.0
304305
[0.10.0]: https://github.com/thisbeyond/solid-select/compare/0.9.0...0.10.0
305306
[0.9.0]: https://github.com/thisbeyond/solid-select/compare/0.8.0...0.9.0
306307
[0.8.0]: https://github.com/thisbeyond/solid-select/compare/0.7.1...0.8.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.10.0",
3+
"version": "0.11.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)