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

Commit afd81da

Browse files
committed
v34.6.0
1 parent 1a12778 commit afd81da

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
- commits:
2+
- subject: "Table: deprecate itemsPerPage property"
3+
hash: f169c31656b2c739156734c25ff229096989ca4a
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+
- subject: Add server side pagination
13+
hash: cdc810e88303fb19dc5976864f8093f2f7aeed02
14+
body: ""
15+
footer:
16+
Change-type: minor
17+
change-type: minor
18+
Signed-off-by: Andrea Rosci <[email protected]>
19+
signed-off-by: Andrea Rosci <[email protected]>
20+
author: JSReds
21+
nested: []
22+
version: 34.6.0
23+
title: ""
24+
date: 2023-01-02T11:36:01.775Z
125
- commits:
226
- subject: Fix Breadcrumb keys error
327
hash: 4882fb52f391ca80861611e4faacf87aa2171e12

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+
## 34.6.0 - 2023-01-02
8+
9+
* Table: deprecate itemsPerPage property [JSReds]
10+
* Add server side pagination [JSReds]
11+
712
## 34.5.1 - 2022-12-28
813

914
* Fix Breadcrumb keys error [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.5.1",
3+
"version": "34.6.0",
44
"description": "React components library",
55
"repository": {
66
"type": "git",
@@ -186,6 +186,6 @@
186186
]
187187
},
188188
"versionist": {
189-
"publishedAt": "2022-12-28T13:38:41.169Z"
189+
"publishedAt": "2023-01-02T11:36:02.498Z"
190190
}
191191
}

0 commit comments

Comments
 (0)