diff --git a/libs/react-components/CHANGELOG.md b/libs/react-components/CHANGELOG.md index 1521e7f1a..e9c2b9c0a 100644 --- a/libs/react-components/CHANGELOG.md +++ b/libs/react-components/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.18.0] - 2023-12-07 + +### Added + +- Added a `keyPress` event to the Input component ([#1398](https://github.com/GovAlta/ui-components/issues/1398)) +- Added a character and word counter to the TextArea component ([#1204](https://github.com/GovAlta/ui-components/issues/1204)) + ## [4.17.0] - 2023-11-27 ### Added diff --git a/libs/web-components/CHANGELOG.md b/libs/web-components/CHANGELOG.md index 614dcfcd8..bb61f71cd 100644 --- a/libs/web-components/CHANGELOG.md +++ b/libs/web-components/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.18.0] - 2023-12-07 + +### Added + +- Added a `keyPress` event to the Input component ([#1398](https://github.com/GovAlta/ui-components/issues/1398)) +- Added a character and word counter to the TextArea component ([#1204](https://github.com/GovAlta/ui-components/issues/1204)) + +### Fixed + +- Updated the Datepicker component to allow values to be changed programmatically ([#1443](https://github.com/GovAlta/ui-components/issues/1443)) + ## [1.17.0] - 2023-11-27 ### Added