Skip to content

Commit

Permalink
chore(release): 2.10.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.10.6](v2.10.5...v2.10.6) (2024-04-04)

### Bug Fixes

* issue on dependencies auro-select for matchWidth for the value text to much long ([996654b](996654b))

### Performance Improvements

* update scripts ([37b5338](37b5338))
  • Loading branch information
semantic-release-bot committed Apr 4, 2024
1 parent 400c34e commit 5ac6050
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.10.6](https://github.com/AlaskaAirlines/auro-dropdown/compare/v2.10.5...v2.10.6) (2024-04-04)


### Bug Fixes

* issue on dependencies auro-select for matchWidth for the value text to much long ([996654b](https://github.com/AlaskaAirlines/auro-dropdown/commit/996654b9339a7bd4488c29aa924744530c1e859a))


### Performance Improvements

* update scripts ([37b5338](https://github.com/AlaskaAirlines/auro-dropdown/commit/37b533818a047fb45e84abc9b546ffc70bcb41bb))

## [2.10.5](https://github.com/AlaskaAirlines/auro-dropdown/compare/v2.10.4...v2.10.5) (2024-02-26)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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.1.1/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.0.3/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-dropdown@2.10.5/dist/auro-dropdown__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-dropdown@2.10.6/dist/auro-dropdown__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-dropdown",
"version": "2.10.5",
"version": "2.10.6",
"description": "auro-dropdown HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ac6050

Please sign in to comment.