Skip to content

Commit

Permalink
chore(release): 8.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [8.1.3](v8.1.2...v8.1.3) (2024-11-05)

### Bug Fixes

* register default component on index page [#173](#173) ([fd0bc01](fd0bc01))

### Performance Improvements

* update dependencies ([b1b21ea](b1b21ea))
* update rollup config ([37244c7](37244c7))
* update to support latest version of auro-icon ([50693bd](50693bd))
  • Loading branch information
semantic-release-bot committed Nov 5, 2024
1 parent 50693bd commit e431a34
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
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

## [8.1.3](https://github.com/AlaskaAirlines/auro-button/compare/v8.1.2...v8.1.3) (2024-11-05)


### Bug Fixes

* register default component on index page [#173](https://github.com/AlaskaAirlines/auro-button/issues/173) ([fd0bc01](https://github.com/AlaskaAirlines/auro-button/commit/fd0bc017453eb12afe49b0534f2a7221513a0368))


### Performance Improvements

* update dependencies ([b1b21ea](https://github.com/AlaskaAirlines/auro-button/commit/b1b21eae9a8ec4ddb0775d85dcf203b4489b7d6a))
* update rollup config ([37244c7](https://github.com/AlaskaAirlines/auro-button/commit/37244c7825b45c4373972a35c50177d23227b1f8))
* update to support latest version of auro-icon ([50693bd](https://github.com/AlaskaAirlines/auro-button/commit/50693bd45bd05a4446fd337cc8c24f16cca2bdcd))

## [8.1.2](https://github.com/AlaskaAirlines/auro-button/compare/v8.1.1...v8.1.2) (2024-10-31)


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/design-tokens@4.9.2/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-button@8.1.2/dist/auro-button__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-button@8.1.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.1.2",
"version": "8.1.3",
"description": "Auro custom auro-button element",
"author": "Product design and research",
"repository": {
Expand Down

0 comments on commit e431a34

Please sign in to comment.