Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.1](v2.3.0-beta.1...v3.0.0-beta.1) (2024-09-26)

### Features

* add tag name as attribute when custom registered ([75d36cb](75d36cb))

### Performance Improvements

* refactor custom component registration config ([c006e6f](c006e6f))
* update dependencies ([e16223e](e16223e))

### BREAKING CHANGES

* trigger major release for color theme support #44
  • Loading branch information
semantic-release-bot committed Sep 26, 2024
1 parent 75d36cb commit f9f07a3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Semantic Release Automated Changelog

# [3.0.0-beta.1](https://github.com/AlaskaAirlines/auro-carousel/compare/v2.3.0-beta.1...v3.0.0-beta.1) (2024-09-26)


### Features

* add tag name as attribute when custom registered ([75d36cb](https://github.com/AlaskaAirlines/auro-carousel/commit/75d36cb38cc4a6da63ad1c6edf9928a06ef2d11a))


### Performance Improvements

* refactor custom component registration config ([c006e6f](https://github.com/AlaskaAirlines/auro-carousel/commit/c006e6f7edd82680689a65bca1d0a1d8724ca847))
* update dependencies ([e16223e](https://github.com/AlaskaAirlines/auro-carousel/commit/e16223e0817915477a1cc58649bdce22529249a6))


### BREAKING CHANGES

* trigger major release for color theme support #44

# [2.3.0-beta.1](https://github.com/AlaskaAirlines/auro-carousel/compare/v2.2.7...v2.3.0-beta.1) (2024-07-25)


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.9.2/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.1.2/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-carousel@2.3.0-beta.1/dist/auro-carousel__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-carousel@3.0.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.3.0-beta.1",
"version": "3.0.0-beta.1",
"description": "auro-carousel HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit f9f07a3

Please sign in to comment.