From faaed41417230885a6819c57b76531c027252ca8 Mon Sep 17 00:00:00 2001 From: Amr Hamdy Date: Mon, 4 Nov 2024 17:12:47 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20publish=20new=20version=20v2.?= =?UTF-8?q?10.29=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 | 4 ++++ lerna.json | 2 +- packages/icons/CHANGELOG.md | 4 ++++ packages/icons/package.json | 2 +- packages/ui/CHANGELOG.md | 4 ++++ packages/ui/package.json | 4 ++-- 6 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ee2b42..9742ad7a 100644 --- a/CHANGELOG.md +++ b/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.29](https://github.com/scaleflex/ui/compare/v2.10.28...v2.10.29) (2024-11-04) + +**Note:** Version bump only for package ui + ## [2.10.28](https://github.com/scaleflex/ui/compare/v2.10.27...v2.10.28) (2024-11-04) ### Features diff --git a/lerna.json b/lerna.json index 6067c732..49b7fe0c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.28", + "version": "2.10.29", "npmClient": "yarn", "packages": ["packages/*"], "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index a27b827f..9a3488ad 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.29](https://github.com/scaleflex/ui/compare/v2.10.28...v2.10.29) (2024-11-04) + +**Note:** Version bump only for package @scaleflex/icons + ## [2.10.28](https://github.com/scaleflex/ui/compare/v2.10.27...v2.10.28) (2024-11-04) ### Features diff --git a/packages/icons/package.json b/packages/icons/package.json index 93de9ea1..1e7a53d9 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/icons", - "version": "2.10.28", + "version": "2.10.29", "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 c400e7b6..dbce89c8 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.29](https://github.com/scaleflex/ui/compare/v2.10.28...v2.10.29) (2024-11-04) + +**Note:** Version bump only for package @scaleflex/ui + ## [2.10.28](https://github.com/scaleflex/ui/compare/v2.10.27...v2.10.28) (2024-11-04) ### Features diff --git a/packages/ui/package.json b/packages/ui/package.json index e314bc59..ac1b5eb7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.28", + "version": "2.10.29", "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.28", + "@scaleflex/icons": "^2.10.29", "@tippyjs/react": "^4.2.6", "@types/lodash.merge": "^4.6.9", "lodash.merge": "^4.6.2",