Skip to content

Commit

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

## [0.2.0](https://github.com/balsigergil/bloum/compare/v0.1.3...v0.2.0) (2024-01-27)


### Features

* **accordion:** add accordion component ([880fbcb](https://github.com/balsigergil/bloum/commit/880fbcbf45701fe625fec8ab2a786e2c5a69f5ce))
* **accordion:** add modern style ([9f02b28](https://github.com/balsigergil/bloum/commit/9f02b286623cd61bbb527bc2821bfa5abccbc4de))
* **collapse:** add collapse component ([8254ece](https://github.com/balsigergil/bloum/commit/8254ece53f37adac4ac438a6cfe5976f1670de2c))
* **select:** add disabled attribute ([21d6a42](https://github.com/balsigergil/bloum/commit/21d6a42a2b3f4905c4bf4619860e5a38689fd440))


### Bug Fixes

* **modal:** focus first element if current not in modal ([988d8c8](https://github.com/balsigergil/bloum/commit/988d8c8170d897bdc89a6d4f7b6277130cb81ca3))
* **select:** placeholder text is dimmed only if searchable ([fc3d972](https://github.com/balsigergil/bloum/commit/fc3d9729a8c7f61faea4ced88cb289d3653bc17e))

## [0.1.3](https://github.com/balsigergil/bloum/compare/v0.1.2...v0.1.3) (2024-01-26)


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

0 comments on commit d029dd6

Please sign in to comment.