Skip to content

Commit

Permalink
chore(release): 8.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [8.2.3](v8.2.2...v8.2.3) (2025-01-14)

### Bug Fixes

* add form awareness support to button ([1cc962a](1cc962a))
* add null handling when attachInternals is not available ([43479dd](43479dd))
* better null handling on form ([ec6545c](ec6545c))
* make surfaceSubmitEvent use this.form ([009d205](009d205))
* use older method of declaring static properties ([d6dbe17](d6dbe17))
* use requestSubmit and update test ([aff2768](aff2768))
  • Loading branch information
semantic-release-bot committed Jan 14, 2025
1 parent 009d205 commit 2b04326
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Semantic Release Automated Changelog

## [8.2.3](https://github.com/AlaskaAirlines/auro-button/compare/v8.2.2...v8.2.3) (2025-01-14)


### Bug Fixes

* add form awareness support to button ([1cc962a](https://github.com/AlaskaAirlines/auro-button/commit/1cc962a14e1372616a3856d32e85c9513c93a88c))
* add null handling when attachInternals is not available ([43479dd](https://github.com/AlaskaAirlines/auro-button/commit/43479dd18deffda4e05ebba65cae0483f09cd918))
* better null handling on form ([ec6545c](https://github.com/AlaskaAirlines/auro-button/commit/ec6545c1adc67ce65ca6cc2ba815a5c88a00a002))
* make surfaceSubmitEvent use this.form ([009d205](https://github.com/AlaskaAirlines/auro-button/commit/009d205d94a7be2b6ae4996d05947c7d973af606))
* use older method of declaring static properties ([d6dbe17](https://github.com/AlaskaAirlines/auro-button/commit/d6dbe177addb8fb332883079466a199a58a1ecda))
* use requestSubmit and update test ([aff2768](https://github.com/AlaskaAirlines/auro-button/commit/aff2768099bd3d492603f87a1deb57623d49edf2))

## [8.2.2](https://github.com/AlaskaAirlines/auro-button/compare/v8.2.1...v8.2.2) (2024-12-20)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].2/dist/auro-button__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].3/dist/auro-button__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
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-button",
"version": "8.2.2",
"version": "8.2.3",
"description": "Auro custom auro-button element",
"author": "Product design and research",
"repository": {
Expand Down

0 comments on commit 2b04326

Please sign in to comment.