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.2.0-beta.1...v3.0.0-beta.1) (2024-09-27)

### Bug Fixes

* resolve minor color theming issues ([894b6fd](894b6fd))

### Features

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

### Performance Improvements

* refactor custom component registration config ([147af17](147af17))
* update dependencies ([438c6b1](438c6b1))

### BREAKING CHANGES

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

# [3.0.0-beta.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.2.0-beta.1...v3.0.0-beta.1) (2024-09-27)


### Bug Fixes

* resolve minor color theming issues ([894b6fd](https://github.com/AlaskaAirlines/auro-skeleton/commit/894b6fdb1291e3e1e71fc7cbe75b1aec6d07400d))


### Features

* add tag name as attribute when custom registered ([d8c3f71](https://github.com/AlaskaAirlines/auro-skeleton/commit/d8c3f7118403265723841a54b5f255f396f9af80))


### Performance Improvements

* refactor custom component registration config ([147af17](https://github.com/AlaskaAirlines/auro-skeleton/commit/147af17a0872d461579250175f7f4a16b7c29b06))
* update dependencies ([438c6b1](https://github.com/AlaskaAirlines/auro-skeleton/commit/438c6b18befb197a11c493f7d9fadb24ef989ea7))


### BREAKING CHANGES

* trigger major release for color theme support #31

# [2.2.0-beta.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.5...v2.2.0-beta.1) (2024-07-09)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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/[email protected]/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-skeleton@2.2.0-beta.1/dist/auro-skeleton__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-skeleton@3.0.0-beta.1/dist/auro-skeleton__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-skeleton",
"version": "2.2.0-beta.1",
"version": "3.0.0-beta.1",
"description": "auro-skeleton HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit ab93e1f

Please sign in to comment.