Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit c1c4186

Browse files
balena-ciVersionBot
authored and
VersionBot
committed
v27.1.2
1 parent 0680a7f commit c1c4186

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
- commits:
2+
- subject: Make sort icon for table column headers remain on the same line as the
3+
text
4+
hash: fc2d5ad6bb756475f31f7efdabbb24b96ec7fe48
5+
body: ""
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
Signed-off-by: Matthew Yarmolinsky <[email protected]>
10+
signed-off-by: Matthew Yarmolinsky <[email protected]>
11+
author: Matthew Yarmolinsky
12+
version: 27.1.2
13+
title: "'Make sort icon for table column headers remain on the same line as the
14+
text'"
15+
date: 2022-05-10T13:17:02.180Z
116
- commits:
217
- subject: Fix boolean filters
318
hash: 9d70ec1c8a3dca5e8eba200d3c5577883525cf4e

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v27.1.2
8+
## (2022-05-10)
9+
10+
* Make sort icon for table column headers remain on the same line as the text [Matthew Yarmolinsky]
11+
712
# v27.1.1
813
## (2022-04-27)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rendition",
3-
"version": "27.1.1",
3+
"version": "27.1.2",
44
"description": "React components library",
55
"repository": {
66
"type": "git",
@@ -188,6 +188,6 @@
188188
]
189189
},
190190
"versionist": {
191-
"publishedAt": "2022-04-27T16:30:05.130Z"
191+
"publishedAt": "2022-05-10T13:17:02.560Z"
192192
}
193193
}

0 commit comments

Comments
 (0)