Skip to content

Commit f77770a

Browse files
Release 0.13.0
1 parent 1984474 commit f77770a

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.13.0] - 2022-09-12
44

55
### Changed
66

@@ -319,8 +319,9 @@ Initial release featuring core create select logic, accompanying component
319319
blocks and a composed component for convenience.
320320

321321
<!-- prettier-ignore -->
322-
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.12.0...HEAD
322+
[unreleased]: https://github.com/thisbeyond/solid-select/compare/0.13.0...HEAD
323323

324+
[0.13.0]: https://github.com/thisbeyond/solid-select/compare/0.12.0...0.13.0
324325
[0.12.0]: https://github.com/thisbeyond/solid-select/compare/0.11.0...0.12.0
325326
[0.11.0]: https://github.com/thisbeyond/solid-select/compare/0.10.0...0.11.0
326327
[0.10.0]: https://github.com/thisbeyond/solid-select/compare/0.9.0...0.10.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.12.0",
3+
"version": "0.13.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)