diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5f8f6ac8..ba5d3a76 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,57 @@ +- commits: + - subject: Update dependency rendition to 19.3.2 + hash: 0d740ad12dbadcb35d0e2076821a073177476acb + body: | + Update rendition to 19.3.2 + + Update rendition from 19.2.0 to 19.3.2 + footer: + Change-type: patch + change-type: patch + author: Renovate Bot + nested: + - commits: + - subject: Add Breadcrumbs component export + hash: fbe0da641ae76ed99185f5799f94653bbed52609 + body: | + add breadcrumbs component export + footer: + Change-type: patch + change-type: patch + Signed-off-by: Andrea Rosci + signed-off-by: Andrea Rosci + author: JSReds + version: rendition-19.3.2 + date: 2020-12-29T17:27:09.528Z + - commits: + - subject: Fix max-width on breadcrumbs container + hash: b7c4ab7bed3caa1c10130f50abb582fcf63d867e + body: | + fix max-width on breadcrumbs container + footer: + Change-type: patch + change-type: patch + Signed-off-by: Andrea Rosci + signed-off-by: Andrea Rosci + author: JSReds + version: rendition-19.3.1 + date: 2020-12-29T13:35:01.615Z + - commits: + - subject: Add Breadcrumbs component + hash: 41a7abb3724a6c8a0a839d4083ce36ceaeeb9d91 + body: | + Add Breadcrumbs component and generate snapshots + footer: + Change-type: minor + change-type: minor + Signed-off-by: Andrea Rosci + signed-off-by: Andrea Rosci + author: JSReds + version: rendition-19.3.0 + date: 2020-12-29T12:12:16.944Z + version: 1.10.28 + title: "" + date: 2022-12-10T02:10:41.368Z - commits: - subject: Update dependency redux to 4.2.0 hash: 85c183b9ef2dbe798c6d5cd8bce6367ef31e2624 diff --git a/CHANGELOG.md b/CHANGELOG.md index a3251e3d..87287b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.10.28 +## (2022-12-10) + + +
+ Update dependency rendition to 19.3.2 [Renovate Bot] + +> ## rendition-19.3.2 +> ### (2020-12-29) +> +> * Add Breadcrumbs component export [JSReds] +> +> ## rendition-19.3.1 +> ### (2020-12-29) +> +> * Fix max-width on breadcrumbs container [JSReds] +> +> ## rendition-19.3.0 +> ### (2020-12-29) +> +> * Add Breadcrumbs component [JSReds] +> + +
+ # v1.10.27 ## (2022-12-09) diff --git a/package-lock.json b/package-lock.json index 2a424a16..7d444fd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.10.27", + "version": "1.10.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a7ccb34..522c2bae 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.10.27", + "version": "1.10.28", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -124,6 +124,6 @@ "node": ">=14 < 16" }, "versionist": { - "publishedAt": "2022-12-09T20:59:25.028Z" + "publishedAt": "2022-12-10T02:10:43.342Z" } }