Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.34
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Apr 27, 2021
1 parent dbb2b00 commit 78cb4f5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.33",
"version": "1.0.0-beta.34",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 78cb4f5

Please sign in to comment.