Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.22
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Mar 31, 2021
1 parent 3ecd030 commit 1e406dd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.22](https://github.com/scaleflex/ui/compare/1.0.0-beta.21...1.0.0-beta.22) (2021-03-31)


### Bug Fixes

* **TagField,Menu:** fix unique key issue and overlay zindex ([3ecd030](https://github.com/scaleflex/ui/commit/3ecd030b24b665b02341f21166ad6579c36604da))





# [1.0.0-beta.21](https://github.com/scaleflex/ui/compare/1.0.0-beta.20...1.0.0-beta.21) (2021-03-30)

**Note:** Version bump only for package ui
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.21",
"version": "1.0.0-beta.22",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
11 changes: 11 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.22](https://github.com/scaleflex/ui/compare/1.0.0-beta.21...1.0.0-beta.22) (2021-03-31)


### Bug Fixes

* **TagField,Menu:** fix unique key issue and overlay zindex ([3ecd030](https://github.com/scaleflex/ui/commit/3ecd030b24b665b02341f21166ad6579c36604da))





# [1.0.0-beta.21](https://github.com/scaleflex/ui/compare/1.0.0-beta.20...1.0.0-beta.21) (2021-03-30)

**Note:** Version bump only for package @scaleflex/ui
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.21",
"version": "1.0.0-beta.22",
"description": "React UI components library by Scaleflex Company",
"scripts": {
"prebuild": "copyfiles README.md lib"
Expand Down

0 comments on commit 1e406dd

Please sign in to comment.