diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8fb4022cb..30c911556 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "Layout: Fix ErrorBoundary property typing" + hash: d15754e591839db36819da139213d6f0a1721e32 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + version: 34.8.2 + title: "" + date: 2023-02-07T15:50:51.259Z - commits: - subject: Fix server side checked items getter and fix useRequest when pagination is a dependency diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e892cd81..4798a9660 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.2 - 2023-02-07 + +* Layout: Fix ErrorBoundary property typing [myarmolinsky] + ## 34.8.1 - 2023-02-02 * Fix server side checked items getter and fix useRequest when pagination is a dependency [JSReds] diff --git a/package.json b/package.json index 41516cfb5..0fed55422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendition", - "version": "34.8.1", + "version": "34.8.2", "description": "React components library", "repository": { "type": "git", @@ -186,6 +186,6 @@ ] }, "versionist": { - "publishedAt": "2023-02-02T12:26:11.480Z" + "publishedAt": "2023-02-07T15:50:51.985Z" } }