Skip to content

Commit

Permalink
release: v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Jun 25, 2023
1 parent 356e028 commit 7342b88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.4.3](https://github.com/tobyzerner/inclusive-elements/compare/v0.4.2...v0.4.3) (2023-06-25)


### Bug Fixes

* **alerts:** fix previous alert with same key not being dismissed ([356e028](https://github.com/tobyzerner/inclusive-elements/commit/356e02867ac9f8c8755a4acf2d0b1d5355be1c6b))
* update hello-goodbye to fix transitions not running reliably ([89f23df](https://github.com/tobyzerner/inclusive-elements/commit/89f23df5a896e912a7ddc52b23842a3ba39be027))

### [0.4.2](https://github.com/tobyzerner/inclusive-elements/compare/v0.4.1...v0.4.2) (2023-06-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inclusive-elements",
"version": "0.4.2",
"version": "0.4.3",
"description": "Accessible, lightweight, unstyled implementations of common UI controls.",
"module": "dist/inclusive-elements.js",
"type": "module",
Expand Down

0 comments on commit 7342b88

Please sign in to comment.