Skip to content

Commit

Permalink
v2.31.84
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 23, 2025
1 parent c264c9c commit 4b8805d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: "lib/components: Add partition index for Jetson TX2 NX types"
hash: 3db19db2746a55855b6601f37f791f5d7e6e5487
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
signed-off-by: Alexandru Costache <[email protected]>
author: Alexandru Costache
nested: []
version: 2.31.84
title: ""
date: 2025-01-23T08:13:42.965Z
- commits:
- subject: Update balena-io/balena-cli to v20.2.1
hash: 247459b21aa26c329a474677c47d504b5b62fb2a
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/).

## 2.31.84 - 2025-01-23

* lib/components: Add partition index for Jetson TX2 NX types [Alexandru Costache]

## 2.31.83 - 2025-01-09

* Update balena-io/balena-cli to v20.2.1 [balena-renovate[bot]]
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": "leviathan",
"version": "2.31.83",
"version": "2.31.84",
"scripts": {
"lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done",
"lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done",
Expand All @@ -20,6 +20,6 @@
"homepage": "https://github.com/balena-os/leviathan",
"private": true,
"versionist": {
"publishedAt": "2025-01-09T14:36:41.896Z"
"publishedAt": "2025-01-23T08:13:43.499Z"
}
}

0 comments on commit 4b8805d

Please sign in to comment.