From 9799010e2dff3b579021d1f1758bec4b845bdddc Mon Sep 17 00:00:00 2001 From: Balena CI Date: Thu, 9 Feb 2023 09:27:17 +0000 Subject: [PATCH] v34.8.3 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 30c911556..683ac387f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Fix onCheck checked state + hash: 6ba79b035e0acffd772ffc3a3688215f79408a7d + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Andrea Rosci + signed-off-by: Andrea Rosci + author: JSReds + nested: [] + version: 34.8.3 + title: "" + date: 2023-02-09T09:27:15.317Z - commits: - subject: "Layout: Fix ErrorBoundary property typing" hash: d15754e591839db36819da139213d6f0a1721e32 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4798a9660..f21751317 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.3 - 2023-02-09 + +* Fix onCheck checked state [JSReds] + ## 34.8.2 - 2023-02-07 * Layout: Fix ErrorBoundary property typing [myarmolinsky] diff --git a/package.json b/package.json index 0fed55422..9c3eef29f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendition", - "version": "34.8.2", + "version": "34.8.3", "description": "React components library", "repository": { "type": "git", @@ -186,6 +186,6 @@ ] }, "versionist": { - "publishedAt": "2023-02-07T15:50:51.985Z" + "publishedAt": "2023-02-09T09:27:15.808Z" } }