Skip to content

Commit

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

### Features

* update auro-library to 3.0.1 ([9d58b78](9d58b78))

### Performance Improvements

* update library to 3.0.2 ([478b6de](478b6de))
  • Loading branch information
semantic-release-bot committed Nov 15, 2024
1 parent 478b6de commit 765c489
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.0](https://github.com/AlaskaAirlines/auro-button/compare/v8.1.3...v8.2.0) (2024-11-15)


### Features

* update auro-library to 3.0.1 ([9d58b78](https://github.com/AlaskaAirlines/auro-button/commit/9d58b787c830c947a5899b9a865c5ebbba8ac0da))


### Performance Improvements

* update library to 3.0.2 ([478b6de](https://github.com/AlaskaAirlines/auro-button/commit/478b6deb10012d0d028aa143fc2886db6d243f7c))

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


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

0 comments on commit 765c489

Please sign in to comment.