diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c109f55b5..009b3228c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: "core/lib/components: Specify Jetson Xavier boot partition indexes" + hash: 6388fbbfb04c27fe4a1337d41481d6a55b2f432c + body: | + so that the config.json can be injected in the right partition + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + nested: [] + version: 2.30.2 + title: "" + date: 2024-04-04T14:20:05.216Z - commits: - subject: Update Lock file maintenance hash: 55b1560c8b3543a0041809f18ee3cf834a054895 diff --git a/CHANGELOG.md b/CHANGELOG.md index 927d355c2..b3e2fb036 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.30.2 - 2024-04-04 + +* core/lib/components: Specify Jetson Xavier boot partition indexes [Alexandru Costache] + ## 2.30.1 - 2024-04-01 * Update Lock file maintenance [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index 519253a20..1ae59b4ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leviathan", - "version": "2.30.1", + "version": "2.30.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "leviathan", - "version": "2.30.1", + "version": "2.30.2", "hasInstallScript": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 080b4deec..f14e85976 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leviathan", - "version": "2.30.1", + "version": "2.30.2", "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": "2024-04-01T00:51:30.771Z" + "publishedAt": "2024-04-04T14:20:05.753Z" } }