Skip to content

Commit

Permalink
chore(release): 6.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [6.1.7](v6.1.6...v6.1.7) (2025-01-30)

### Bug Fixes

* add brackets around css variable for processing [#173](#173) ([8768409](8768409))
  • Loading branch information
semantic-release-bot committed Jan 30, 2025
1 parent 37cc015 commit df99340
Show file tree
Hide file tree
Showing 5 changed files with 395 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

## [6.1.7](https://github.com/AlaskaAirlines/auro-icon/compare/v6.1.6...v6.1.7) (2025-01-30)


### Bug Fixes

* add brackets around css variable for processing [#173](https://github.com/AlaskaAirlines/auro-icon/issues/173) ([8768409](https://github.com/AlaskaAirlines/auro-icon/commit/876840927cf5e5366e48017188828b8ca8d56a2f))

## [6.1.6](https://github.com/AlaskaAirlines/auro-icon/compare/v6.1.5...v6.1.6) (2025-01-28)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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].6/dist/auro-icon__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected].7/dist/auro-icon__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
Loading

0 comments on commit df99340

Please sign in to comment.