Skip to content

Commit 5824aaa

Browse files
v9.1.1
1 parent 4a082dc commit 5824aaa

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- commits:
2+
- subject: "DownloadImageDialog: Display device type alerts as Callouts"
3+
hash: 28df46c095a894c03177fb21e852a42e5b6abb68
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: myarmolinsky
9+
version: 9.1.1
10+
title: ""
11+
date: 2024-10-03T15:03:03.062Z
112
- commits:
213
- subject: "Tabs: Use MUI's `scrollable` variant"
314
hash: 2d91103c9b7718fbac95397301db6b3eb38e03ef

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
# v9.1.1
8+
## (2024-10-03)
9+
10+
* DownloadImageDialog: Display device type alerts as Callouts [myarmolinsky]
11+
712
# v9.1.0
813
## (2024-09-26)
914

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": "9.1.0",
3+
"version": "9.1.1",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -110,6 +110,6 @@
110110
},
111111
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
112112
"versionist": {
113-
"publishedAt": "2024-09-26T11:14:18.780Z"
113+
"publishedAt": "2024-10-03T15:03:03.200Z"
114114
}
115115
}

0 commit comments

Comments
 (0)