diff --git a/CHANGELOG.md b/CHANGELOG.md index bd08601..150bf9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [2.5.4](https://github.com/AlaskaAirlines/auro-datepicker/compare/v2.5.3...v2.5.4) (2024-06-10) + + +### Bug Fixes + +* add relative positioning to div wrapper ([190e89d](https://github.com/AlaskaAirlines/auro-datepicker/commit/190e89d497a0b4b8ac846a0e377f5a74876c29b7)), closes [AuroSelect#187](https://github.com/AuroSelect/issues/187) + ## [2.5.3](https://github.com/AlaskaAirlines/auro-datepicker/compare/v2.5.2...v2.5.3) (2024-05-24) diff --git a/README.md b/README.md index 83daeb0..b4a7c7e 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 06eb550..fcc62f6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "================================================================================" ], "name": "@aurodesignsystem/auro-datepicker", - "version": "2.5.3", + "version": "2.5.4", "description": "auro-datepicker HTML custom element", "repository": { "type": "git",