Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.1](v2.8.0-beta.2...v3.0.0-beta.1) (2024-10-03)

### Features

* add custom registered auro-datetime ([33a189b](33a189b))
* add tag name as attribute when custom registered ([26808eb](26808eb))

### Performance Improvements

* refactor custom component registration config ([1f3e0de](1f3e0de))
* remove github label colors ([b5187c0](b5187c0))
* update dependencies ([2de3a30](2de3a30))

### BREAKING CHANGES

* trigger major release for color theme support #121
  • Loading branch information
semantic-release-bot committed Oct 3, 2024
1 parent 33a189b commit dc66ff6
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

# [3.0.0-beta.1](https://github.com/AlaskaAirlines/auro-flight/compare/v2.8.0-beta.2...v3.0.0-beta.1) (2024-10-03)


### Features

* add custom registered auro-datetime ([33a189b](https://github.com/AlaskaAirlines/auro-flight/commit/33a189b1e866a241d5a5a6fda14effae134270b6))
* add tag name as attribute when custom registered ([26808eb](https://github.com/AlaskaAirlines/auro-flight/commit/26808eb68e4256275954d61c0ba0923bc7517f0d))


### Performance Improvements

* refactor custom component registration config ([1f3e0de](https://github.com/AlaskaAirlines/auro-flight/commit/1f3e0de1444896aef66bc4f1fe75e1ce65e77640))
* remove github label colors ([b5187c0](https://github.com/AlaskaAirlines/auro-flight/commit/b5187c0b4c15de55189e68cdbb7756f234651ad8))
* update dependencies ([2de3a30](https://github.com/AlaskaAirlines/auro-flight/commit/2de3a30d015c11eaedc6178126ccc5b22cf625ab))


### BREAKING CHANGES

* trigger major release for color theme support #121

# [2.8.0-beta.2](https://github.com/AlaskaAirlines/auro-flight/compare/v2.8.0-beta.1...v2.8.0-beta.2) (2024-08-19)


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

0 comments on commit dc66ff6

Please sign in to comment.