Skip to content

Commit

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


### Bug Fixes

* readme ([d06ad77](https://github.com/scaleflex/ui/commit/d06ad779ef6ffcd89143ba9b03848cb026160512))


### Features

* **input:** add iconClickStart,iconClickEnd prop ([3cc7559](https://github.com/scaleflex/ui/commit/3cc75590d9a4c3896f5378c89d38de0c2292fedf))
* **popper:** add default offset for arrow ([e2299f9](https://github.com/scaleflex/ui/commit/e2299f9cd6a1332c43fb7451937960bb76231247))





# [1.0.0-beta.37](https://github.com/scaleflex/ui/compare/1.0.0-beta.36...1.0.0-beta.37) (2021-05-24)


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.37",
"version": "1.0.0-beta.38",
"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.38](https://github.com/scaleflex/ui/compare/1.0.0-beta.37...1.0.0-beta.38) (2021-05-30)


### Features

* **input:** add iconClickStart,iconClickEnd prop ([3cc7559](https://github.com/scaleflex/ui/commit/3cc75590d9a4c3896f5378c89d38de0c2292fedf))
* **popper:** add default offset for arrow ([e2299f9](https://github.com/scaleflex/ui/commit/e2299f9cd6a1332c43fb7451937960bb76231247))





# [1.0.0-beta.37](https://github.com/scaleflex/ui/compare/1.0.0-beta.36...1.0.0-beta.37) (2021-05-24)


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

0 comments on commit e1c9362

Please sign in to comment.