diff --git a/CHANGELOG.md b/CHANGELOG.md index 644aef93..ec4f9162 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.23](https://github.com/scaleflex/ui/compare/v2.10.22...v2.10.23) (2024-09-13) + +### Bug Fixes + +- input component ([6e65805](https://github.com/scaleflex/ui/commit/6e65805f63c14b506f8b590e1ff93a5e1923d125)) + ## [2.10.22](https://github.com/scaleflex/ui/compare/v2.10.21...v2.10.22) (2024-09-11) ### Features diff --git a/lerna.json b/lerna.json index 2315e4ae..fba338af 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.10.22", + "version": "2.10.23", "npmClient": "yarn", "packages": ["packages/*"], "ignoreChanges": ["**/*.spec.{ts,tsx}", "**/*.story.tsx"], diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index c1983e54..af545b82 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.23](https://github.com/scaleflex/ui/compare/v2.10.22...v2.10.23) (2024-09-13) + +### Bug Fixes + +- input component ([6e65805](https://github.com/scaleflex/ui/commit/6e65805f63c14b506f8b590e1ff93a5e1923d125)) + ## [2.10.22](https://github.com/scaleflex/ui/compare/v2.10.21...v2.10.22) (2024-09-11) ### Features diff --git a/packages/ui/package.json b/packages/ui/package.json index 16566030..7fa58ea6 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "2.10.22", + "version": "2.10.23", "description": "React UI components library by Scaleflex Company", "main": "lib/index.js", "scripts": {