From 5d15b5303d740ca05c2517c0c8056e8fc8461ba8 Mon Sep 17 00:00:00 2001 From: Amr Hamdy Date: Mon, 21 Oct 2024 12:27:45 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20publish=20new=20version=20v2.?= =?UTF-8?q?10.26=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 | 6 ++++++ lerna.json | 2 +- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51774c5b..34310aed 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.26](https://github.com/scaleflex/ui/compare/v2.10.25...v2.10.26) (2024-10-21) + +### Bug Fixes + +- **MenuItem:** showing subList ([7738817](https://github.com/scaleflex/ui/commit/7738817799f9765c6e4f0f5b78b880bb81cd9f93)) + ## [2.10.25](https://github.com/scaleflex/ui/compare/v2.10.24...v2.10.25) (2024-10-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index b248337b..5e8c60fa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.25", + "version": "2.10.26", "npmClient": "yarn", "packages": ["packages/*"], "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 33c2e567..b285e599 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.26](https://github.com/scaleflex/ui/compare/v2.10.25...v2.10.26) (2024-10-21) + +### Bug Fixes + +- **MenuItem:** showing subList ([7738817](https://github.com/scaleflex/ui/commit/7738817799f9765c6e4f0f5b78b880bb81cd9f93)) + ## [2.10.25](https://github.com/scaleflex/ui/compare/v2.10.24...v2.10.25) (2024-10-21) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 03528b41..3066974a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.25", + "version": "2.10.26", "description": "React UI components library by Scaleflex Company", "main": "lib/index.js", "scripts": {