Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit

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

### Bug Fixes

* resolve minor color theming issues [#206](#206) ([0e705de](0e705de))

### Performance Improvements

* refactor custom component registration config ([910cac2](910cac2))
* update dependencies and file extensions ([06d116a](06d116a))
  • Loading branch information
semantic-release-bot authored and jason-capsule42 committed Oct 4, 2024
1 parent 295cde2 commit d3c761e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Semantic Release Automated Changelog

# [2.8.0-beta.2](https://github.com/AlaskaAirlines/auro-datepicker/compare/v2.8.0-beta.1...v2.8.0-beta.2) (2024-10-03)


### Bug Fixes

* resolve minor color theming issues [#206](https://github.com/AlaskaAirlines/auro-datepicker/issues/206) ([0e705de](https://github.com/AlaskaAirlines/auro-datepicker/commit/0e705de357c5c556937b3f082c5b80c5ba87619f))


### Performance Improvements

* refactor custom component registration config ([910cac2](https://github.com/AlaskaAirlines/auro-datepicker/commit/910cac2ed407086097375cfb6010e72301e0ce0c))
* update dependencies and file extensions ([06d116a](https://github.com/AlaskaAirlines/auro-datepicker/commit/06d116a25d2c5c4b83f3f7fa38ea8523b3c7dc3f))

# [2.8.0-beta.1](https://github.com/AlaskaAirlines/auro-datepicker/compare/v2.7.1...v2.8.0-beta.1) (2024-08-19)


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

0 comments on commit d3c761e

Please sign in to comment.