diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c5c35e..885532ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.31](https://github.com/scaleflex/ui/compare/v2.10.30...v2.10.31) (2024-11-26) + +### Bug Fixes + +- **Input:** blur onClick cross button [FRA-5665] ([816bf10](https://github.com/scaleflex/ui/commit/816bf10953574165e2742424daf49643f4de033a)) + +### Features + +- add suffix text to the ellipsed text component ([981271f](https://github.com/scaleflex/ui/commit/981271f0363aa04e3617d3b4947149e1e69f9818)) +- add tooltip title to elipsed text ([f405972](https://github.com/scaleflex/ui/commit/f405972c6b8e7c54e1cf7f5906986a69447aa0d1)) + ## [2.10.30](https://github.com/scaleflex/ui/compare/v2.10.29...v2.10.30) (2024-11-12) ### Features diff --git a/lerna.json b/lerna.json index e585cc22..191abfce 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.30", + "version": "2.10.31", "npmClient": "yarn", "packages": ["packages/*"], "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 93d1d342..56677eea 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.31](https://github.com/scaleflex/ui/compare/v2.10.30...v2.10.31) (2024-11-26) + +### Bug Fixes + +- **Input:** blur onClick cross button [FRA-5665] ([816bf10](https://github.com/scaleflex/ui/commit/816bf10953574165e2742424daf49643f4de033a)) + +### Features + +- add suffix text to the ellipsed text component ([981271f](https://github.com/scaleflex/ui/commit/981271f0363aa04e3617d3b4947149e1e69f9818)) +- add tooltip title to elipsed text ([f405972](https://github.com/scaleflex/ui/commit/f405972c6b8e7c54e1cf7f5906986a69447aa0d1)) + ## [2.10.30](https://github.com/scaleflex/ui/compare/v2.10.29...v2.10.30) (2024-11-12) **Note:** Version bump only for package @scaleflex/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 10603339..8aa2f277 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.30", + "version": "2.10.31", "description": "React UI components library by Scaleflex Company", "main": "lib/index.js", "scripts": {