Skip to content

Commit

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

### Bug Fixes

* change a custom color token on pill example doc ([739c1b9](739c1b9))

### Features

* upgrade auro-library to 3.0.1 ([d343934](d343934))

### Performance Improvements

* update library to 3.0.2 ([c7bc246](c7bc246))
  • Loading branch information
semantic-release-bot committed Nov 15, 2024
1 parent 739c1b9 commit 7b2afb9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Semantic Release Automated Changelog

# [3.3.0](https://github.com/AlaskaAirlines/auro-badge/compare/v3.2.0...v3.3.0) (2024-11-15)


### Bug Fixes

* change a custom color token on pill example doc ([739c1b9](https://github.com/AlaskaAirlines/auro-badge/commit/739c1b917dae44ace2eb40b5235915f7b489fe8a))


### Features

* upgrade auro-library to 3.0.1 ([d343934](https://github.com/AlaskaAirlines/auro-badge/commit/d343934ced73e5cc55c2f8f23afce30a511c333e))


### Performance Improvements

* update library to 3.0.2 ([c7bc246](https://github.com/AlaskaAirlines/auro-badge/commit/c7bc2464a099497dc1061532bde5a64d8f981e12))

# [3.2.0](https://github.com/AlaskaAirlines/auro-badge/compare/v3.1.0...v3.2.0) (2024-11-01)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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-badge@3.2.0/dist/auro-badge__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-badge@3.3.0/dist/auro-badge__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 @@ -8,7 +8,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-badge",
"version": "3.2.0",
"version": "3.3.0",
"description": "Auro custom auro-badge element",
"author": "Product design and research",
"engines": {
Expand Down

0 comments on commit 7b2afb9

Please sign in to comment.