Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.1](v1.1.0-beta.2...v2.0.0-beta.1) (2024-10-03)

### Bug Fixes

* resolve minor color theming issues ([04aed67](04aed67))

### Features

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

### Performance Improvements

* refactor custom component registration config ([5c1afc8](5c1afc8))
* update dependencies ([eea1e4f](eea1e4f))

### BREAKING CHANGES

* trigger major release for color theme support #13
  • Loading branch information
semantic-release-bot committed Oct 3, 2024
1 parent 5c1afc8 commit 2c0f06b
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

# [2.0.0-beta.1](https://github.com/AlaskaAirlines/auro-dialog/compare/v1.1.0-beta.2...v2.0.0-beta.1) (2024-10-03)


### Bug Fixes

* resolve minor color theming issues ([04aed67](https://github.com/AlaskaAirlines/auro-dialog/commit/04aed672c13d2ec1e3be8f80025e7ffc8f18e6d1))


### Features

* add tag name as attribute when custom registered ([e749245](https://github.com/AlaskaAirlines/auro-dialog/commit/e749245d29676388bf40c32b263f32a5f1fc5a68))


### Performance Improvements

* refactor custom component registration config ([5c1afc8](https://github.com/AlaskaAirlines/auro-dialog/commit/5c1afc8f4e8bd38114a03f0b95a0f5f81b25e763))
* update dependencies ([eea1e4f](https://github.com/AlaskaAirlines/auro-dialog/commit/eea1e4f3f84f172558fc6fba6784dbbbf81f2ef1))


### BREAKING CHANGES

* trigger major release for color theme support #13

# [1.1.0-beta.2](https://github.com/AlaskaAirlines/auro-dialog/compare/v1.1.0-beta.1...v1.1.0-beta.2) (2024-07-08)


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/[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-dialog@1.1.0-beta.2/dist/auro-dialog__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-dialog@2.0.0-beta.1/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": "1.1.0-beta.2",
"version": "2.0.0-beta.1",
"description": "auro-dialog HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2c0f06b

Please sign in to comment.