Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.5.0...v3.0.0) (2024-09-30)

### Bug Fixes

* update commitlint rules config ([560b7a2](560b7a2))

### Features

* add all code necessary for theme support ([c2cd6f4](c2cd6f4))
* force version bump and release ([921689a](921689a))

### Performance Improvements

* refactor custom component registration config ([70c1cb2](70c1cb2))
* update dependencies ([3df2530](3df2530))

### BREAKING CHANGES

* trigger major release for color theme support #95
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent 9d386bb commit e4d800d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Semantic Release Automated Changelog

# [3.0.0](https://github.com/AlaskaAirlines/auro-badge/compare/v2.5.0...v3.0.0) (2024-09-30)


### Bug Fixes

* update commitlint rules config ([560b7a2](https://github.com/AlaskaAirlines/auro-badge/commit/560b7a2d5357406e3010f29ab83eb4b894efff2f))


### Features

* add all code necessary for theme support ([c2cd6f4](https://github.com/AlaskaAirlines/auro-badge/commit/c2cd6f4907dc9d51746732a3155157359422a850))
* force version bump and release ([921689a](https://github.com/AlaskaAirlines/auro-badge/commit/921689a42a90c477e92e55147e1f3ec294217a3d))


### Performance Improvements

* refactor custom component registration config ([70c1cb2](https://github.com/AlaskaAirlines/auro-badge/commit/70c1cb2e6f690524dea920c77dfae57db43bd6e1))
* update dependencies ([3df2530](https://github.com/AlaskaAirlines/auro-badge/commit/3df253079701ef652ad17a21452b211810fc74d7))


### BREAKING CHANGES

* trigger major release for color theme support #95

# [2.5.0](https://github.com/AlaskaAirlines/auro-badge/compare/v2.4.10...v2.5.0) (2024-07-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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]-beta.1/dist/auro-badge__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/auro-badge__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 @@ -8,7 +8,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-badge",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "Auro custom auro-badge element",
"author": "Product design and research",
"engines": {
Expand Down

0 comments on commit e4d800d

Please sign in to comment.