Skip to content

Commit

Permalink
chore(release): 2.10.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.10.4](v2.10.3...v2.10.4) (2024-02-23)

### Performance Improvements

* **deps:** update to latest dependencies ([7039e37](7039e37))
* **docs:** refactor the JS examples ([a7aed9c](a7aed9c))
  • Loading branch information
semantic-release-bot committed Feb 23, 2024
1 parent 7039e37 commit 31bdca1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Semantic Release Automated Changelog

## [2.10.4](https://github.com/AlaskaAirlines/auro-dropdown/compare/v2.10.3...v2.10.4) (2024-02-23)


### Performance Improvements

* **deps:** update to latest dependencies ([7039e37](https://github.com/AlaskaAirlines/auro-dropdown/commit/7039e379fd38c81c90676bf2793525b44d287d0a))
* **docs:** refactor the JS examples ([a7aed9c](https://github.com/AlaskaAirlines/auro-dropdown/commit/a7aed9cccea9422f4b5d4d72103a7c5478dbe075))

## [2.10.3](https://github.com/AlaskaAirlines/auro-dropdown/compare/v2.10.2...v2.10.3) (2024-02-15)


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/[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/[email protected].3/dist/auro-dropdown__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].4/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.3",
"version": "2.10.4",
"description": "auro-dropdown HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 31bdca1

Please sign in to comment.