This commit is contained in:
balenaCI 2022-12-10 02:10:44 +00:00
parent a349c5d9ac
commit 620307568f
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 82 additions and 3 deletions

View File

@ -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 <andrear@balena.io>
signed-off-by: Andrea Rosci <andrear@balena.io>
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 <andrear@balena.io>
signed-off-by: Andrea Rosci <andrear@balena.io>
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 <andrear@balena.io>
signed-off-by: Andrea Rosci <andrear@balena.io>
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: - commits:
- subject: Update dependency redux to 4.2.0 - subject: Update dependency redux to 4.2.0
hash: 85c183b9ef2dbe798c6d5cd8bce6367ef31e2624 hash: 85c183b9ef2dbe798c6d5cd8bce6367ef31e2624

View File

@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v1.10.28
## (2022-12-10)
<details>
<summary> Update dependency rendition to 19.3.2 [Renovate Bot] </summary>
> ## 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]
>
</details>
# v1.10.27 # v1.10.27
## (2022-12-09) ## (2022-12-09)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.10.27", "version": "1.10.28",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher", "name": "balena-etcher",
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"version": "1.10.27", "version": "1.10.28",
"packageType": "local", "packageType": "local",
"main": "generated/etcher.js", "main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.", "description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -124,6 +124,6 @@
"node": ">=14 < 16" "node": ">=14 < 16"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-12-09T20:59:25.028Z" "publishedAt": "2022-12-10T02:10:43.342Z"
} }
} }