Skip to content

Commit

Permalink
chore(release): 2.3.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0-beta.1](v2.2.7...v2.3.0-beta.1) (2024-07-25)

### Features

* **theming:** implement tier 3 tokens for theming support [#44](#44) ([059650b](059650b))
* **version:** implement custom versioned auro components ([1c23692](1c23692))
  • Loading branch information
semantic-release-bot authored and jason-capsule42 committed Sep 30, 2024
1 parent d8166bf commit c5904c7
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.3.0-beta.1](https://github.com/AlaskaAirlines/auro-carousel/compare/v2.2.7...v2.3.0-beta.1) (2024-07-25)


### Features

* **theming:** implement tier 3 tokens for theming support [#44](https://github.com/AlaskaAirlines/auro-carousel/issues/44) ([059650b](https://github.com/AlaskaAirlines/auro-carousel/commit/059650b7a85b2309fee994fc0811ca94b424027b))
* **version:** implement custom versioned auro components ([1c23692](https://github.com/AlaskaAirlines/auro-carousel/commit/1c23692e7ce83c896b00c3043427e29d09f59431))

## [2.2.7](https://github.com/AlaskaAirlines/auro-carousel/compare/v2.2.6...v2.2.7) (2024-02-23)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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.0/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-carousel@2.2.7/dist/auro-carousel__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-carousel@2.3.0-beta.1/dist/auro-carousel__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-carousel",
"version": "2.2.7",
"version": "2.3.0-beta.1",
"description": "auro-carousel HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit c5904c7

Please sign in to comment.