From 57e0ef3488ce9c40cf8d2393a8e37d91b5cd3f6f Mon Sep 17 00:00:00 2001 From: Balena CI Date: Thu, 2 Feb 2023 12:26:12 +0000 Subject: [PATCH] v34.8.1 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 16886713a..8fb4022cb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Fix server side checked items getter and fix useRequest when pagination + is a dependency + hash: a0e32709ed4ef79a7033abe9a4579d5a75720ef1 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Andrea Rosci + signed-off-by: Andrea Rosci + author: JSReds + nested: [] + version: 34.8.1 + title: "" + date: 2023-02-02T12:26:10.997Z - commits: - subject: Add Layout component hash: 7ea3d5d4bd46fab976bc8aa46d1490bf85f2cf47 diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d1aa317..5e892cd81 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.1 - 2023-02-02 + +* Fix server side checked items getter and fix useRequest when pagination is a dependency [JSReds] + ## 34.8.0 - 2023-02-01 * Add Layout component [myarmolinsky] diff --git a/package.json b/package.json index a1bb24478..41516cfb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendition", - "version": "34.8.0", + "version": "34.8.1", "description": "React components library", "repository": { "type": "git", @@ -186,6 +186,6 @@ ] }, "versionist": { - "publishedAt": "2023-02-01T19:57:23.882Z" + "publishedAt": "2023-02-02T12:26:11.480Z" } }