Skip to content

Commit

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

### Bug Fixes

* remove beta releases from changelog ([b9c55fa](b9c55fa))

### Features

* add component name as attribute during custom registration ([9a62d5f](9a62d5f))

### Performance Improvements

* refactor custom component registration ([5a2e42f](5a2e42f))
  • Loading branch information
semantic-release-bot committed Sep 17, 2024
1 parent 5a2e42f commit 596a604
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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].2/dist/auro-background__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].3/dist/auro-background__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-background",
"version": "2.2.0-beta.2",
"version": "2.2.0-beta.3",
"description": "auro-background HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 596a604

Please sign in to comment.