diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index daaf3d6c2..8e8c772a2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Alexandru Costache + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee26235a..742b4f99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]] diff --git a/package-lock.json b/package-lock.json index a170c5f55..f0144ddb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leviathan", - "version": "2.31.83", + "version": "2.31.84", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "leviathan", - "version": "2.31.83", + "version": "2.31.84", "hasInstallScript": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index cf286aa8c..cf4113f74 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } }