From 602a91efb22e9cd0d6b88b6a780bc0bb3cbd0bf9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 May 2024 17:24:11 +0000 Subject: [PATCH] chore(release): 2.5.2 [skip ci] ## [2.5.2](https://github.com/AlaskaAirlines/auro-datepicker/compare/v2.5.1...v2.5.2) (2024-05-17) ### Bug Fixes * correctly handle focus date when values are set [#225](https://github.com/AlaskaAirlines/auro-datepicker/issues/225) ([242bdc4](https://github.com/AlaskaAirlines/auro-datepicker/commit/242bdc4bf25fc5d3e97f4acc408bc2079f6d7d68)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25ecdcc..81c5a31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [2.5.2](https://github.com/AlaskaAirlines/auro-datepicker/compare/v2.5.1...v2.5.2) (2024-05-17) + + +### Bug Fixes + +* correctly handle focus date when values are set [#225](https://github.com/AlaskaAirlines/auro-datepicker/issues/225) ([242bdc4](https://github.com/AlaskaAirlines/auro-datepicker/commit/242bdc4bf25fc5d3e97f4acc408bc2079f6d7d68)) + ## [2.5.1](https://github.com/AlaskaAirlines/auro-datepicker/compare/v2.5.0...v2.5.1) (2024-04-26) diff --git a/README.md b/README.md index 4f8f0914..3f053df9 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ In cases where the project is not able to process JS assets, there are pre-proce ```html - + ``` diff --git a/package.json b/package.json index 1780a3f2..dfdac034 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-datepicker", - "version": "2.5.1", + "version": "2.5.2", "description": "auro-datepicker HTML custom element", "repository": { "type": "git",