Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.1](v1.11.0-beta.2...v2.0.0-beta.1) (2024-10-03)

### Bug Fixes

* update tag name attribute function parameter ([e40662d](e40662d))

### Performance Improvements

* refactor custom component registration config ([bc4fe13](bc4fe13))
* update dependencies ([9187393](9187393))

### BREAKING CHANGES

* trigger major release for color theme support #179
  • Loading branch information
semantic-release-bot committed Oct 3, 2024
1 parent bc4fe13 commit b938fb2
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

# [2.0.0-beta.1](https://github.com/AlaskaAirlines/auro-combobox/compare/v1.11.0-beta.2...v2.0.0-beta.1) (2024-10-03)


### Bug Fixes

* update tag name attribute function parameter ([e40662d](https://github.com/AlaskaAirlines/auro-combobox/commit/e40662d082d7d3b02271a46bc63b56af930512ef))


### Performance Improvements

* refactor custom component registration config ([bc4fe13](https://github.com/AlaskaAirlines/auro-combobox/commit/bc4fe138d6a8aa4c2899815a083d5764b8d52fa3))
* update dependencies ([9187393](https://github.com/AlaskaAirlines/auro-combobox/commit/9187393dffbad8316f84a023e2e6f3d935cb1124))


### BREAKING CHANGES

* trigger major release for color theme support #179

# [1.11.0-beta.2](https://github.com/AlaskaAirlines/auro-combobox/compare/v1.11.0-beta.1...v1.11.0-beta.2) (2024-08-19)


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

0 comments on commit b938fb2

Please sign in to comment.