Skip to content

Commit

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


### Bug Fixes

* **popup-content:** styles ([0a8c305](https://github.com/scaleflex/ui/commit/0a8c305387a0420ab91fb19fdd4a373f1d08c94c))


### Features

* **Icons:** add icons: world and verify ([5e1fda0](https://github.com/scaleflex/ui/commit/5e1fda007790733b3c8b0f196b49d34830a9dc3a))
* **input,select,text-area:** add background prop ([fd47837](https://github.com/scaleflex/ui/commit/fd478376a161f10e27bc97748ba55d8acbbbcc24))
* **MenuItem:** add prop 'active' for sub menu MenuItem (MenuItemListType) ([cf8ed76](https://github.com/scaleflex/ui/commit/cf8ed7610eff7e9b94e306ceb9087db6eb23a1e7))
* **Tag:** enable contentEditable ([1b4d86b](https://github.com/scaleflex/ui/commit/1b4d86bc34c67f173aad549228852c1aeabc06d8))





# [1.0.0-beta.28](https://github.com/scaleflex/ui/compare/1.0.0-beta.27...1.0.0-beta.28) (2021-04-16)


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.28",
"version": "1.0.0-beta.29",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
11 changes: 11 additions & 0 deletions packages/icons/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.29](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.28...1.0.0-beta.29) (2021-04-20)


### Features

* **Icons:** add icons: world and verify ([5e1fda0](https://github.com/scaleflex/sfx-ui/commit/5e1fda007790733b3c8b0f196b49d34830a9dc3a))





# [1.0.0-beta.28](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.27...1.0.0-beta.28) (2021-04-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleflex/icons",
"version": "1.0.0-beta.28",
"version": "1.0.0-beta.29",
"description": "SVG icons as React components",
"scripts": {
"prebuild": "copyfiles README.md lib"
Expand Down
18 changes: 18 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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.29](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.28...1.0.0-beta.29) (2021-04-20)


### Bug Fixes

* **popup-content:** styles ([0a8c305](https://github.com/scaleflex/sfx-ui/commit/0a8c305387a0420ab91fb19fdd4a373f1d08c94c))


### Features

* **input,select,text-area:** add background prop ([fd47837](https://github.com/scaleflex/sfx-ui/commit/fd478376a161f10e27bc97748ba55d8acbbbcc24))
* **MenuItem:** add prop 'active' for sub menu MenuItem (MenuItemListType) ([cf8ed76](https://github.com/scaleflex/sfx-ui/commit/cf8ed7610eff7e9b94e306ceb9087db6eb23a1e7))
* **Tag:** enable contentEditable ([1b4d86b](https://github.com/scaleflex/sfx-ui/commit/1b4d86bc34c67f173aad549228852c1aeabc06d8))





# [1.0.0-beta.28](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.27...1.0.0-beta.28) (2021-04-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@scaleflex/ui",
"version": "1.0.0-beta.28",
"version": "1.0.0-beta.29",
"description": "React UI components library by Scaleflex Company",
"scripts": {
"prebuild": "copyfiles README.md lib"
},
"dependencies": {
"@popperjs/core": "^2.6.0",
"@scaleflex/icons": "^1.0.0-beta.28",
"@scaleflex/icons": "^1.0.0-beta.29",
"lodash.merge": "^4.6.2",
"polished": "^3.6.6",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 5504394

Please sign in to comment.