Skip to content

Commit

Permalink
chore(release): 1.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.1](v1.7.0...v1.7.1) (2023-02-07)

### Bug Fixes

* **error:** dont remove error attribute when choosing a menu value [#111](#111) ([c421969](c421969))
* **menu:** correct handling of empty dynamic menus [#115](#115) ([0409bb8](0409bb8))

### Performance Improvements

* **actions:** update pipeline dependencies ([e2c7883](e2c7883))
* **deps:** update to latest deps versions ([895afdb](895afdb))
  • Loading branch information
semantic-release-bot committed Feb 7, 2023
1 parent e2c7883 commit 51a3191
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Semantic Release Automated Changelog

## [1.7.1](https://github.com/AlaskaAirlines/auro-combobox/compare/v1.7.0...v1.7.1) (2023-02-07)


### Bug Fixes

* **error:** dont remove error attribute when choosing a menu value [#111](https://github.com/AlaskaAirlines/auro-combobox/issues/111) ([c421969](https://github.com/AlaskaAirlines/auro-combobox/commit/c4219693c87f1154bbcc3ca97ae15aa60d26d2b6))
* **menu:** correct handling of empty dynamic menus [#115](https://github.com/AlaskaAirlines/auro-combobox/issues/115) ([0409bb8](https://github.com/AlaskaAirlines/auro-combobox/commit/0409bb82d6e279192edaf96fe4040239982b8bd5))


### Performance Improvements

* **actions:** update pipeline dependencies ([e2c7883](https://github.com/AlaskaAirlines/auro-combobox/commit/e2c788391b020e00c564f16f08e478bfea302a1f))
* **deps:** update to latest deps versions ([895afdb](https://github.com/AlaskaAirlines/auro-combobox/commit/895afdbb4c5bc13aed1d38d967e27dd86e32dde3))

# [1.7.0](https://github.com/AlaskaAirlines/auro-combobox/compare/v1.6.4...v1.7.0) (2023-01-02)


Expand Down
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": "@aurodesignsystem/auro-combobox",
"version": "1.7.0",
"version": "1.7.1",
"description": "auro-combobox HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 51a3191

Please sign in to comment.