Skip to content

Commit

Permalink
chore(release): 1.2.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0-beta.1](v1.1.6...v1.2.0-beta.1) (2024-07-09)

### Bug Fixes

* **hover:** corrects minor visual jump in close button on hover ([7e1a45d](7e1a45d))

### Features

* refactor color token structure with tier 3 tokens [#37](#37) ([4c3e3ce](4c3e3ce))

### Performance Improvements

* replace hard coded values with tokens ([f31eb13](f31eb13))
  • Loading branch information
semantic-release-bot authored and jason-capsule42 committed Sep 30, 2024
1 parent 49ea8c6 commit 77f0c33
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Semantic Release Automated Changelog

# [1.2.0-beta.1](https://github.com/AlaskaAirlines/auro-toast/compare/v1.1.6...v1.2.0-beta.1) (2024-07-09)


### Bug Fixes

* **hover:** corrects minor visual jump in close button on hover ([7e1a45d](https://github.com/AlaskaAirlines/auro-toast/commit/7e1a45dd0ea7b7bf660757128f0855b1e0520f60))


### Features

* refactor color token structure with tier 3 tokens [#37](https://github.com/AlaskaAirlines/auro-toast/issues/37) ([4c3e3ce](https://github.com/AlaskaAirlines/auro-toast/commit/4c3e3ce2a5f503bbed3854a38014f339d6dbb2c1))


### Performance Improvements

* replace hard coded values with tokens ([f31eb13](https://github.com/AlaskaAirlines/auro-toast/commit/f31eb13358d815056a73179d4eb74b829323a9e2))

## [1.1.6](https://github.com/AlaskaAirlines/auro-toast/compare/v1.1.5...v1.1.6) (2024-02-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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.2.0/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.0.4/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-toast@1.1.6/dist/auro-toast__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-toast@1.2.0-beta.1/dist/auro-toast__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-toast",
"version": "1.1.6",
"version": "1.2.0-beta.1",
"description": "auro-toast HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 77f0c33

Please sign in to comment.