Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.1...v2.3.0) (2024-11-14)

### Features

* update auro-library to 3.0.1 ([77e5cf6](77e5cf6))

### Performance Improvements

* update library to 3.0.2 ([99331ae](99331ae))
  • Loading branch information
semantic-release-bot committed Nov 14, 2024
1 parent 99331ae commit 28d5488
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Semantic Release Automated Changelog

# [2.3.0](https://github.com/AlaskaAirlines/auro-dialog/compare/v2.2.1...v2.3.0) (2024-11-14)


### Features

* update auro-library to 3.0.1 ([77e5cf6](https://github.com/AlaskaAirlines/auro-dialog/commit/77e5cf63983c9884ee89329b06e4b158f87dcdc1))


### Performance Improvements

* update library to 3.0.2 ([99331ae](https://github.com/AlaskaAirlines/auro-dialog/commit/99331aef7fef6d1480cddf47badb4c9d91f26f2e))

## [2.2.1](https://github.com/AlaskaAirlines/auro-dialog/compare/v2.2.0...v2.2.1) (2024-11-05)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,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.10.0/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.1/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-dialog@2.2.1/dist/auro-dialog__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-dialog@2.3.0/dist/auro-dialog__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-dialog",
"version": "2.2.1",
"version": "2.3.0",
"description": "auro-dialog HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 28d5488

Please sign in to comment.