Skip to content

Commit

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

### Bug Fixes

* resolve minor color theming issues ([89b344a](89b344a))

### Performance Improvements

* refactor custom component registration config ([d080c60](d080c60))
* update dependencies ([74ab81a](74ab81a))

### BREAKING CHANGES

* trigger major release for color theme support #63
  • Loading branch information
semantic-release-bot authored and jason-capsule42 committed Sep 30, 2024
1 parent 083e22c commit 240d688
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

# [4.0.0-beta.1](https://github.com/AlaskaAirlines/auro-popover/compare/v3.3.0-beta.3...v4.0.0-beta.1) (2024-09-30)


### Bug Fixes

* resolve minor color theming issues ([89b344a](https://github.com/AlaskaAirlines/auro-popover/commit/89b344a05937df074cd260edfa67cfb0f29e4934))


### Performance Improvements

* refactor custom component registration config ([d080c60](https://github.com/AlaskaAirlines/auro-popover/commit/d080c609faec0c6bd990204f5d72ef5c35c4ad8b))
* update dependencies ([74ab81a](https://github.com/AlaskaAirlines/auro-popover/commit/74ab81a5881baf1efce5cdd37a3a34b6e05c3847))


### BREAKING CHANGES

* trigger major release for color theme support #63

# [3.3.0-beta.3](https://github.com/AlaskaAirlines/auro-popover/compare/v3.3.0-beta.2...v3.3.0-beta.3) (2024-08-15)


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-popover@3.3.0-beta.3/dist/auro-popover__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-popover@4.0.0-beta.1/dist/auro-popover__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-popover",
"version": "3.3.0-beta.3",
"version": "4.0.0-beta.1",
"description": "auro-popover HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 240d688

Please sign in to comment.