From 75a38de7f0c48c3cee8cd50fb9a28f67cde89d80 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jul 2024 21:20:28 +0000 Subject: [PATCH] chore(release): 5.0.0-beta.1 [skip ci] # [5.0.0-beta.1](https://github.com/AlaskaAirlines/auro-icon/compare/v4.4.0...v5.0.0-beta.1) (2024-07-18) ### Bug Fixes * **label:** add classmap for label attribute ([9283694](https://github.com/AlaskaAirlines/auro-icon/commit/9283694cf4b8a7f13fc0c1446815b3ebf8c8ad2c)) ### Features * add customSvg attribute support [#124](https://github.com/AlaskaAirlines/auro-icon/issues/124) ([9fad76f](https://github.com/AlaskaAirlines/auro-icon/commit/9fad76f2ff24c536f3a0c795f66a9f26035f0586)) * **tokens:** add component level tokens for theming ([11abd42](https://github.com/AlaskaAirlines/auro-icon/commit/11abd4294e58aa3088578e16d0b77185b2abe64f)) * **tokens:** add component level tokens for theming ([4f60e99](https://github.com/AlaskaAirlines/auro-icon/commit/4f60e990dc4c9dcc1897a247738de93bc0b1ce6b)) ### BREAKING CHANGES * **tokens:** Advisory variant has been removed. Warning variant is the intended replacement. * **tokens:** Advisory variant has been removed. Warning variant is the intended replacement. --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc6ec7..c9bb486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Semantic Release Automated Changelog +# [5.0.0-beta.1](https://github.com/AlaskaAirlines/auro-icon/compare/v4.4.0...v5.0.0-beta.1) (2024-07-18) + + +### Bug Fixes + +* **label:** add classmap for label attribute ([9283694](https://github.com/AlaskaAirlines/auro-icon/commit/9283694cf4b8a7f13fc0c1446815b3ebf8c8ad2c)) + + +### Features + +* add customSvg attribute support [#124](https://github.com/AlaskaAirlines/auro-icon/issues/124) ([9fad76f](https://github.com/AlaskaAirlines/auro-icon/commit/9fad76f2ff24c536f3a0c795f66a9f26035f0586)) +* **tokens:** add component level tokens for theming ([11abd42](https://github.com/AlaskaAirlines/auro-icon/commit/11abd4294e58aa3088578e16d0b77185b2abe64f)) +* **tokens:** add component level tokens for theming ([4f60e99](https://github.com/AlaskaAirlines/auro-icon/commit/4f60e990dc4c9dcc1897a247738de93bc0b1ce6b)) + + +### BREAKING CHANGES + +* **tokens:** Advisory variant has been removed. Warning variant is the intended replacement. +* **tokens:** Advisory variant has been removed. Warning variant is the intended replacement. + # [5.0.0-beta.1](https://github.com/AlaskaAirlines/auro-icon/compare/v4.3.1...v5.0.0-beta.1) (2024-06-18) ### Features