Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpengellyphillips committed May 26, 2022
1 parent 326935b commit 552c5d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.11.0] - 2022-05-26

### Changed

Expand Down Expand Up @@ -299,8 +299,9 @@ Initial release featuring core create select logic, accompanying component
blocks and a composed component for convenience.
<!-- prettier-ignore -->
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.10.0...HEAD
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.11.0...HEAD
[0.11.0]: https://github.com/thisbeyond/solid-select/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/thisbeyond/solid-select/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/thisbeyond/solid-select/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/thisbeyond/solid-select/compare/0.7.1...0.8.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thisbeyond/solid-select",
"version": "0.10.0",
"version": "0.11.0",
"description": "The Select component for Solid.",
"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!",
"homepage": "https://solid-select.com",
Expand Down

0 comments on commit 552c5d7

Please sign in to comment.