Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-shaposhnik committed Jan 14, 2021
1 parent 78d3a84 commit d6eef99
Show file tree
Hide file tree
Showing 6 changed files with 53 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.4](https://github.com/scaleflex/ui/compare/1.0.0-beta.3...1.0.0-beta.4) (2021-01-14)


### Bug Fixes

* **Menu:** menu select item bug ([4af36f1](https://github.com/scaleflex/ui/commit/4af36f1d406066e7767b6b7fdd634f0d1a1793dd))


### Features

* create icons: MoveDown, MoveUp, Box, Point, Rocket, Power, CloudUpload, Process ([6409c3f](https://github.com/scaleflex/ui/commit/6409c3f4b486d5a243bd486e59e7d107abda5c67))
* create icons: Security, Analytics, Puzzle, Account, LogOut, ReleaseNotes, About, Support, Documentation ([78d3a84](https://github.com/scaleflex/ui/commit/78d3a848374e25bb8e3d72d0b6fa12b93b73fdc0))
* **Input:** add input placeholder styles and add placeholder to story ([f8b94c4](https://github.com/scaleflex/ui/commit/f8b94c4fdf4931afd8691ca6ee0714a5acf4350f))
* **ui/core:** create ui/core/index.ts ([f6715c4](https://github.com/scaleflex/ui/commit/f6715c4cde8b25bdc25ad89e5ba5d2665a6262c1))





# [1.0.0-beta.3](https://github.com/scaleflex/ui/compare/1.0.0-beta.2...1.0.0-beta.3) (2021-01-13)


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


### Features

* create icons: MoveDown, MoveUp, Box, Point, Rocket, Power, CloudUpload, Process ([6409c3f](https://github.com/scaleflex/sfx-ui/commit/6409c3f4b486d5a243bd486e59e7d107abda5c67))
* create icons: Security, Analytics, Puzzle, Account, LogOut, ReleaseNotes, About, Support, Documentation ([78d3a84](https://github.com/scaleflex/sfx-ui/commit/78d3a848374e25bb8e3d72d0b6fa12b93b73fdc0))





# [1.0.0-beta.3](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.2...1.0.0-beta.3) (2021-01-13)


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


### Bug Fixes

* **Menu:** menu select item bug ([4af36f1](https://github.com/scaleflex/sfx-ui/commit/4af36f1d406066e7767b6b7fdd634f0d1a1793dd))


### Features

* create icons: MoveDown, MoveUp, Box, Point, Rocket, Power, CloudUpload, Process ([6409c3f](https://github.com/scaleflex/sfx-ui/commit/6409c3f4b486d5a243bd486e59e7d107abda5c67))
* **Input:** add input placeholder styles and add placeholder to story ([f8b94c4](https://github.com/scaleflex/sfx-ui/commit/f8b94c4fdf4931afd8691ca6ee0714a5acf4350f))
* **ui/core:** create ui/core/index.ts ([f6715c4](https://github.com/scaleflex/sfx-ui/commit/f6715c4cde8b25bdc25ad89e5ba5d2665a6262c1))





# [1.0.0-beta.3](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.2...1.0.0-beta.3) (2021-01-13)


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

0 comments on commit d6eef99

Please sign in to comment.