From 95d50e149cf8cae6bd42945aca5d80e06988169c Mon Sep 17 00:00:00 2001 From: Amr Hamdy Date: Fri, 9 Aug 2024 17:34:13 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20publish=20new=20version=20v2.?= =?UTF-8?q?10.16=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 c1f3ab5b..0967481d 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.16](https://github.com/scaleflex/ui/compare/v2.10.15...v2.10.16) (2024-08-09) + +### Bug Fixes + +- remove type from label in checkbox, radio, switcher ([d1f38b1](https://github.com/scaleflex/ui/commit/d1f38b1344a7d1fcf5a6763593b4022fe138af29)) + ## [2.10.15](https://github.com/scaleflex/ui/compare/v2.10.14...v2.10.15) (2024-08-06) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 0dbbace9..886eeb90 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.15", + "version": "2.10.16", "npmClient": "yarn", "packages": ["packages/*"], "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 77e348ca..88abbf98 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.16](https://github.com/scaleflex/ui/compare/v2.10.15...v2.10.16) (2024-08-09) + +### Bug Fixes + +- remove type from label in checkbox, radio, switcher ([d1f38b1](https://github.com/scaleflex/ui/commit/d1f38b1344a7d1fcf5a6763593b4022fe138af29)) + ## [2.10.15](https://github.com/scaleflex/ui/compare/v2.10.14...v2.10.15) (2024-08-06) **Note:** Version bump only for package @scaleflex/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index c6d8d49b..ca6e6f58 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.15", + "version": "2.10.16", "description": "React UI components library by Scaleflex Company", "main": "lib/index.js", "scripts": {