Skip to content

Commit

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

### Bug Fixes

* **hover:** corrects minor visual jump in close button on hover ([b323af2](b323af2))

### Features

* add tag name as attribute when custom registered ([9ee3022](9ee3022))
* refactor color token structure with tier 3 tokens [#37](#37) ([6c5798e](6c5798e))
* **version:** implement custom versioned components ([cf0b4da](cf0b4da))

### Performance Improvements

* **icon:** update to use dynamic named icon ([d197718](d197718))
* refactor custom component registration config ([f53c1a2](f53c1a2))
* replace hard coded values with tokens ([e876f93](e876f93))
* update dependencies ([cbed764](cbed764))

### BREAKING CHANGES

* trigger major release for theming support #37
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent a36f5a5 commit 08853a7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Semantic Release Automated Changelog

# [2.0.0](https://github.com/AlaskaAirlines/auro-toast/compare/v1.1.6...v2.0.0) (2024-09-30)


### Bug Fixes

* **hover:** corrects minor visual jump in close button on hover ([b323af2](https://github.com/AlaskaAirlines/auro-toast/commit/b323af2a973a2dfd595276bda97bda834d506206))


### Features

* add tag name as attribute when custom registered ([9ee3022](https://github.com/AlaskaAirlines/auro-toast/commit/9ee3022285387258ec725fdaeb0165f717fb5fec))
* refactor color token structure with tier 3 tokens [#37](https://github.com/AlaskaAirlines/auro-toast/issues/37) ([6c5798e](https://github.com/AlaskaAirlines/auro-toast/commit/6c5798e0ea401b21c7fa73c50c6ce6e21b1f5f3c))
* **version:** implement custom versioned components ([cf0b4da](https://github.com/AlaskaAirlines/auro-toast/commit/cf0b4da9ec6587f546d3d40508c8ad75047cb1b7))


### Performance Improvements

* **icon:** update to use dynamic named icon ([d197718](https://github.com/AlaskaAirlines/auro-toast/commit/d197718bd77e8a31b31a5989bb8feb504060fed4))
* refactor custom component registration config ([f53c1a2](https://github.com/AlaskaAirlines/auro-toast/commit/f53c1a265b4aa8a669d84ea92f82018c8cf58838))
* replace hard coded values with tokens ([e876f93](https://github.com/AlaskaAirlines/auro-toast/commit/e876f93352407b5c8e85fa233856c8bb98c0bddf))
* update dependencies ([cbed764](https://github.com/AlaskaAirlines/auro-toast/commit/cbed76442e6707a5f8cfdd4b5f196c48aff181ed))


### BREAKING CHANGES

* trigger major release for theming support #37

## [1.1.6](https://github.com/AlaskaAirlines/auro-toast/compare/v1.1.5...v1.1.6) (2024-02-22)


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

0 comments on commit 08853a7

Please sign in to comment.