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

Commit 76687ea

Browse files
committed
v34.7.1
1 parent 2182ff9 commit 76687ea

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Fix compatibility with selection without server side pagination
3+
hash: 7cfa06ee0554a8de718a0c5f669c0bc98f6a61eb
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Andrea Rosci <[email protected]>
9+
signed-off-by: Andrea Rosci <[email protected]>
10+
author: JSReds
11+
nested: []
12+
version: 34.7.1
13+
title: ""
14+
date: 2023-01-09T14:50:56.354Z
115
- commits:
216
- subject: Adapt onCheck event for server side pagination
317
hash: b18e7d9871ff2d95e930d2e0adec77cd984366c9

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## 34.7.1 - 2023-01-09
8+
9+
* Fix compatibility with selection without server side pagination [JSReds]
10+
711
## 34.7.0 - 2023-01-05
812

913
* Adapt onCheck event for server side pagination [JSReds]

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": "34.7.0",
3+
"version": "34.7.1",
44
"description": "React components library",
55
"repository": {
66
"type": "git",
@@ -186,6 +186,6 @@
186186
]
187187
},
188188
"versionist": {
189-
"publishedAt": "2023-01-05T19:21:10.124Z"
189+
"publishedAt": "2023-01-09T14:50:57.102Z"
190190
}
191191
}

0 commit comments

Comments
 (0)