Skip to content

Commit a52fb40

Browse files
Release 0.12.0
1 parent b33806a commit a52fb40

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.12.0] - 2022-07-29
44

55
### Changed
66

@@ -312,8 +312,9 @@ Initial release featuring core create select logic, accompanying component
312312
blocks and a composed component for convenience.
313313

314314
<!-- prettier-ignore -->
315-
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.11.0...HEAD
315+
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.12.0...HEAD
316316

317+
[0.12.0]: https://github.com/thisbeyond/solid-select/compare/0.11.0...0.12.0
317318
[0.11.0]: https://github.com/thisbeyond/solid-select/compare/0.10.0...0.11.0
318319
[0.10.0]: https://github.com/thisbeyond/solid-select/compare/0.9.0...0.10.0
319320
[0.9.0]: https://github.com/thisbeyond/solid-select/compare/0.8.0...0.9.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.11.0",
3+
"version": "0.12.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)