Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balsigergil committed Jan 21, 2024
1 parent 2b3a709 commit f1a1986
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.2](https://github.com/balsigergil/bloum/compare/v0.1.1...v0.1.2) (2024-01-21)


### Bug Fixes

* **closeButton:** fire click event when Enter or space is pressed ([0a0f091](https://github.com/balsigergil/bloum/commit/0a0f0918535f1c1dde50a93d2522e17cee23e7a2))
* **modal:** no focusable element on open ([55b5b0e](https://github.com/balsigergil/bloum/commit/55b5b0ed2f0777e45c240dc225569d8333019c8d))
* **select:** click on input should open the menu ([ea2e4a0](https://github.com/balsigergil/bloum/commit/ea2e4a06929d93f9211c977e2d7f79a180b0a572))

## [0.1.1](https://github.com/balsigergil/bloum/compare/v0.1.0...v0.1.1) (2024-01-21)


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": "bloum",
"version": "0.1.1",
"version": "0.1.2",
"author": "Gil Balsiger <[email protected]>",
"description": "A lightweight yet powerful library of unstyled web components.",
"license": "MIT",
Expand Down

0 comments on commit f1a1986

Please sign in to comment.