Skip to content

Commit

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

### Performance Improvements

* **button:** use new auro-button flat variant for clear and show password ([2a671d2](2a671d2))
  • Loading branch information
semantic-release-bot authored and jason-capsule42 committed Jul 4, 2024
1 parent aa46aba commit bd9b34c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Release Automated Changelog

# [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)


### Performance Improvements

* **button:** use new auro-button flat variant for clear and show password ([2a671d2](https://github.com/AlaskaAirlines/auro-input/commit/2a671d220f667799758639c32a8ce6f9058ddf66))

# [3.1.0-beta.1](https://github.com/AlaskaAirlines/auro-input/compare/v3.0.1...v3.1.0-beta.1) (2024-06-24)


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.1/dist/auro-input__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-input@3.1.0-beta.2/dist/auro-input__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
1 change: 1 addition & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
| `activeLabel` | `activeLabel` | `Boolean` | false | If set, the label will remain fixed in the active position. |
| `autocapitalize` | `autocapitalize` | `String` | | An enumerated attribute that controls whether and how text input is automatically capitalized as it is entered/edited by the user. [off/none, on/sentences, words, characters] |
| `autocorrect` | `autocorrect` | `String` | | When set to `off`, stops iOS from auto correcting words when typed into a text box. |
| `buttonTag` | | `string` | | |
| `customValidityTypeEmail` | `customValidityTypeEmail` | `string` | | |
| `disabled` | `disabled` | `Boolean` | false | If set, disables the input. |
| `error` | `error` | `String` | | When defined, sets persistent validity to `customError` and sets `setCustomValidity` = attribute value. |
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.1",
"version": "3.1.0-beta.2",
"description": "auro-input HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit bd9b34c

Please sign in to comment.