diff --git a/CHANGELOG.md b/CHANGELOG.md index 885532ce..f6fd15ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.32](https://github.com/scaleflex/ui/compare/v2.10.31...v2.10.32) (2024-11-27) + +### Bug Fixes + +- ellipsed text suffix word break problem ([33564b8](https://github.com/scaleflex/ui/commit/33564b8ea860e77d8fe1fc4b1fd58c437ba236d2)) + ## [2.10.31](https://github.com/scaleflex/ui/compare/v2.10.30...v2.10.31) (2024-11-26) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 191abfce..cc73acf6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.31", + "version": "2.10.32", "npmClient": "yarn", "packages": ["packages/*"], "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 56677eea..ffea9c95 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.32](https://github.com/scaleflex/ui/compare/v2.10.31...v2.10.32) (2024-11-27) + +### Bug Fixes + +- ellipsed text suffix word break problem ([33564b8](https://github.com/scaleflex/ui/commit/33564b8ea860e77d8fe1fc4b1fd58c437ba236d2)) + ## [2.10.31](https://github.com/scaleflex/ui/compare/v2.10.30...v2.10.31) (2024-11-26) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 8aa2f277..42f3cab8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.31", + "version": "2.10.32", "description": "React UI components library by Scaleflex Company", "main": "lib/index.js", "scripts": {