diff --git a/CHANGELOG.md b/CHANGELOG.md index 8822983d..ad70c901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.13](https://github.com/scaleflex/ui/compare/v2.10.12...v2.10.13) (2024-08-05) + +### Bug Fixes + +- [Icons] mail outline icon -FRA-6158 ([a70d172](https://github.com/scaleflex/ui/commit/a70d1727b2d5492d52d1d486342e0ac9e1d7e3dd)) +- **ColorPicker:** not updating rgb color correct [FRA-6061] ([2aa55c9](https://github.com/scaleflex/ui/commit/2aa55c9b916ba36ca8845cc88b4d2b2147ccc3c9)) +- **Popper:** overlay is shown when popper is closed ([73f474c](https://github.com/scaleflex/ui/commit/73f474c628a6c039169d56e2353e60a023b4f1bb)) + ## [2.10.12](https://github.com/scaleflex/ui/compare/v2.10.11...v2.10.12) (2024-08-02) ### Bug Fixes diff --git a/lerna.json b/lerna.json index e39ef68e..e078562b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.12", + "version": "2.10.13", "npmClient": "yarn", "packages": ["packages/*"], "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 8412150f..3af11620 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.13](https://github.com/scaleflex/ui/compare/v2.10.12...v2.10.13) (2024-08-05) + +### Bug Fixes + +- [Icons] mail outline icon -FRA-6158 ([a70d172](https://github.com/scaleflex/ui/commit/a70d1727b2d5492d52d1d486342e0ac9e1d7e3dd)) + ## [2.10.12](https://github.com/scaleflex/ui/compare/v2.10.11...v2.10.12) (2024-08-02) **Note:** Version bump only for package @scaleflex/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 0eed80a3..34d65410 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/icons", - "version": "2.10.12", + "version": "2.10.13", "description": "SVG icons as React components", "scripts": { "prebuild": "copyfiles README.md lib" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 5e2166a8..bcf419e3 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.13](https://github.com/scaleflex/ui/compare/v2.10.12...v2.10.13) (2024-08-05) + +### Bug Fixes + +- **ColorPicker:** not updating rgb color correct [FRA-6061] ([2aa55c9](https://github.com/scaleflex/ui/commit/2aa55c9b916ba36ca8845cc88b4d2b2147ccc3c9)) +- **Popper:** overlay is shown when popper is closed ([73f474c](https://github.com/scaleflex/ui/commit/73f474c628a6c039169d56e2353e60a023b4f1bb)) + ## [2.10.12](https://github.com/scaleflex/ui/compare/v2.10.11...v2.10.12) (2024-08-02) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index e01380d2..0d31fe94 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.12", + "version": "2.10.13", "description": "React UI components library by Scaleflex Company", "main": "lib/index.js", "scripts": { @@ -8,7 +8,7 @@ }, "dependencies": { "@popperjs/core": "^2.6.0", - "@scaleflex/icons": "^2.10.12", + "@scaleflex/icons": "^2.10.13", "@tippyjs/react": "^4.2.6", "@types/lodash.merge": "^4.6.9", "lodash.merge": "^4.6.2",