Skip to content

Commit

Permalink
chore(release): 2.2.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0-beta.1](v2.1.8...v2.2.0-beta.1) (2024-07-02)

### Features

* **icon:** convert icons into auro-icons ([f6ea49b](f6ea49b))
* refactor color styles using tier 3 tokens [#57](#57) ([ef1b0ca](ef1b0ca))
  • Loading branch information
semantic-release-bot authored and jason-capsule42 committed Sep 30, 2024
1 parent b890e39 commit 76804b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Semantic Release Automated Changelog

# [2.2.0-beta.1](https://github.com/AlaskaAirlines/auro-alert/compare/v2.1.8...v2.2.0-beta.1) (2024-07-02)


### Features

* **icon:** convert icons into auro-icons ([f6ea49b](https://github.com/AlaskaAirlines/auro-alert/commit/f6ea49b8fd0b331945eb89df7a95b69bb571bc3b))
* refactor color styles using tier 3 tokens [#57](https://github.com/AlaskaAirlines/auro-alert/issues/57) ([ef1b0ca](https://github.com/AlaskaAirlines/auro-alert/commit/ef1b0ca5d2444486d97ba74715ed2a3d4836bccf))

## [2.1.8](https://github.com/AlaskaAirlines/auro-alert/compare/v2.1.7...v2.1.8) (2024-05-15)


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-alert@2.1.8/dist/auro-alert__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-alert@2.2.0-beta.1/dist/auro-alert__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 @@ -8,7 +8,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-alert",
"version": "2.1.8",
"version": "2.2.0-beta.1",
"description": "auro-alert HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 76804b8

Please sign in to comment.