From 6e39fdf3d8a20b8b8a494b79f7b686e779a30201 Mon Sep 17 00:00:00 2001 From: Amr Hamdy Date: Fri, 2 Aug 2024 16:49:13 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20publish=20new=20version=20v2.?= =?UTF-8?q?10.12=F0=9F=94=A5=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 27 ++++++++++----------------- lerna.json | 17 ++++------------- packages/icons/CHANGELOG.md | 15 ++++++--------- packages/icons/package.json | 2 +- packages/ui/CHANGELOG.md | 25 +++++++++---------------- packages/ui/package.json | 4 ++-- 6 files changed, 32 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d83255d..8822983d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,37 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.10.11](https://github.com/scaleflex/ui/compare/v2.10.10...v2.10.11) (2024-07-31) - +## [2.10.12](https://github.com/scaleflex/ui/compare/v2.10.11...v2.10.12) (2024-08-02) ### Bug Fixes -* **Autocomplete:** preventDefault issue [FRA-5712] ([095bd22](https://github.com/scaleflex/ui/commit/095bd227eaec67c0e08fe38e4c54465e31ecedbb)) - - +- label fonts ([7bb9950](https://github.com/scaleflex/ui/commit/7bb99506c689fb2a6e8b96606af950bfd58c080c)) +## [2.10.11](https://github.com/scaleflex/ui/compare/v2.10.10...v2.10.11) (2024-07-31) +### Bug Fixes +- **Autocomplete:** preventDefault issue [FRA-5712] ([095bd22](https://github.com/scaleflex/ui/commit/095bd227eaec67c0e08fe38e4c54465e31ecedbb)) ## [2.10.10](https://github.com/scaleflex/ui/compare/v2.10.9...v2.10.10) (2024-07-31) - ### Bug Fixes -* Ai icons colors -FRA-5916 ([a09c037](https://github.com/scaleflex/ui/commit/a09c0374a1c2ef18586e8b9ef30e3b258ab563e5)) -* **AutoComplete:** value remove on typing [FRA-5712] ([a3c0973](https://github.com/scaleflex/ui/commit/a3c0973673549c3c0a49038a9841733f3dde3ab5)) -* **ColorPicker:** rgb value doest work [FRA-6061] ([9d3b3a5](https://github.com/scaleflex/ui/commit/9d3b3a5138cec10cd91f9624e690a9f3de12e236)) - +- Ai icons colors -FRA-5916 ([a09c037](https://github.com/scaleflex/ui/commit/a09c0374a1c2ef18586e8b9ef30e3b258ab563e5)) +- **AutoComplete:** value remove on typing [FRA-5712] ([a3c0973](https://github.com/scaleflex/ui/commit/a3c0973673549c3c0a49038a9841733f3dde3ab5)) +- **ColorPicker:** rgb value doest work [FRA-6061] ([9d3b3a5](https://github.com/scaleflex/ui/commit/9d3b3a5138cec10cd91f9624e690a9f3de12e236)) ### Features -* **AutoComplete:** select items by arrows [FRA-5965] ([efad64d](https://github.com/scaleflex/ui/commit/efad64ddb5aed242dd2ab0e3dda3c34853a7c13a)) -* synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27)) - - - - - +- **AutoComplete:** select items by arrows [FRA-5965] ([efad64d](https://github.com/scaleflex/ui/commit/efad64ddb5aed242dd2ab0e3dda3c34853a7c13a)) +- synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27)) ## [2.10.9](https://github.com/scaleflex/ui/compare/v2.10.8...v2.10.9) (2024-07-24) diff --git a/lerna.json b/lerna.json index 235336cf..e39ef68e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,21 +1,12 @@ { - "version": "2.10.11", + "version": "2.10.12", "npmClient": "yarn", - "packages": [ - "packages/*" - ], - "ignoreChanges": [ - "**/*.spec.{ts,tsx}", - "**/*.story.tsx" - ], + "packages": ["packages/*"], + "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], "command": { "version": { "message": "chore(release): publish new version %s🔥🚀", - "allowBranch": [ - "master", - "hotfix-*", - "release-*" - ], + "allowBranch": ["master", "hotfix-*", "release-*"], "conventionalCommits": true } }, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 6be0428d..8412150f 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,22 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.10.10](https://github.com/scaleflex/ui/compare/v2.10.9...v2.10.10) (2024-07-31) +## [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 -### Bug Fixes +## [2.10.10](https://github.com/scaleflex/ui/compare/v2.10.9...v2.10.10) (2024-07-31) -* Ai icons colors -FRA-5916 ([a09c037](https://github.com/scaleflex/ui/commit/a09c0374a1c2ef18586e8b9ef30e3b258ab563e5)) +### Bug Fixes +- Ai icons colors -FRA-5916 ([a09c037](https://github.com/scaleflex/ui/commit/a09c0374a1c2ef18586e8b9ef30e3b258ab563e5)) ### Features -* synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27)) - - - - - +- synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27)) ## [2.10.4](https://github.com/scaleflex/ui/compare/v2.10.3...v2.10.4) (2024-06-25) diff --git a/packages/icons/package.json b/packages/icons/package.json index fe266042..0eed80a3 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/icons", - "version": "2.10.10", + "version": "2.10.12", "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 cfce1f8f..5e2166a8 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,36 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.10.11](https://github.com/scaleflex/ui/compare/v2.10.10...v2.10.11) (2024-07-31) - +## [2.10.12](https://github.com/scaleflex/ui/compare/v2.10.11...v2.10.12) (2024-08-02) ### Bug Fixes -* **Autocomplete:** preventDefault issue [FRA-5712] ([095bd22](https://github.com/scaleflex/ui/commit/095bd227eaec67c0e08fe38e4c54465e31ecedbb)) - - +- label fonts ([7bb9950](https://github.com/scaleflex/ui/commit/7bb99506c689fb2a6e8b96606af950bfd58c080c)) +## [2.10.11](https://github.com/scaleflex/ui/compare/v2.10.10...v2.10.11) (2024-07-31) +### Bug Fixes +- **Autocomplete:** preventDefault issue [FRA-5712] ([095bd22](https://github.com/scaleflex/ui/commit/095bd227eaec67c0e08fe38e4c54465e31ecedbb)) ## [2.10.10](https://github.com/scaleflex/ui/compare/v2.10.9...v2.10.10) (2024-07-31) - ### Bug Fixes -* **AutoComplete:** value remove on typing [FRA-5712] ([a3c0973](https://github.com/scaleflex/ui/commit/a3c0973673549c3c0a49038a9841733f3dde3ab5)) -* **ColorPicker:** rgb value doest work [FRA-6061] ([9d3b3a5](https://github.com/scaleflex/ui/commit/9d3b3a5138cec10cd91f9624e690a9f3de12e236)) - +- **AutoComplete:** value remove on typing [FRA-5712] ([a3c0973](https://github.com/scaleflex/ui/commit/a3c0973673549c3c0a49038a9841733f3dde3ab5)) +- **ColorPicker:** rgb value doest work [FRA-6061] ([9d3b3a5](https://github.com/scaleflex/ui/commit/9d3b3a5138cec10cd91f9624e690a9f3de12e236)) ### Features -* **AutoComplete:** select items by arrows [FRA-5965] ([efad64d](https://github.com/scaleflex/ui/commit/efad64ddb5aed242dd2ab0e3dda3c34853a7c13a)) -* synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27)) - - - - - +- **AutoComplete:** select items by arrows [FRA-5965] ([efad64d](https://github.com/scaleflex/ui/commit/efad64ddb5aed242dd2ab0e3dda3c34853a7c13a)) +- synchronize hub with ui-kit and add missing icons -FRA-5916 ([00540a6](https://github.com/scaleflex/ui/commit/00540a6da28ef52898557e755f8fa76357cf5e27)) ## [2.10.9](https://github.com/scaleflex/ui/compare/v2.10.8...v2.10.9) (2024-07-24) diff --git a/packages/ui/package.json b/packages/ui/package.json index 9830397f..e01380d2 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.11", + "version": "2.10.12", "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.10", + "@scaleflex/icons": "^2.10.12", "@tippyjs/react": "^4.2.6", "@types/lodash.merge": "^4.6.9", "lodash.merge": "^4.6.2",