From 76804b830d7468baad3ac13d1559808c69068f4e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jul 2024 18:56:14 +0000 Subject: [PATCH] chore(release): 2.2.0-beta.1 [skip ci] # [2.2.0-beta.1](https://github.com/AlaskaAirlines/auro-alert/compare/v2.1.8...v2.2.0-beta.1) (2024-07-02) ### Features * **icon:** convert icons into auro-icons ([f6ea49b](https://github.com/AlaskaAirlines/auro-alert/commit/f6ea49b8fd0b331945eb89df7a95b69bb571bc3b)) * refactor color styles using tier 3 tokens [#57](https://github.com/AlaskaAirlines/auro-alert/issues/57) ([ef1b0ca](https://github.com/AlaskaAirlines/auro-alert/commit/ef1b0ca5d2444486d97ba74715ed2a3d4836bccf)) --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77389ee..6b19ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Semantic Release Automated Changelog +# [2.2.0-beta.1](https://github.com/AlaskaAirlines/auro-alert/compare/v2.1.8...v2.2.0-beta.1) (2024-07-02) + + +### Features + +* **icon:** convert icons into auro-icons ([f6ea49b](https://github.com/AlaskaAirlines/auro-alert/commit/f6ea49b8fd0b331945eb89df7a95b69bb571bc3b)) +* refactor color styles using tier 3 tokens [#57](https://github.com/AlaskaAirlines/auro-alert/issues/57) ([ef1b0ca](https://github.com/AlaskaAirlines/auro-alert/commit/ef1b0ca5d2444486d97ba74715ed2a3d4836bccf)) + ## [2.1.8](https://github.com/AlaskaAirlines/auro-alert/compare/v2.1.7...v2.1.8) (2024-05-15) diff --git a/README.md b/README.md index b1a12cf..cdcb9e9 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,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 6762dd5..a3cf956 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-alert", - "version": "2.1.8", + "version": "2.2.0-beta.1", "description": "auro-alert HTML custom element", "repository": { "type": "git",