From 9514043074dc60d0d4e402bff84385a7f6db15b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Oct 2024 20:13:49 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/AlaskaAirlines/auro-backtotop/compare/v2.1.8...v3.0.0) (2024-10-04) ### Performance Improvements * address backlog of tech-debt ([a8be565](https://github.com/AlaskaAirlines/auro-backtotop/commit/a8be565c48aeb1319e6ef3ad13d2ffa0c2098979)) * **tags:** use custom element dependency versioning ([236fc44](https://github.com/AlaskaAirlines/auro-backtotop/commit/236fc44134d83d813e09d17619aa234dd9f240c0)) * update to latest dependencies and linting ([24e9827](https://github.com/AlaskaAirlines/auro-backtotop/commit/24e9827d31dfd1f3abb8476f3c7eb235a03ddea3)) ### BREAKING CHANGES * Trigger major release for theme support --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7185fa3..1fa9ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Semantic Release Automated Changelog +# [3.0.0](https://github.com/AlaskaAirlines/auro-backtotop/compare/v2.1.8...v3.0.0) (2024-10-04) + + +### Performance Improvements + +* address backlog of tech-debt ([a8be565](https://github.com/AlaskaAirlines/auro-backtotop/commit/a8be565c48aeb1319e6ef3ad13d2ffa0c2098979)) +* **tags:** use custom element dependency versioning ([236fc44](https://github.com/AlaskaAirlines/auro-backtotop/commit/236fc44134d83d813e09d17619aa234dd9f240c0)) +* update to latest dependencies and linting ([24e9827](https://github.com/AlaskaAirlines/auro-backtotop/commit/24e9827d31dfd1f3abb8476f3c7eb235a03ddea3)) + + +### BREAKING CHANGES + +* Trigger major release for theme support + ## [2.1.8](https://github.com/AlaskaAirlines/auro-backtotop/compare/v2.1.7...v2.1.8) (2024-02-29) diff --git a/README.md b/README.md index 6f1eb8b..8bafd03 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,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 415783c..72ec378 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-backtotop", - "version": "2.1.9-beta.2", + "version": "3.0.0", "description": "auro-backtotop HTML custom element", "repository": { "type": "git",