diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe7e08b..6e9e1725 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.19](https://github.com/scaleflex/ui/compare/v2.10.18...v2.10.19) (2024-08-18) + +### Bug Fixes + +- **buttons:** add type button to all button components ([392dc1d](https://github.com/scaleflex/ui/commit/392dc1d281357b38afde82262207ceeaaa5a0e28)) +- **TextWithHighlights:** duplicate key ([ab9faff](https://github.com/scaleflex/ui/commit/ab9faff0c044dadf9901ada94b3576bf117579fe)) + ## [2.10.18](https://github.com/scaleflex/ui/compare/v2.10.17...v2.10.18) (2024-08-12) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 39a20b3d..6cceb777 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.18", + "version": "2.10.19", "npmClient": "yarn", "packages": ["packages/*"], "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 7dca7e6b..d506979e 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.19](https://github.com/scaleflex/ui/compare/v2.10.18...v2.10.19) (2024-08-18) + +### Bug Fixes + +- **buttons:** add type button to all button components ([392dc1d](https://github.com/scaleflex/ui/commit/392dc1d281357b38afde82262207ceeaaa5a0e28)) +- **TextWithHighlights:** duplicate key ([ab9faff](https://github.com/scaleflex/ui/commit/ab9faff0c044dadf9901ada94b3576bf117579fe)) + ## [2.10.18](https://github.com/scaleflex/ui/compare/v2.10.17...v2.10.18) (2024-08-12) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 607bef38..267b7268 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.18", + "version": "2.10.19", "description": "React UI components library by Scaleflex Company", "main": "lib/index.js", "scripts": {