From 368c81a15dccb8e042d3fa71056b74199ec9470c Mon Sep 17 00:00:00 2001 From: Amr Hamdy Date: Thu, 5 Dec 2024 18:59:11 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20publish=20new=20version=20v2.?= =?UTF-8?q?10.33=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 | 7 +++++++ lerna.json | 2 +- packages/icons/CHANGELOG.md | 7 +++++++ packages/icons/package.json | 2 +- packages/ui/CHANGELOG.md | 4 ++++ packages/ui/package.json | 4 ++-- 6 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6fd15ed..f91192ee 100644 --- a/CHANGELOG.md +++ b/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.33](https://github.com/scaleflex/ui/compare/v2.10.32...v2.10.33) (2024-12-05) + +### Features + +- **Icons:** add LinkConnected and LinkNotConnected components ([d30ea88](https://github.com/scaleflex/ui/commit/d30ea88119e18ba02657ea733b17e761458ce778)) +- **Icons:** update success icon ([affff55](https://github.com/scaleflex/ui/commit/affff5547f7eb8d985120f96fb0830990fbaf496)) + ## [2.10.32](https://github.com/scaleflex/ui/compare/v2.10.31...v2.10.32) (2024-11-27) ### Bug Fixes diff --git a/lerna.json b/lerna.json index cc73acf6..a3569e8a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.32", + "version": "2.10.33", "npmClient": "yarn", "packages": ["packages/*"], "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 3f08140b..210b6028 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.33](https://github.com/scaleflex/ui/compare/v2.10.32...v2.10.33) (2024-12-05) + +### Features + +- **Icons:** add LinkConnected and LinkNotConnected components ([d30ea88](https://github.com/scaleflex/ui/commit/d30ea88119e18ba02657ea733b17e761458ce778)) +- **Icons:** update success icon ([affff55](https://github.com/scaleflex/ui/commit/affff5547f7eb8d985120f96fb0830990fbaf496)) + ## [2.10.30](https://github.com/scaleflex/ui/compare/v2.10.29...v2.10.30) (2024-11-12) ### Features diff --git a/packages/icons/package.json b/packages/icons/package.json index de9d9928..935bad90 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/icons", - "version": "2.10.30", + "version": "2.10.33", "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 ffea9c95..2a4ca219 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.33](https://github.com/scaleflex/ui/compare/v2.10.32...v2.10.33) (2024-12-05) + +**Note:** Version bump only for package @scaleflex/ui + ## [2.10.32](https://github.com/scaleflex/ui/compare/v2.10.31...v2.10.32) (2024-11-27) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 42f3cab8..ddb764cc 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.32", + "version": "2.10.33", "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.30", + "@scaleflex/icons": "^2.10.33", "@tippyjs/react": "^4.2.6", "@types/lodash.merge": "^4.6.9", "lodash.merge": "^4.6.2",