Skip to content

Commit

Permalink
v2.29.19
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 1, 2023
1 parent 58ff031 commit eaf8774
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: add jetson-agx-orin-devkit resin-boot index
hash: 2a27941b65cc163899016fddf12339e1073e2e97
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: rcooke-warwick
nested: []
version: 2.29.19
title: ""
date: 2023-12-01T12:13:53.767Z
- commits:
- subject: Update Lock file maintenance
hash: 5fb29e0cb00d6a8167d19ef6b2db812f7dce0b28
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.29.19 - 2023-12-01

* add jetson-agx-orin-devkit resin-boot index [rcooke-warwick]

## 2.29.18 - 2023-11-27

* 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.29.18",
"version": "2.29.19",
"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": "2023-11-27T00:49:29.130Z"
"publishedAt": "2023-12-01T12:13:54.286Z"
}
}

0 comments on commit eaf8774

Please sign in to comment.