Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.1...v2.1.0) (2024-10-24)

### Bug Fixes

* make `AuroCombobox` to take custom `AuroMenu` ([78bb949](78bb949))

### Features

* **api:** add register static method [#195](#195) ([6c346b1](6c346b1))
  • Loading branch information
semantic-release-bot committed Oct 24, 2024
1 parent 78bb949 commit ee55894
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Semantic Release Automated Changelog

# [2.1.0](https://github.com/AlaskaAirlines/auro-combobox/compare/v2.0.1...v2.1.0) (2024-10-24)


### Bug Fixes

* make `AuroCombobox` to take custom `AuroMenu` ([78bb949](https://github.com/AlaskaAirlines/auro-combobox/commit/78bb9493d4689305b38602df51e983dfc74a9863))


### Features

* **api:** add register static method [#195](https://github.com/AlaskaAirlines/auro-combobox/issues/195) ([6c346b1](https://github.com/AlaskaAirlines/auro-combobox/commit/6c346b1b53fb816849f459a4da5c4cae9510c34d))

## [2.0.1](https://github.com/AlaskaAirlines/auro-combobox/compare/v2.0.0...v2.0.1) (2024-10-10)


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/design-tokens@4.9.2/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-combobox@2.0.1/dist/auro-combobox__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-combobox@2.1.0/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": "2.0.1",
"version": "2.1.0",
"description": "auro-combobox HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit ee55894

Please sign in to comment.