From 03a7057f3ddb17b1d1f6c64bb07fd08d2d99b230 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:36:44 +0000 Subject: [PATCH] v2.31.83 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f6453f82d..daaf3d6c2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update balena-io/balena-cli to v20.2.1 + hash: 247459b21aa26c329a474677c47d504b5b62fb2a + body: | + Update balena-io/balena-cli from 20.1.6 to 20.2.1 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 2.31.83 + title: "" + date: 2025-01-09T14:36:41.373Z - commits: - subject: "patch: Add retention & compression to Leviathan action artifacts" hash: 00573208b857067c1471dcaaac6d77e7bcc4754e diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0f5324f..7ee26235a 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.83 - 2025-01-09 + +* Update balena-io/balena-cli to v20.2.1 [balena-renovate[bot]] + ## 2.31.82 - 2025-01-09 * patch: Add retention & compression to Leviathan action artifacts [Vipul Gupta] diff --git a/package-lock.json b/package-lock.json index 8860e4500..a170c5f55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leviathan", - "version": "2.31.82", + "version": "2.31.83", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "leviathan", - "version": "2.31.82", + "version": "2.31.83", "hasInstallScript": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 9be4ceade..cf286aa8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leviathan", - "version": "2.31.82", + "version": "2.31.83", "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:06:23.738Z" + "publishedAt": "2025-01-09T14:36:41.896Z" } }