Skip to content

Commit

Permalink
v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 26, 2024
1 parent ad54a79 commit d713475
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- commits:
- subject: "Tabs: Use MUI's `scrollable` variant"
hash: 2d91103c9b7718fbac95397301db6b3eb38e03ef
body: ""
footer:
Change-type: minor
change-type: minor
author: myarmolinsky
version: 9.1.0
title: ""
date: 2024-09-26T11:14:18.635Z
- commits:
- subject: "DownloadImageDialog: Remove the fallback to the DeviceType's logoUrl"
hash: 7ac54a1c6b6d9be762d5a8c46fc999882f37a62c
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.1.0
## (2024-09-26)

* Tabs: Use MUI's `scrollable` variant [myarmolinsky]

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

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": "9.0.0",
"version": "9.1.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-12T10:46:01.645Z"
"publishedAt": "2024-09-26T11:14:18.780Z"
}
}

0 comments on commit d713475

Please sign in to comment.