From 954182724c0d231625262f71e0d03ee4d139e6e0 Mon Sep 17 00:00:00 2001 From: Vitaly Shaposhnik Date: Wed, 21 Apr 2021 17:38:12 +0300 Subject: [PATCH] chore(release): 1.0.0-beta.31 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/ui/CHANGELOG.md | 11 +++++++++++ packages/ui/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c52c3295..bce4888c 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.31](https://github.com/scaleflex/ui/compare/1.0.0-beta.30...1.0.0-beta.31) (2021-04-21) + + +### Features + +* **Select:** add prop renderLabel ([6b850c9](https://github.com/scaleflex/ui/commit/6b850c9f6922d9d7fc2117d0a7a22dcd86fd5374)) + + + + + # [1.0.0-beta.30](https://github.com/scaleflex/ui/compare/1.0.0-beta.29...1.0.0-beta.30) (2021-04-20) diff --git a/lerna.json b/lerna.json index 21b549f8..3fc05062 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.30", + "version": "1.0.0-beta.31", "npmClient": "yarn", "useWorkspaces": true, "packages": [ diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index e5e0a6a2..a13684e8 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.31](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.30...1.0.0-beta.31) (2021-04-21) + + +### Features + +* **Select:** add prop renderLabel ([6b850c9](https://github.com/scaleflex/sfx-ui/commit/6b850c9f6922d9d7fc2117d0a7a22dcd86fd5374)) + + + + + # [1.0.0-beta.30](https://github.com/scaleflex/sfx-ui/compare/1.0.0-beta.29...1.0.0-beta.30) (2021-04-20) diff --git a/packages/ui/package.json b/packages/ui/package.json index 91482ce0..8c52722d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@scaleflex/ui", - "version": "1.0.0-beta.30", + "version": "1.0.0-beta.31", "description": "React UI components library by Scaleflex Company", "scripts": { "prebuild": "copyfiles README.md lib"