From 596a604be550e4232e2c0b24f88122847db5b274 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Sep 2024 19:51:06 +0000 Subject: [PATCH] chore(release): 2.2.0-beta.3 [skip ci] # [2.2.0-beta.3](https://github.com/AlaskaAirlines/auro-background/compare/v2.2.0-beta.2...v2.2.0-beta.3) (2024-09-17) ### Bug Fixes * remove beta releases from changelog ([b9c55fa](https://github.com/AlaskaAirlines/auro-background/commit/b9c55faba70a1478dbf466c364fbf0943c47b105)) ### Features * add component name as attribute during custom registration ([9a62d5f](https://github.com/AlaskaAirlines/auro-background/commit/9a62d5f4d683850911be04bc201f95105fd0e2b7)) ### Performance Improvements * refactor custom component registration ([5a2e42f](https://github.com/AlaskaAirlines/auro-background/commit/5a2e42f072221ca64235a1525491e55b03b6c764)) --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57d7ae..4dc0f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Semantic Release Automated Changelog +# [2.2.0-beta.3](https://github.com/AlaskaAirlines/auro-background/compare/v2.2.0-beta.2...v2.2.0-beta.3) (2024-09-17) + + +### Bug Fixes + +* remove beta releases from changelog ([b9c55fa](https://github.com/AlaskaAirlines/auro-background/commit/b9c55faba70a1478dbf466c364fbf0943c47b105)) + + +### Features + +* add component name as attribute during custom registration ([9a62d5f](https://github.com/AlaskaAirlines/auro-background/commit/9a62d5f4d683850911be04bc201f95105fd0e2b7)) + + +### Performance Improvements + +* refactor custom component registration ([5a2e42f](https://github.com/AlaskaAirlines/auro-background/commit/5a2e42f072221ca64235a1525491e55b03b6c764)) + ## [2.1.4](https://github.com/AlaskaAirlines/auro-background/compare/v2.1.3...v2.1.4) (2024-05-13) diff --git a/README.md b/README.md index e704fa5..a149cdd 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,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 a3d2730..4f176a5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-background", - "version": "2.2.0-beta.2", + "version": "2.2.0-beta.3", "description": "auro-background HTML custom element", "repository": { "type": "git",