Skip to content

Commit

Permalink
chore(release): 8.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.1.1](v8.1.0...v8.1.1) (2024-10-30)

### Bug Fixes

* limit auro-library version to patch updates ([e4a5bf4](e4a5bf4))
* re-run build ([025974a](025974a))
* rollback auro-library to fix generateDoc scripting ([dc20179](dc20179))
  • Loading branch information
semantic-release-bot committed Oct 30, 2024
1 parent 025974a commit 957b02f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Semantic Release Automated Changelog

## [8.1.1](https://github.com/AlaskaAirlines/auro-button/compare/v8.1.0...v8.1.1) (2024-10-30)


### Bug Fixes

* limit auro-library version to patch updates ([e4a5bf4](https://github.com/AlaskaAirlines/auro-button/commit/e4a5bf4aaa87ee65ff49940005ca0aaaba16483d))
* re-run build ([025974a](https://github.com/AlaskaAirlines/auro-button/commit/025974a0f77576688ed216f89c6faf777f5fdfa7))
* rollback auro-library to fix generateDoc scripting ([dc20179](https://github.com/AlaskaAirlines/auro-button/commit/dc20179c4e0d91761c37ef5a2c53c56864cb019b))

# [8.1.0](https://github.com/AlaskaAirlines/auro-button/compare/v8.0.1...v8.1.0) (2024-10-23)


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.0/dist/auro-button__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-button@8.1.1/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.0",
"version": "8.1.1",
"description": "Auro custom auro-button element",
"author": "Product design and research",
"repository": {
Expand Down

0 comments on commit 957b02f

Please sign in to comment.