Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.14...v1.10.0) (2024-05-10)

### Bug Fixes

* **border:** update border styles after for new input version ([31f6c85](31f6c85))
* **events:** update help text event and event docs ([d027521](d027521))

### Features

* **validitation:** implement form validation repo [#173](#173) ([09d9e35](09d9e35))

### Performance Improvements

* **library:** add library runtime util functionality for custom components ([a20ecbd](a20ecbd))
  • Loading branch information
semantic-release-bot committed May 10, 2024
1 parent 67479a2 commit 08ed17f
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

# [1.10.0](https://github.com/AlaskaAirlines/auro-combobox/compare/v1.9.14...v1.10.0) (2024-05-10)


### Bug Fixes

* **border:** update border styles after for new input version ([31f6c85](https://github.com/AlaskaAirlines/auro-combobox/commit/31f6c85ed958eae85bf8dd805070f8a2d483f042))
* **events:** update help text event and event docs ([d027521](https://github.com/AlaskaAirlines/auro-combobox/commit/d0275211686673787b0bd419184fda95401e936b))


### Features

* **validitation:** implement form validation repo [#173](https://github.com/AlaskaAirlines/auro-combobox/issues/173) ([09d9e35](https://github.com/AlaskaAirlines/auro-combobox/commit/09d9e35cfe781a5dbdc997f89429b6d01e4a30f7))


### Performance Improvements

* **library:** add library runtime util functionality for custom components ([a20ecbd](https://github.com/AlaskaAirlines/auro-combobox/commit/a20ecbdbaa5ba14d39b03aec65919226248e4bba))

## [1.9.14](https://github.com/AlaskaAirlines/auro-combobox/compare/v1.9.13...v1.9.14) (2024-05-06)


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

0 comments on commit 08ed17f

Please sign in to comment.