diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9913a8d61..13272f490 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,25 @@ +- commits: + - subject: Add export for Poll class + hash: 1063e5ede2dc7b628e56de130cefcbf785f9bb55 + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Andrea Rosci + signed-off-by: Andrea Rosci + author: JSReds + - subject: Add Sidebar component + hash: 158295e91b52c85519a7a463ecf476001bbca316 + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Andrea Rosci + signed-off-by: Andrea Rosci + author: JSReds + version: 27.3.0 + title: "'Add export for Poll class'" + date: 2022-05-23T09:30:53.991Z - commits: - subject: Add `disabled` property to ButtonGroup component hash: 191ad38f55e794c513198e784b95593a1babd0a1 diff --git a/CHANGELOG.md b/CHANGELOG.md index c8fc6a404..eea0d5287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v27.3.0 +## (2022-05-23) + +* Add export for Poll class [JSReds] +* Add Sidebar component [JSReds] + # v27.2.0 ## (2022-05-17) diff --git a/package.json b/package.json index 6e8631d25..0374e8f22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendition", - "version": "27.2.0", + "version": "27.3.0", "description": "React components library", "repository": { "type": "git", @@ -188,6 +188,6 @@ ] }, "versionist": { - "publishedAt": "2022-05-17T20:21:44.222Z" + "publishedAt": "2022-05-23T09:30:54.467Z" } }