Skip to content

Commit 2fc0c06

Browse files
v11.2.0
1 parent 3ace391 commit 2fc0c06

4 files changed

Lines changed: 30 additions & 4 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
- commits:
2+
- subject: "DownloadImageDialog: Show recommended Chip on selected OS version if
3+
recommended"
4+
hash: d8853d419014166f06262ba642d4c2e62428b126
5+
body: ""
6+
footer:
7+
Change-type: minor
8+
change-type: minor
9+
author: myarmolinsky
10+
- subject: "DownloadImageDialog: Select recommended OS version by whether it has
11+
known issues instead of checking the isRecommended property"
12+
hash: df3d0abde76076fcf144557f58bafe3d704d241a
13+
body: ""
14+
footer:
15+
Change-type: patch
16+
change-type: patch
17+
author: myarmolinsky
18+
version: 11.2.0
19+
title: ""
20+
date: 2025-01-22T16:43:27.350Z
121
- commits:
222
- subject: Deprecate the DeviceTypeOptions & DeviceTypeOptionsGroup types
323
hash: 6c6404d3f6fca80f2693a41c136ab4232f15883d

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v11.2.0
8+
## (2025-01-22)
9+
10+
* DownloadImageDialog: Show recommended Chip on selected OS version if recommended [myarmolinsky]
11+
* DownloadImageDialog: Select recommended OS version by whether it has known issues instead of checking the isRecommended property [myarmolinsky]
12+
713
# v11.1.6
814
## (2025-01-21)
915

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/ui-shared-components",
3-
"version": "11.1.6",
3+
"version": "11.2.0",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -137,6 +137,6 @@
137137
},
138138
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
139139
"versionist": {
140-
"publishedAt": "2025-01-21T14:30:28.303Z"
140+
"publishedAt": "2025-01-22T16:43:27.512Z"
141141
}
142142
}

0 commit comments

Comments
 (0)