Skip to content

Commit

Permalink
v34.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Feb 7, 2023
1 parent 478f5e2 commit e35d599
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rendition",
"version": "34.8.1",
"version": "34.8.2",
"description": "React components library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -186,6 +186,6 @@
]
},
"versionist": {
"publishedAt": "2023-02-02T12:26:11.480Z"
"publishedAt": "2023-02-07T15:50:51.985Z"
}
}

0 comments on commit e35d599

Please sign in to comment.