Skip to content

Commit

Permalink
v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 12, 2024
1 parent 40e035d commit 14e4731
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
29 changes: 29 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
- commits:
- subject: "DownloadImageDialog: Remove the fallback to the DeviceType's logoUrl"
hash: 7ac54a1c6b6d9be762d5a8c46fc999882f37a62c
body: ""
footer:
Change-type: major
change-type: major
author: Thodoris Greasidis
- subject: "DownloadImageDialog: Drop the deprecated yocto property from the
DeviceType type"
hash: 26a3c4577f118f561deab565e8361c80fe02120f
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
- subject: "DownloadImageDialog: Drop support for device types with docker-image
deployArtifact"
hash: 683721e0047d3ea8aa491fabee20f97e4b4eb692
body: ""
footer:
Change-type: major
change-type: major
See: https://balena.fibery.io/Work/Project/Stop-using-device-type.json-fields-in-the-UI-791
see: https://balena.fibery.io/Work/Project/Stop-using-device-type.json-fields-in-the-UI-791
author: Thodoris Greasidis
version: 9.0.0
title: ""
date: 2024-09-12T10:46:01.484Z
- commits:
- subject: Add `data-test` attribute to `Toast`s
hash: 7621318f6a40b901bec05d8554894abedc37f772
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/).

# v9.0.0
## (2024-09-12)

* DownloadImageDialog: Remove the fallback to the DeviceType's logoUrl [Thodoris Greasidis]
* DownloadImageDialog: Drop the deprecated yocto property from the DeviceType type [Thodoris Greasidis]
* DownloadImageDialog: Drop support for device types with docker-image deployArtifact [Thodoris Greasidis]

# v8.0.6
## (2024-09-05)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/ui-shared-components",
"version": "8.0.6",
"version": "9.0.0",
"main": "./dist/index.js",
"sideEffects": false,
"files": [
Expand Down Expand Up @@ -110,6 +110,6 @@
},
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
"versionist": {
"publishedAt": "2024-09-05T14:46:27.770Z"
"publishedAt": "2024-09-12T10:46:01.645Z"
}
}

0 comments on commit 14e4731

Please sign in to comment.