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.11.0-beta.1...v3.0.0-beta.1) (2024-10-03)

### Bug Fixes

* add extension for SSR support ([2b5ee5a](2b5ee5a))

### Performance Improvements

* refactor custom component registration config ([7dbb9c3](7dbb9c3))
* update dependencies ([19dfb75](19dfb75))

### BREAKING CHANGES

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

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


### Bug Fixes

* add extension for SSR support ([2b5ee5a](https://github.com/AlaskaAirlines/auro-select/commit/2b5ee5a766ad417fcd248d29622e29f10e1a9e23))


### Performance Improvements

* refactor custom component registration config ([7dbb9c3](https://github.com/AlaskaAirlines/auro-select/commit/7dbb9c3a4749f38b07905978dd7520fc80a71e2c))
* update dependencies ([19dfb75](https://github.com/AlaskaAirlines/auro-select/commit/19dfb755ca3260155a3323c164546efdabf2b82c))


### BREAKING CHANGES

* trigger major release for color theme support #198

# [2.11.0-beta.1](https://github.com/AlaskaAirlines/auro-select/compare/v2.10.6...v2.11.0-beta.1) (2024-08-23)


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/auro-select@2.11.0-beta.1/dist/auro-select__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-select@3.0.0-beta.1/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": "2.11.0-beta.1",
"version": "3.0.0-beta.1",
"description": "auro-select HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1fbedf7

Please sign in to comment.