Skip to content

Commit

Permalink
chore(release): 2.1.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0-beta.2](v2.1.0-beta.1...v2.1.0-beta.2) (2024-09-17)

### Bug Fixes

* resolve minor color theming issues [#57](#57) ([fe2533d](fe2533d))

### Features

* add attribute as tag name when custom registered ([31a0765](31a0765))
* use custom registered auro-header ([0f61d33](0f61d33))

### Performance Improvements

* refactor custom component registration config ([f9907fa](f9907fa))
* update dependencies and lint configuration ([2463c42](2463c42))
  • Loading branch information
semantic-release-bot committed Sep 17, 2024
1 parent 05bf69a commit 5d2de12
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Semantic Release Automated Changelog

# [2.1.0-beta.2](https://github.com/AlaskaAirlines/auro-banner/compare/v2.1.0-beta.1...v2.1.0-beta.2) (2024-09-17)


### Bug Fixes

* resolve minor color theming issues [#57](https://github.com/AlaskaAirlines/auro-banner/issues/57) ([fe2533d](https://github.com/AlaskaAirlines/auro-banner/commit/fe2533dc6662ffa996b5fed0a1767c446e1324c7))


### Features

* add attribute as tag name when custom registered ([31a0765](https://github.com/AlaskaAirlines/auro-banner/commit/31a07652b861f5d437b04b6ed5c1af3909a5bf76))
* use custom registered auro-header ([0f61d33](https://github.com/AlaskaAirlines/auro-banner/commit/0f61d334412f319424aa6998845c194ada31c26b))


### Performance Improvements

* refactor custom component registration config ([f9907fa](https://github.com/AlaskaAirlines/auro-banner/commit/f9907faaf66bd7d918f0d6599ce51c363fa79d52))
* update dependencies and lint configuration ([2463c42](https://github.com/AlaskaAirlines/auro-banner/commit/2463c422145950cedb409adef15afe8bf4af5dfd))

## [2.0.7](https://github.com/AlaskaAirlines/auro-banner/compare/v2.0.6...v2.0.7) (2024-05-13)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].1/dist/auro-banner__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].2/dist/auro-banner__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-banner",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"description": "auro-banner HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5d2de12

Please sign in to comment.