diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8fa1f5470..8e7c0ac9b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Make sort icon for table column headers remain on the same line as the + text + hash: fc2d5ad6bb756475f31f7efdabbb24b96ec7fe48 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Matthew Yarmolinsky + signed-off-by: Matthew Yarmolinsky + author: Matthew Yarmolinsky + version: 27.1.2 + title: "'Make sort icon for table column headers remain on the same line as the + text'" + date: 2022-05-10T13:17:02.180Z - commits: - subject: Fix boolean filters hash: 9d70ec1c8a3dca5e8eba200d3c5577883525cf4e diff --git a/CHANGELOG.md b/CHANGELOG.md index c58308daa..96e98489a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.1.2 +## (2022-05-10) + +* Make sort icon for table column headers remain on the same line as the text [Matthew Yarmolinsky] + # v27.1.1 ## (2022-04-27) diff --git a/package.json b/package.json index eb87b5dad..a2021a9a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendition", - "version": "27.1.1", + "version": "27.1.2", "description": "React components library", "repository": { "type": "git", @@ -188,6 +188,6 @@ ] }, "versionist": { - "publishedAt": "2022-04-27T16:30:05.130Z" + "publishedAt": "2022-05-10T13:17:02.560Z" } }