Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.5.0...v5.0.0) (2024-09-23)

### Bug Fixes

* update color name based on new design tokens ([8343796](8343796))

### Performance Improvements

* refactor custom component registration config ([8ffc453](8ffc453))
* update dependencies and lint configs ([caf2be8](caf2be8))
* use auro-library component tag rename ([6cf581b](6cf581b))

### BREAKING CHANGES

* trigger major release for color theming support
  • Loading branch information
semantic-release-bot committed Sep 23, 2024
1 parent 8343796 commit 6fce135
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Semantic Release Automated Changelog

# [5.0.0](https://github.com/AlaskaAirlines/auro-icon/compare/v4.5.0...v5.0.0) (2024-09-23)


### Bug Fixes

* update color name based on new design tokens ([8343796](https://github.com/AlaskaAirlines/auro-icon/commit/8343796dbc86b65d21c19c6c5842f781c2cd515d))


### Performance Improvements

* refactor custom component registration config ([8ffc453](https://github.com/AlaskaAirlines/auro-icon/commit/8ffc453d6efcaeb41b59fdc93fcd651a211c76ac))
* update dependencies and lint configs ([caf2be8](https://github.com/AlaskaAirlines/auro-icon/commit/caf2be84a908727fb95a15832a0ead1c48e4e864))
* use auro-library component tag rename ([6cf581b](https://github.com/AlaskaAirlines/auro-icon/commit/6cf581bd6fce91ded4caffc3b28b3acd8d95a974))


### BREAKING CHANGES

* trigger major release for color theming support

# [4.5.0](https://github.com/AlaskaAirlines/auro-icon/compare/v4.4.0...v4.5.0) (2024-08-20)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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-icon@4.5.0/dist/auro-icon__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-icon@5.0.0/dist/auro-icon__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-icon",
"version": "4.5.0",
"version": "5.0.0",
"description": "auro-icon HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6fce135

Please sign in to comment.