Skip to content

Commit

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


### Features

* add icons: Sort, Collaboration, ApiConnection, Warning, Movable, Airbox, Transcode, Location, LocationOutline and User ([cbc43dd](https://github.com/scaleflex/ui/commit/cbc43dd035ed29cc9d5311c97c3bf0ec15f95c76))
* change Account icon ([9cf0c2e](https://github.com/scaleflex/ui/commit/9cf0c2e99c64362b074a6a7d59fa522c264fc8ae))
* change ExternalLink icon ([e2d72da](https://github.com/scaleflex/ui/commit/e2d72da476d052f6dd1e06a82af92523d023e167))
* change LogOut icon ([f1cfabf](https://github.com/scaleflex/ui/commit/f1cfabf5310e1159ede0a7877cb32a5984c82381))
* **IconsStory:** added search and sort ([ad6189c](https://github.com/scaleflex/ui/commit/ad6189c30f2a74a1c34de982b7e474f045eeffa0))





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


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


### Features

* add icons: Sort, Collaboration, ApiConnection, Warning, Movable, Airbox, Transcode, Location, LocationOutline and User ([cbc43dd](https://github.com/scaleflex/sfx-ui/commit/cbc43dd035ed29cc9d5311c97c3bf0ec15f95c76))
* change Account icon ([9cf0c2e](https://github.com/scaleflex/sfx-ui/commit/9cf0c2e99c64362b074a6a7d59fa522c264fc8ae))
* change ExternalLink icon ([e2d72da](https://github.com/scaleflex/sfx-ui/commit/e2d72da476d052f6dd1e06a82af92523d023e167))
* change LogOut icon ([f1cfabf](https://github.com/scaleflex/sfx-ui/commit/f1cfabf5310e1159ede0a7877cb32a5984c82381))





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


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.27",
"version": "1.0.0-beta.28",
"description": "SVG icons as React components",
"scripts": {
"prebuild": "copyfiles README.md lib"
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.28](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.27...1.0.0-beta.28) (2021-04-16)


### Features

* **IconsStory:** added search and sort ([ad6189c](https://github.com/scaleflex/sfx-ui/commit/ad6189c30f2a74a1c34de982b7e474f045eeffa0))





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

**Note:** Version bump only for package @scaleflex/ui
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.27",
"version": "1.0.0-beta.28",
"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.27",
"@scaleflex/icons": "^1.0.0-beta.28",
"lodash.merge": "^4.6.2",
"polished": "^3.6.6",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 20ec3b5

Please sign in to comment.