From 85bb227460e2cc199bdc27d925e3f098743afa45 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jul 2024 20:31:46 +0000 Subject: [PATCH] chore(release): 4.6.0-beta.1 [skip ci] # [4.6.0-beta.1](https://github.com/AlaskaAirlines/auro-avatar/compare/v4.5.1...v4.6.0-beta.1) (2024-07-09) ### Features * refactor color tokens with tier 3 tokens [#53](https://github.com/AlaskaAirlines/auro-avatar/issues/53) ([d12f8f0](https://github.com/AlaskaAirlines/auro-avatar/commit/d12f8f09c42704ea5f7c3d55900f3eed9941bc89)) ### Performance Improvements * replace hard coded values with size tokens ([b11d729](https://github.com/AlaskaAirlines/auro-avatar/commit/b11d729d2790c05b8444efeb402517359d4bfee5)) --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f195d3..9bf5477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Semantic Release Automated Changelog +# [4.6.0-beta.1](https://github.com/AlaskaAirlines/auro-avatar/compare/v4.5.1...v4.6.0-beta.1) (2024-07-09) + + +### Features + +* refactor color tokens with tier 3 tokens [#53](https://github.com/AlaskaAirlines/auro-avatar/issues/53) ([d12f8f0](https://github.com/AlaskaAirlines/auro-avatar/commit/d12f8f09c42704ea5f7c3d55900f3eed9941bc89)) + + +### Performance Improvements + +* replace hard coded values with size tokens ([b11d729](https://github.com/AlaskaAirlines/auro-avatar/commit/b11d729d2790c05b8444efeb402517359d4bfee5)) + ## [4.5.1](https://github.com/AlaskaAirlines/auro-avatar/compare/v4.5.0...v4.5.1) (2024-02-26) diff --git a/README.md b/README.md index 6821b99..9501354 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,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 06d7ef8..9fadb49 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-avatar", - "version": "4.5.1", + "version": "4.6.0-beta.1", "description": "auro-avatar HTML custom element", "repository": { "type": "git",