Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.1](v3.1.0-beta.1...v4.0.0-beta.1) (2024-10-01)

### Features

* add tag name as attribute when custom registered ([847e67f](847e67f))

### Performance Improvements

* **label:** remove github label colors ([62f7c1d](62f7c1d))
* refactor custom component registration config ([87acf80](87acf80))
* update dependencies and lint configuration ([7bf221f](7bf221f))
* use custom registered version of hyperlink [#70](#70) ([5208525](5208525))

### BREAKING CHANGES

* trigger major release for color theme support #64
  • Loading branch information
semantic-release-bot committed Oct 1, 2024
1 parent 5208525 commit 2c24e96
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Semantic Release Automated Changelog

# [4.0.0-beta.1](https://github.com/AlaskaAirlines/auro-card/compare/v3.1.0-beta.1...v4.0.0-beta.1) (2024-10-01)


### Features

* add tag name as attribute when custom registered ([847e67f](https://github.com/AlaskaAirlines/auro-card/commit/847e67f4467d04029a0605014a8f97bae1d8509c))


### Performance Improvements

* **label:** remove github label colors ([62f7c1d](https://github.com/AlaskaAirlines/auro-card/commit/62f7c1d0c5cad7e20a5d4a4732685c9abca2bab7))
* refactor custom component registration config ([87acf80](https://github.com/AlaskaAirlines/auro-card/commit/87acf802769dcbf424993f924b8f37b802800a47))
* update dependencies and lint configuration ([7bf221f](https://github.com/AlaskaAirlines/auro-card/commit/7bf221f8e050238bcc0aff0ba312fe170c4cecaf))
* use custom registered version of hyperlink [#70](https://github.com/AlaskaAirlines/auro-card/issues/70) ([5208525](https://github.com/AlaskaAirlines/auro-card/commit/52085257c17436bb057b48304f072f35d6c5834b))


### BREAKING CHANGES

* trigger major release for color theme support #64

# [3.1.0-beta.1](https://github.com/AlaskaAirlines/auro-card/compare/v3.0.0...v3.1.0-beta.1) (2024-07-18)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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/auro-card@3.1.0-beta.1/dist/auro-card__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-card@4.0.0-beta.1/dist/auro-card__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-card",
"version": "3.1.0-beta.1",
"version": "4.0.0-beta.1",
"description": "auro-card HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2c24e96

Please sign in to comment.