diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7e9d49f9f..16886713a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add Layout component + hash: 7ea3d5d4bd46fab976bc8aa46d1490bf85f2cf47 + body: "" + footer: + Change-type: minor + change-type: minor + author: myarmolinsky + nested: [] + version: 34.8.0 + title: "" + date: 2023-02-01T19:57:23.385Z - commits: - subject: "DownloadImageModal: Add support for empty string OS variant" hash: 782e44a4facc22a347b9c7c89ed34d19789fa2e5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3845d5eb3..d3d1aa317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 34.8.0 - 2023-02-01 + +* Add Layout component [myarmolinsky] + ## 34.7.3 - 2023-01-19 * DownloadImageModal: Add support for empty string OS variant [Thodoris Greasidis] diff --git a/package.json b/package.json index 967bd8d99..a1bb24478 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendition", - "version": "34.7.3", + "version": "34.8.0", "description": "React components library", "repository": { "type": "git", @@ -186,6 +186,6 @@ ] }, "versionist": { - "publishedAt": "2023-01-19T19:01:50.085Z" + "publishedAt": "2023-02-01T19:57:23.882Z" } }