diff --git a/CHANGELOG.md b/CHANGELOG.md index ed93f347..aeecbb16 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.20](https://github.com/scaleflex/ui/compare/v2.10.19...v2.10.20) (2024-08-22) + +### Bug Fixes + +- **Button:** fix overriding button type ([272c594](https://github.com/scaleflex/ui/commit/272c594c52e0b70d0b38a993a57cc9a20436a5c7)) +- **Button:** fix overriding button type ([f5ce550](https://github.com/scaleflex/ui/commit/f5ce5507464524a001e4d4b640a83e384de0f845)) + ## [2.10.19](https://github.com/scaleflex/ui/compare/v2.10.18...v2.10.19) (2024-08-18) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 6cceb777..c7572c2f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.19", + "version": "2.10.20", "npmClient": "yarn", "packages": ["packages/*"], "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index d506979e..fef28cda 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/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.20](https://github.com/scaleflex/ui/compare/v2.10.19...v2.10.20) (2024-08-22) + +### Bug Fixes + +- **Button:** fix overriding button type ([272c594](https://github.com/scaleflex/ui/commit/272c594c52e0b70d0b38a993a57cc9a20436a5c7)) +- **Button:** fix overriding button type ([f5ce550](https://github.com/scaleflex/ui/commit/f5ce5507464524a001e4d4b640a83e384de0f845)) + ## [2.10.19](https://github.com/scaleflex/ui/compare/v2.10.18...v2.10.19) (2024-08-18) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 267b7268..b4131ad9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.19", + "version": "2.10.20", "description": "React UI components library by Scaleflex Company", "main": "lib/index.js", "scripts": {