Skip to content

Commit

Permalink
chore(release): 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.5.0](v2.4.1...v2.5.0) (2024-04-24)

### Bug Fixes

* **layout:** adjust mobile layout issue discovered during dev ([7fcafb8](7fcafb8))

### Features

* **calendar:** add new feature and improve control of rendered calendar months [#213](#213) ([9d1d955](9d1d955))
* **scrolling:** auto-scroll to focusdate when opening the mobile datepicker the first time ([c6f44fd](c6f44fd))

### Performance Improvements

* **tests:** update time comparison to tests to work in any time zone. ([186f16d](186f16d))
  • Loading branch information
semantic-release-bot committed Apr 24, 2024
1 parent 186f16d commit 0b32978
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

# [2.5.0](https://github.com/AlaskaAirlines/auro-datepicker/compare/v2.4.1...v2.5.0) (2024-04-24)


### Bug Fixes

* **layout:** adjust mobile layout issue discovered during dev ([7fcafb8](https://github.com/AlaskaAirlines/auro-datepicker/commit/7fcafb8b49efa7935b0fa478610ce4850cb7f955))


### Features

* **calendar:** add new feature and improve control of rendered calendar months [#213](https://github.com/AlaskaAirlines/auro-datepicker/issues/213) ([9d1d955](https://github.com/AlaskaAirlines/auro-datepicker/commit/9d1d9555fb8dc95e030fb81c239ced10d49bf181))
* **scrolling:** auto-scroll to focusdate when opening the mobile datepicker the first time ([c6f44fd](https://github.com/AlaskaAirlines/auro-datepicker/commit/c6f44fd5a14f13fe7bbb4a588b6b9b45f46835ce))


### Performance Improvements

* **tests:** update time comparison to tests to work in any time zone. ([186f16d](https://github.com/AlaskaAirlines/auro-datepicker/commit/186f16de297fd6291bb0e304ddada458bfb36965))

## [2.4.1](https://github.com/AlaskaAirlines/auro-datepicker/compare/v2.4.0...v2.4.1) (2024-03-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/design-tokens@4.3.0/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.0.5/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-datepicker@2.4.1/dist/auro-datepicker__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-datepicker@2.5.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.4.1",
"version": "2.5.0",
"description": "auro-datepicker HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0b32978

Please sign in to comment.