Skip to content

Commit d713475

Browse files
v9.1.0
1 parent ad54a79 commit d713475

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: "Tabs: Use MUI's `scrollable` variant"
3+
hash: 2d91103c9b7718fbac95397301db6b3eb38e03ef
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: myarmolinsky
9+
version: 9.1.0
10+
title: ""
11+
date: 2024-09-26T11:14:18.635Z
112
- commits:
213
- subject: "DownloadImageDialog: Remove the fallback to the DeviceType's logoUrl"
314
hash: 7ac54a1c6b6d9be762d5a8c46fc999882f37a62c

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.0
8+
## (2024-09-26)
9+
10+
* Tabs: Use MUI's `scrollable` variant [myarmolinsky]
11+
712
# v9.0.0
813
## (2024-09-12)
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.0.0",
3+
"version": "9.1.0",
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-12T10:46:01.645Z"
113+
"publishedAt": "2024-09-26T11:14:18.780Z"
114114
}
115115
}

0 commit comments

Comments
 (0)