From c5904c75f785a26cf3d418a438f88bfb22e3dd34 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Jul 2024 17:02:39 +0000 Subject: [PATCH] chore(release): 2.3.0-beta.1 [skip ci] # [2.3.0-beta.1](https://github.com/AlaskaAirlines/auro-carousel/compare/v2.2.7...v2.3.0-beta.1) (2024-07-25) ### Features * **theming:** implement tier 3 tokens for theming support [#44](https://github.com/AlaskaAirlines/auro-carousel/issues/44) ([059650b](https://github.com/AlaskaAirlines/auro-carousel/commit/059650b7a85b2309fee994fc0811ca94b424027b)) * **version:** implement custom versioned auro components ([1c23692](https://github.com/AlaskaAirlines/auro-carousel/commit/1c23692e7ce83c896b00c3043427e29d09f59431)) --- 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 8ccc218..401b748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Semantic Release Automated Changelog +# [2.3.0-beta.1](https://github.com/AlaskaAirlines/auro-carousel/compare/v2.2.7...v2.3.0-beta.1) (2024-07-25) + + +### Features + +* **theming:** implement tier 3 tokens for theming support [#44](https://github.com/AlaskaAirlines/auro-carousel/issues/44) ([059650b](https://github.com/AlaskaAirlines/auro-carousel/commit/059650b7a85b2309fee994fc0811ca94b424027b)) +* **version:** implement custom versioned auro components ([1c23692](https://github.com/AlaskaAirlines/auro-carousel/commit/1c23692e7ce83c896b00c3043427e29d09f59431)) + ## [2.2.7](https://github.com/AlaskaAirlines/auro-carousel/compare/v2.2.6...v2.2.7) (2024-02-23) diff --git a/README.md b/README.md index bd13e08..495cd40 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,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 f4c84fc..1f0ad5a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-carousel", - "version": "2.2.7", + "version": "2.3.0-beta.1", "description": "auro-carousel HTML custom element", "repository": { "type": "git",