Skip to content

Commit

Permalink
chore(release): 4.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.2](v4.3.1...v4.3.2) (2025-02-08)

### Performance Improvements

* update dependencies ([5969195](5969195))
  • Loading branch information
semantic-release-bot committed Feb 8, 2025
1 parent 5969195 commit 5c0568d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 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

## [4.3.2](https://github.com/AlaskaAirlines/auro-input/compare/v4.3.1...v4.3.2) (2025-02-08)


### Performance Improvements

* update dependencies ([5969195](https://github.com/AlaskaAirlines/auro-input/commit/59691953079bd5bcd3093ec0ca1becf6250ef2e5))

## [4.3.1](https://github.com/AlaskaAirlines/auro-input/compare/v4.3.0...v4.3.1) (2024-12-22)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ In cases where the project is not able to process JS assets, there are pre-proce
<!-- AURO-GENERATED-CONTENT:START (REMOTE:url=https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/partials/usage/bundleUseModBrowsers.md) -->

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.9.2/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].1/dist/auro-input__bundled.js" type="module"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@4.13.0/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@6.0.2/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].2/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": "4.3.1",
"version": "4.3.2",
"description": "auro-input HTML custom element",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/buttonVersion.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '8.1.3'
export default '8.2.4'
2 changes: 1 addition & 1 deletion src/iconVersion.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.0.2'
export default '6.1.9'

0 comments on commit 5c0568d

Please sign in to comment.