Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-02-23)

### Bug Fixes

* **dependency:** use menu depency rather than peer to fix race condition ([3f3db40](3f3db40))
* **git:** fix workflow node version ([027fb02](027fb02))
* update element to support new menu API [#32](#32) [#33](#33) [#29](#29) ([cba7f68](cba7f68))

### Features

* **a11y:** trap tabindex while dropdown is expanded ([1abb75f](1abb75f))
* **API:** expose value ([0114255](0114255))
* **API:** initial code dump ([ba0281a](ba0281a))
* **menu:** auto-focus menu when dropdown opens ([d48c5ee](d48c5ee))
  • Loading branch information
semantic-release-bot committed Feb 23, 2022
1 parent 82201cf commit 16e7c9a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Semantic Release Automated Changelog

# 1.0.0 (2022-02-23)


### Bug Fixes

* **dependency:** use menu depency rather than peer to fix race condition ([3f3db40](https://github.com/AlaskaAirlines/auro-select/commit/3f3db40de5500c40543347b99ff6ded38361d71f))
* **git:** fix workflow node version ([027fb02](https://github.com/AlaskaAirlines/auro-select/commit/027fb029a2881692b26ac8b67eb2cc33315465f1))
* update element to support new menu API [#32](https://github.com/AlaskaAirlines/auro-select/issues/32) [#33](https://github.com/AlaskaAirlines/auro-select/issues/33) [#29](https://github.com/AlaskaAirlines/auro-select/issues/29) ([cba7f68](https://github.com/AlaskaAirlines/auro-select/commit/cba7f686e79fd5401cfb9bc4f6134a3fbfe834a0))


### Features

* **a11y:** trap tabindex while dropdown is expanded ([1abb75f](https://github.com/AlaskaAirlines/auro-select/commit/1abb75f824652028b9efac2f5da3db18879f9848))
* **API:** expose value ([0114255](https://github.com/AlaskaAirlines/auro-select/commit/011425506239e22f1371a6a504cb4ba2d03450c8))
* **API:** initial code dump ([ba0281a](https://github.com/AlaskaAirlines/auro-select/commit/ba0281aaf6045abe9ceb178d405193fbc70c66c3))
* **menu:** auto-focus menu when dropdown opens ([d48c5ee](https://github.com/AlaskaAirlines/auro-select/commit/d48c5ee2d4bb46ca8181d1953a6a445b50400612))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"================================================================================"
],
"name": "@aurolabs/auro-select",
"version": "0.0.0",
"version": "1.0.0",
"description": "auro-select HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 16e7c9a

Please sign in to comment.