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.10.8...v3.0.0) (2024-10-04)

### Bug Fixes

* add extension for SSR support ([84da4ea](84da4ea))

### Features

* implement tier 3 color tokens [#198](#198) ([19369cc](19369cc))

### Performance Improvements

* move help text functionality into dropdown slot ([0d6aff5](0d6aff5))
* refactor custom component registration config ([9bada60](9bada60))
* update dependencies ([e563427](e563427))
* update dependencies and scripts to latest versions ([99420fd](99420fd))
* use custom version of dropdown ([3d3f20e](3d3f20e))

### BREAKING CHANGES

* trigger major release for color theme support #198
  • Loading branch information
semantic-release-bot committed Oct 4, 2024
1 parent a674712 commit 58536c7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Semantic Release Automated Changelog

# [3.0.0](https://github.com/AlaskaAirlines/auro-select/compare/v2.10.8...v3.0.0) (2024-10-04)


### Bug Fixes

* add extension for SSR support ([84da4ea](https://github.com/AlaskaAirlines/auro-select/commit/84da4ea247564d93f477115c4258c36127d96bf3))


### Features

* implement tier 3 color tokens [#198](https://github.com/AlaskaAirlines/auro-select/issues/198) ([19369cc](https://github.com/AlaskaAirlines/auro-select/commit/19369ccc4a354c3110e63b039f58b726e0122ee1))


### Performance Improvements

* move help text functionality into dropdown slot ([0d6aff5](https://github.com/AlaskaAirlines/auro-select/commit/0d6aff502cd9f7c28d494d4bbda0ddbd386f9419))
* refactor custom component registration config ([9bada60](https://github.com/AlaskaAirlines/auro-select/commit/9bada60824cb2dfba6dbb911d5d874ad5c7f9d7d))
* update dependencies ([e563427](https://github.com/AlaskaAirlines/auro-select/commit/e563427d54a98f324a072b3f4ad2d8dbe2e4fda1))
* update dependencies and scripts to latest versions ([99420fd](https://github.com/AlaskaAirlines/auro-select/commit/99420fda74f4ae889f5772f94cef2b59ca9ea640))
* use custom version of dropdown ([3d3f20e](https://github.com/AlaskaAirlines/auro-select/commit/3d3f20ef1ed219afb20812bd83d7ba48e21e97e0))


### BREAKING CHANGES

* trigger major release for color theme support #198

## [2.10.6](https://github.com/AlaskaAirlines/auro-select/compare/v2.10.5...v2.10.6) (2024-07-02)


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

0 comments on commit 58536c7

Please sign in to comment.