Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.27
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-shaposhnik committed Apr 14, 2021
1 parent a254f3e commit 11a5281
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.27](https://github.com/scaleflex/ui/compare/1.0.0-beta.26...1.0.0-beta.27) (2021-04-14)


### Features

* add AddUser icon ([a254f3e](https://github.com/scaleflex/ui/commit/a254f3e54db9d9638ec395e77415f50dae1faf41))





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


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.26",
"version": "1.0.0-beta.27",
"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.27](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.26...1.0.0-beta.27) (2021-04-14)


### Features

* add AddUser icon ([a254f3e](https://github.com/scaleflex/sfx-ui/commit/a254f3e54db9d9638ec395e77415f50dae1faf41))





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

**Note:** Version bump only for package @scaleflex/icons
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.23",
"version": "1.0.0-beta.27",
"description": "SVG icons as React components",
"scripts": {
"prebuild": "copyfiles README.md lib"
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.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





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


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.26",
"version": "1.0.0-beta.27",
"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.23",
"@scaleflex/icons": "^1.0.0-beta.27",
"lodash.merge": "^4.6.2",
"polished": "^3.6.6",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 11a5281

Please sign in to comment.