diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c7251e..8cad222a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.6](https://github.com/scaleflex/ui/compare/v2.10.5...v2.10.6) (2024-07-04) + + +### Bug Fixes + +* **Calendar:** selected value when open day selector [FRA-5704] ([c192697](https://github.com/scaleflex/ui/commit/c192697fe3c198737a24c81e1dbc567e3172c178)) + + +### Features + +* [Autocomplete] add searched text highlight ([d208324](https://github.com/scaleflex/ui/commit/d208324019bf2ec2aed8617a1aa606c81590dd5c)) + + + + + + ## [2.10.5](https://github.com/scaleflex/ui/compare/v2.10.4...v2.10.5) (2024-06-25) **Note:** Version bump only for package ui diff --git a/lerna.json b/lerna.json index fc73309d..8705e8bd 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.5", + "version": "2.10.6", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 0c9f76c1..16c3eefa 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.6](https://github.com/scaleflex/ui/compare/v2.10.5...v2.10.6) (2024-07-04) + + +### Bug Fixes + +* **Calendar:** selected value when open day selector [FRA-5704] ([c192697](https://github.com/scaleflex/ui/commit/c192697fe3c198737a24c81e1dbc567e3172c178)) + + +### Features + +* [Autocomplete] add searched text highlight ([d208324](https://github.com/scaleflex/ui/commit/d208324019bf2ec2aed8617a1aa606c81590dd5c)) + + + + + + ## [2.10.5](https://github.com/scaleflex/ui/compare/v2.10.4...v2.10.5) (2024-06-25) **Note:** Version bump only for package @scaleflex/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 7bfbfad8..d2358497 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.5", + "version": "2.10.6", "description": "React UI components library by Scaleflex Company", "main": "lib/index.js", "scripts": {