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.1.5...v3.0.0) (2024-09-30)

### Bug Fixes

* resolve minor color theming issues ([37d636c](37d636c))

### Features

* add tag name as attribute when custom registered ([99a7b02](99a7b02))
* refactor color token structure with tier 3 tokens [#31](#31) ([ad5bdfa](ad5bdfa))

### Performance Improvements

* refactor custom component registration config ([a5534f5](a5534f5))
* update dependencies ([67b0b6c](67b0b6c))

### BREAKING CHANGES

* trigger major release for color theme support #31
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent daebb52 commit e47a3b9
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-skeleton/compare/v2.1.5...v3.0.0) (2024-09-30)


### Bug Fixes

* resolve minor color theming issues ([37d636c](https://github.com/AlaskaAirlines/auro-skeleton/commit/37d636c76e628a39d62c21a30770771d596b9b34))


### Features

* add tag name as attribute when custom registered ([99a7b02](https://github.com/AlaskaAirlines/auro-skeleton/commit/99a7b02877fd4248edf2901862b1c3e462be2d4d))
* refactor color token structure with tier 3 tokens [#31](https://github.com/AlaskaAirlines/auro-skeleton/issues/31) ([ad5bdfa](https://github.com/AlaskaAirlines/auro-skeleton/commit/ad5bdfaef8cf26fbf6e00bba0ecb06e58369c410))


### Performance Improvements

* refactor custom component registration config ([a5534f5](https://github.com/AlaskaAirlines/auro-skeleton/commit/a5534f516838558f58d7b80469c1944ee6cbac6b))
* update dependencies ([67b0b6c](https://github.com/AlaskaAirlines/auro-skeleton/commit/67b0b6c2492b5ef3d441292721db2deffbb3dd5d))


### BREAKING CHANGES

* trigger major release for color theme support #31

## [2.1.5](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.4...v2.1.5) (2024-02-20)


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

0 comments on commit e47a3b9

Please sign in to comment.