Skip to content

Commit

Permalink
v2.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 4, 2024
1 parent da4983a commit 3038011
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
15 changes: 15 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: Alexandru Costache <[email protected]>
author: Alexandru Costache
nested: []
version: 2.30.2
title: ""
date: 2024-04-04T14:20:05.216Z
- commits:
- subject: Update Lock file maintenance
hash: 55b1560c8b3543a0041809f18ee3cf834a054895
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.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]
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.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",
Expand All @@ -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"
}
}

0 comments on commit 3038011

Please sign in to comment.