Skip to content

Commit

Permalink
chore(release): 1.6.0-beta.10 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0-beta.10](v1.6.0-beta.9...v1.6.0-beta.10) (2024-12-30)

### Bug Fixes

* force focus state to dropdown.trigger as `document.activeElement` stays in body even with clicking [#129](#129) ([ce65f18](ce65f18))
* remove extra focus line on chrome ([681e1b4](681e1b4))
* replace `box-shadow` with `outline` ([70c3d3d](70c3d3d))

### Performance Improvements

* update auro-library to fix the focus issue ([1548d20](1548d20))
* update component dependencies ([81dbb5b](81dbb5b))
  • Loading branch information
semantic-release-bot committed Dec 30, 2024
1 parent 81dbb5b commit 9ecd2ae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Semantic Release Automated Changelog

# [1.6.0-beta.10](https://github.com/AlaskaAirlines/auro-formkit/compare/v1.6.0-beta.9...v1.6.0-beta.10) (2024-12-30)


### Bug Fixes

* force focus state to dropdown.trigger as `document.activeElement` stays in body even with clicking [#129](https://github.com/AlaskaAirlines/auro-formkit/issues/129) ([ce65f18](https://github.com/AlaskaAirlines/auro-formkit/commit/ce65f185e90c652886bae07d62d1db4143153e73))
* remove extra focus line on chrome ([681e1b4](https://github.com/AlaskaAirlines/auro-formkit/commit/681e1b47c931c607d58b5fd1e2530eb63604aa03))
* replace `box-shadow` with `outline` ([70c3d3d](https://github.com/AlaskaAirlines/auro-formkit/commit/70c3d3deeb53477e6a2cb6f87190d8fe6e2950ae))


### Performance Improvements

* update auro-library to fix the focus issue ([1548d20](https://github.com/AlaskaAirlines/auro-formkit/commit/1548d2081b16987d824ad81b83574f17cc6fe226))
* update component dependencies ([81dbb5b](https://github.com/AlaskaAirlines/auro-formkit/commit/81dbb5bcc45a8992eb008259c7a071e0b40030de))

# [1.6.0-beta.9](https://github.com/AlaskaAirlines/auro-formkit/compare/v1.6.0-beta.8...v1.6.0-beta.9) (2024-12-27)


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": "@aurodesignsystem/auro-formkit",
"version": "1.6.0-beta.9",
"version": "1.6.0-beta.10",
"description": "A collection of web components used to build forms.",
"type": "module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9ecd2ae

Please sign in to comment.