diff --git a/CHANGELOG.md b/CHANGELOG.md index b61000ef..74662cd3 100644 --- a/CHANGELOG.md +++ b/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.20](https://github.com/scaleflex/ui/compare/1.0.0-beta.18...1.0.0-beta.20) (2021-03-30) + + +### Features + +* **Tags:** add object support for tags ([d854635](https://github.com/scaleflex/ui/commit/d854635f448e90630ff6e6ed5318d92d1dca8fce)) + + + + + # [1.0.0-beta.18](https://github.com/scaleflex/ui/compare/1.0.0-beta.17...1.0.0-beta.18) (2021-03-25) diff --git a/lerna.json b/lerna.json index 3c43d7bc..4c872162 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.18", + "version": "1.0.0-beta.20", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index bc83db78..1a181370 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.20](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.18...1.0.0-beta.20) (2021-03-30) + + +### Features + +* **Tags:** add object support for tags ([d854635](https://github.com/scaleflex/sfx-ui/commit/d854635f448e90630ff6e6ed5318d92d1dca8fce)) + + + + + # [1.0.0-beta.18](https://github.com/scaleflex/ui/compare/1.0.0-beta.17...1.0.0-beta.18) (2021-03-25) diff --git a/packages/ui/package.json b/packages/ui/package.json index cc6e2f8d..5c5905ca 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "1.0.0-beta.19", + "version": "1.0.0-beta.20", "description": "React UI components library by Scaleflex Company", "scripts": { "prebuild": "copyfiles README.md lib"