Skip to content

Commit 7b43e5f

Browse files
Release 0.1.0
1 parent 559e4d0 commit 7b43e5f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.1.0] - 2022-01-23
44

55
Initial release featuring core create select logic, accompanying component
66
blocks and a composed component for convenience.
77

88
<!-- prettier-ignore -->
9-
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/...HEAD
9+
[Unreleased]: https://github.com/thisbeyond/solid-select/compare/0.1.0...HEAD
10+
11+
[0.1.0]: https://github.com/thisbeyond/solid-select/compare/null...0.1.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.0.0",
3+
"version": "0.1.0",
44
"description": "The Select component for Solid.",
55
"homepage": "https://github.com/thisbeyond/solid-select#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)