diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b8bde6..f093c434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 8d0aad74..8c90627e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.27", + "version": "1.0.0-beta.28", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index a0ebdc36..26f78d08 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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) diff --git a/packages/icons/package.json b/packages/icons/package.json index e7630330..78adec04 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -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" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 4ce6b92f..39c02df5 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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 diff --git a/packages/ui/package.json b/packages/ui/package.json index 025ccad1..979f01b2 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",