Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.24
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Apr 6, 2021
1 parent 32e4bae commit 3bd10c4
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.24](https://github.com/scaleflex/ui/compare/1.0.0-beta.23...1.0.0-beta.24) (2021-04-06)


### Bug Fixes

* **button:** sizes ([9554d22](https://github.com/scaleflex/ui/commit/9554d2253c122f8fd7ba27833d324fa23f247aaf))
* **menu:** popperOptions were not set in menu ([09557f2](https://github.com/scaleflex/ui/commit/09557f2811dfa7ef6bdaf468ab8340f8bd77f3d2))
* **modal:** add global class for modal instead of inline style ([32e4bae](https://github.com/scaleflex/ui/commit/32e4bae975fcfcd25f84e7ed0b0513dd7acd65a9))





# [1.0.0-beta.23](https://github.com/scaleflex/ui/compare/1.0.0-beta.22...1.0.0-beta.23) (2021-04-02)


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.23",
"version": "1.0.0-beta.24",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.24](https://github.com/scaleflex/ui/compare/1.0.0-beta.23...1.0.0-beta.24) (2021-04-06)


### Bug Fixes

* **button:** sizes ([9554d22](https://github.com/scaleflex/ui/commit/9554d2253c122f8fd7ba27833d324fa23f247aaf))
* **menu:** popperOptions were not set in menu ([09557f2](https://github.com/scaleflex/ui/commit/09557f2811dfa7ef6bdaf468ab8340f8bd77f3d2))
* **modal:** add global class for modal instead of inline style ([32e4bae](https://github.com/scaleflex/ui/commit/32e4bae975fcfcd25f84e7ed0b0513dd7acd65a9))





# [1.0.0-beta.23](https://github.com/scaleflex/ui/compare/1.0.0-beta.22...1.0.0-beta.23) (2021-04-02)


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.23",
"version": "1.0.0-beta.24",
"description": "React UI components library by Scaleflex Company",
"scripts": {
"prebuild": "copyfiles README.md lib"
Expand Down

0 comments on commit 3bd10c4

Please sign in to comment.