Skip to content

Commit

Permalink
v34.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Nov 1, 2022
1 parent c8b0835 commit 0763766
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
- commits:
- subject: Lock mermaid to ~9.1, as the latest non-mjs release
hash: f7142e8bec6bd00c042fa8d3f2f19b91fd964a2f
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
nested: []
- subject: Export getSchemaNormalizedValue & getRendererWidget helpers
hash: a3bdcd216b384bb6c2170d8664f9c7cfaf9f9bdf
body: ""
footer:
Change-type: minor
change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
nested: []
version: 34.1.0
title: ""
date: 2022-11-01T17:56:09.768Z
- commits:
- subject: "Filters: Fix restoring 0 as a valid value"
hash: 5781c97c48f2835f8beb758c6e4db2f1fa2c8fe2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.1.0 - 2022-11-01

* Lock mermaid to ~9.1, as the latest non-mjs release [Thodoris Greasidis]
* Export getSchemaNormalizedValue & getRendererWidget helpers [Thodoris Greasidis]

## 34.0.2 - 2022-11-01

* Filters: Fix restoring 0 as a valid value [Thodoris Greasidis]
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.0.2",
"version": "34.1.0",
"description": "React components library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -185,6 +185,6 @@
]
},
"versionist": {
"publishedAt": "2022-11-01T10:25:30.165Z"
"publishedAt": "2022-11-01T17:56:10.217Z"
}
}

0 comments on commit 0763766

Please sign in to comment.