diff --git a/CHANGELOG.md b/CHANGELOG.md index ef882704..56d5c5f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 8fcbdca9..589d8839 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index ef4dd594..b094c22d 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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) diff --git a/packages/icons/package.json b/packages/icons/package.json index 2646596b..24bd86c6 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -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" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index e0718779..03840d9e 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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) diff --git a/packages/ui/package.json b/packages/ui/package.json index 5dcf64ed..198e3caf 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",