Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.7...v2.3.0) (2024-02-27)

### Bug Fixes

* create "monthChanged" in auro-calendar ([3f88608](3f88608))
* dispatch monthChanged event from datepicker ([4d359da](4d359da))
* **lint:** fix linting issues blocking release ([5039bcb](5039bcb))
* rename calendarOpened to toggled ([e6463a7](e6463a7))

### Features

* **calendar:** add 'auroCalendar-monthChanged' event ([f46b3d0](f46b3d0))
* **datepicker:** add 'auroDatePicker-calendarOpened' event ([9d6f0b2](9d6f0b2))
  • Loading branch information
semantic-release-bot committed Feb 27, 2024
1 parent 5039bcb commit 18cf3ad
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Semantic Release Automated Changelog

# [2.3.0](https://github.com/AlaskaAirlines/auro-datepicker/compare/v2.2.7...v2.3.0) (2024-02-27)


### Bug Fixes

* create "monthChanged" in auro-calendar ([3f88608](https://github.com/AlaskaAirlines/auro-datepicker/commit/3f886084329f3463a363851eb21af0a79fda51fb))
* dispatch monthChanged event from datepicker ([4d359da](https://github.com/AlaskaAirlines/auro-datepicker/commit/4d359dab239092a814d0340401a84929a49381b6))
* **lint:** fix linting issues blocking release ([5039bcb](https://github.com/AlaskaAirlines/auro-datepicker/commit/5039bcbc1224950c74fff27a7a7a199d61ff35d6))
* rename calendarOpened to toggled ([e6463a7](https://github.com/AlaskaAirlines/auro-datepicker/commit/e6463a72924d6eef472a9a0c060a9c86b159f14d))


### Features

* **calendar:** add 'auroCalendar-monthChanged' event ([f46b3d0](https://github.com/AlaskaAirlines/auro-datepicker/commit/f46b3d0a040c212cc9fbf3c045503120a673adb0))
* **datepicker:** add 'auroDatePicker-calendarOpened' event ([9d6f0b2](https://github.com/AlaskaAirlines/auro-datepicker/commit/9d6f0b24ac4845722b61c443a0d0c09bfaf5fee3))

## [2.2.7](https://github.com/AlaskaAirlines/auro-datepicker/compare/v2.2.6...v2.2.7) (2024-02-13)


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/[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-datepicker@2.2.7/dist/auro-datepicker__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-datepicker@2.3.0/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.2.7",
"version": "2.3.0",
"description": "auro-datepicker HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 18cf3ad

Please sign in to comment.