From b6920417b76c23ab481d50bc36a8e94b7aea3130 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jul 2024 19:13:49 +0000 Subject: [PATCH] chore(release): 2.2.0-beta.1 [skip ci] # [2.2.0-beta.1](https://github.com/AlaskaAirlines/auro-pane/compare/v2.1.6...v2.2.0-beta.1) (2024-07-09) ### Features * refactor color token structure with tier 3 tokens [#59](https://github.com/AlaskaAirlines/auro-pane/issues/59) ([debc289](https://github.com/AlaskaAirlines/auro-pane/commit/debc289330787c327159c8f2e429e5c17c8c2365)) ### Performance Improvements * replace all hardcoded sizes with design tokens ([f39ef7c](https://github.com/AlaskaAirlines/auro-pane/commit/f39ef7c121b728989dab877f0ba9dde0e90badbd)) --- 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 2e3ec15..39d7ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Semantic Release Automated Changelog +# [2.2.0-beta.1](https://github.com/AlaskaAirlines/auro-pane/compare/v2.1.6...v2.2.0-beta.1) (2024-07-09) + + +### Features + +* refactor color token structure with tier 3 tokens [#59](https://github.com/AlaskaAirlines/auro-pane/issues/59) ([debc289](https://github.com/AlaskaAirlines/auro-pane/commit/debc289330787c327159c8f2e429e5c17c8c2365)) + + +### Performance Improvements + +* replace all hardcoded sizes with design tokens ([f39ef7c](https://github.com/AlaskaAirlines/auro-pane/commit/f39ef7c121b728989dab877f0ba9dde0e90badbd)) + ## [2.1.6](https://github.com/AlaskaAirlines/auro-pane/compare/v2.1.5...v2.1.6) (2024-02-23) diff --git a/README.md b/README.md index abcd6d9..8752859 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,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 abbbf63..e3943ed 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-pane", - "version": "2.1.6", + "version": "2.2.0-beta.1", "description": "auro-pane HTML custom element", "repository": { "type": "git",