From 6fce1351eeba73366828020679176df1679d2d8d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Sep 2024 23:30:36 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [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 --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f55e5e..8e96591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index eeb86bb..bb46a40 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ In cases where the project is not able to process JS assets, there are pre-proce ```html - + ``` diff --git a/package.json b/package.json index 87613bd..3e60db6 100644 --- a/package.json +++ b/package.json @@ -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",