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.10.2...v2.0.0) (2024-10-04)

### Bug Fixes

* update tag name attribute function parameter ([6f3bea9](6f3bea9))

### Features

* **theme:** support theme enabled dependencies ([3e53c96](3e53c96))

### Performance Improvements

* **deps:** update to latest dependencies and necessary config changes to support those updates ([98d67a4](98d67a4))
* **menu:** update menu beta version ([a0a6c60](a0a6c60))
* refactor custom component registration config ([37622fa](37622fa))
* update dependencies ([d30d7e9](d30d7e9))
* update dependencies and use auro-library build scripts ([943f52e](943f52e))

### BREAKING CHANGES

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

# [2.0.0](https://github.com/AlaskaAirlines/auro-combobox/compare/v1.10.2...v2.0.0) (2024-10-04)


### Bug Fixes

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


### Features

* **theme:** support theme enabled dependencies ([3e53c96](https://github.com/AlaskaAirlines/auro-combobox/commit/3e53c96edc090e3358aa7ce41a3eb199f9f92967))


### Performance Improvements

* **deps:** update to latest dependencies and necessary config changes to support those updates ([98d67a4](https://github.com/AlaskaAirlines/auro-combobox/commit/98d67a4a11e641a85dd0cf1350e4b69f52e62e39))
* **menu:** update menu beta version ([a0a6c60](https://github.com/AlaskaAirlines/auro-combobox/commit/a0a6c607d6f82fa348b89768ad201ee70bec70bb))
* refactor custom component registration config ([37622fa](https://github.com/AlaskaAirlines/auro-combobox/commit/37622fab202fbf5c1f40b51b0860dfa48a484412))
* update dependencies ([d30d7e9](https://github.com/AlaskaAirlines/auro-combobox/commit/d30d7e9371a7953d51ffd2877414077d7c9b2eb4))
* update dependencies and use auro-library build scripts ([943f52e](https://github.com/AlaskaAirlines/auro-combobox/commit/943f52ec2f43203066eb8918f2b1ce14a831c2a7))


### BREAKING CHANGES

* trigger major release for color theme support #179

# [1.10.0](https://github.com/AlaskaAirlines/auro-combobox/compare/v1.9.14...v1.10.0) (2024-05-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.0-beta.1/dist/auro-combobox__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-combobox@2.0.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.0-beta.1",
"version": "2.0.0",
"description": "auro-combobox HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9e32433

Please sign in to comment.