diff --git a/CHANGELOG.md b/CHANGELOG.md index eb42a50d..c7290ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.34](https://github.com/scaleflex/ui/compare/1.0.0-beta.33...1.0.0-beta.34) (2021-04-27) + + +### Bug Fixes + +* **input,select:** focus and hover state ([96bb8b7](https://github.com/scaleflex/ui/commit/96bb8b708482dfdb3de1eb72659359d0cff65c08)) +* **modal:** styles ([dbb2b00](https://github.com/scaleflex/ui/commit/dbb2b00e7f130ff3fa17fdfbab88da0516478dc2)) + + + + + # [1.0.0-beta.33](https://github.com/scaleflex/ui/compare/1.0.0-beta.32...1.0.0-beta.33) (2021-04-26) diff --git a/lerna.json b/lerna.json index e48abd5f..122862ed 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.33", + "version": "1.0.0-beta.34", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 01b52b74..b251e8fa 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.34](https://github.com/scaleflex/ui/compare/1.0.0-beta.33...1.0.0-beta.34) (2021-04-27) + + +### Bug Fixes + +* **input,select:** focus and hover state ([96bb8b7](https://github.com/scaleflex/ui/commit/96bb8b708482dfdb3de1eb72659359d0cff65c08)) +* **modal:** styles ([dbb2b00](https://github.com/scaleflex/ui/commit/dbb2b00e7f130ff3fa17fdfbab88da0516478dc2)) + + + + + # [1.0.0-beta.33](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.32...1.0.0-beta.33) (2021-04-26) diff --git a/packages/ui/package.json b/packages/ui/package.json index 420cfc60..7287b2e7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "1.0.0-beta.33", + "version": "1.0.0-beta.34", "description": "React UI components library by Scaleflex Company", "scripts": { "prebuild": "copyfiles README.md lib"