Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.1...v3.1.0) (2024-07-04)

### Features

* refactor color token structure with tier 3 tokens [#296](#296) ([f15238b](f15238b))

### Performance Improvements

* **button:** use new auro-button flat variant for clear and show password ([aa46aba](aa46aba))
* **deps:** update to latest button beta version ([7be71f6](7be71f6))
* **deps:** use updated dependency versions ([c5a9fe6](c5a9fe6))
* **icon:** update to use beta of auro-icon with theme support ([9a5cfae](9a5cfae))
* replace hardcoded styles with tokens ([a7ef751](a7ef751))
  • Loading branch information
semantic-release-bot committed Jul 4, 2024
1 parent c5a9fe6 commit 5335ce8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Semantic Release Automated Changelog

# [3.1.0](https://github.com/AlaskaAirlines/auro-input/compare/v3.0.1...v3.1.0) (2024-07-04)


### Features

* refactor color token structure with tier 3 tokens [#296](https://github.com/AlaskaAirlines/auro-input/issues/296) ([f15238b](https://github.com/AlaskaAirlines/auro-input/commit/f15238b7f4b5b9668e18b912d559545dfaf35c4d))


### Performance Improvements

* **button:** use new auro-button flat variant for clear and show password ([aa46aba](https://github.com/AlaskaAirlines/auro-input/commit/aa46abaa7d6851e15eb51d377d617dd85d7036ce))
* **deps:** update to latest button beta version ([7be71f6](https://github.com/AlaskaAirlines/auro-input/commit/7be71f6e446617b800feee5ac8a348ad1271db5b))
* **deps:** use updated dependency versions ([c5a9fe6](https://github.com/AlaskaAirlines/auro-input/commit/c5a9fe6c6fc296ab60ebedab81c1bd1aac2e476d))
* **icon:** update to use beta of auro-icon with theme support ([9a5cfae](https://github.com/AlaskaAirlines/auro-input/commit/9a5cfae4fae22b88a897149866fa30dd6236afa5))
* replace hardcoded styles with tokens ([a7ef751](https://github.com/AlaskaAirlines/auro-input/commit/a7ef751818ff56683e0540f44b37df2f8ec3b13c))

# [3.1.0-beta.2](https://github.com/AlaskaAirlines/auro-input/compare/v3.1.0-beta.1...v3.1.0-beta.2) (2024-07-03)


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.3.1/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.0.6/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-input@3.1.0-beta.2/dist/auro-input__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-input@3.1.0/dist/auro-input__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-input",
"version": "3.1.0-beta.2",
"version": "3.1.0",
"description": "auro-input HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5335ce8

Please sign in to comment.