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": {