From 0a27e05f0f1194e5c48781eb958d1ae674474ee6 Mon Sep 17 00:00:00 2001 From: Vitaly Shaposhnik Date: Wed, 13 Jan 2021 09:52:22 +0200 Subject: [PATCH] chore(release): 1.0.0-beta.2 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5b5727..6b6da7e7 100644 --- a/CHANGELOG.md +++ b/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.2](https://github.com/scaleflex/sfx-ui/compare/v1.0.0-beta.1...1.0.0-beta.2) (2021-01-13) + + +### Features + +* **menu:** use portal ([ba12b8e](https://github.com/scaleflex/sfx-ui/commit/ba12b8ebceada651ae33d9b616fe50ebdb662d3a)) +* **modal.story:** add WithSelectGroup story ([c51aa05](https://github.com/scaleflex/sfx-ui/commit/c51aa055c60cb4f1bf8bfa710066ef329bb00dd9)) + + + + + # [1.0.0-beta.1](https://github.com/scaleflex/sfx-ui/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2020-12-24) diff --git a/lerna.json b/lerna.json index 0bfb9965..c17ab2b0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 179cd136..f45612a3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.2](https://github.com/scaleflex/sfx-ui/compare/v1.0.0-beta.1...1.0.0-beta.2) (2021-01-13) + + +### Features + +* **menu:** use portal ([ba12b8e](https://github.com/scaleflex/sfx-ui/commit/ba12b8ebceada651ae33d9b616fe50ebdb662d3a)) +* **modal.story:** add WithSelectGroup story ([c51aa05](https://github.com/scaleflex/sfx-ui/commit/c51aa055c60cb4f1bf8bfa710066ef329bb00dd9)) + + + + + # [1.0.0-beta.1](https://github.com/scaleflex/sfx-ui/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2020-12-24) diff --git a/packages/core/package.json b/packages/core/package.json index 50e97d64..c7e33ad6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sfx-ui/core", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "React UI components library by Scaleflex Company", "scripts": { "prebuild": "copyfiles README.md lib"