From a81f3175c811f61650b64d0db9a4a9a6e58496ba Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:20:27 +0000 Subject: [PATCH] v31.4.2 --- .versionbot/CHANGELOG.yml | 38 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 46 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fedb879a5..bcbf8f1ad 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 27e375e2c5e148a6c670bd3f5abaaffa10bce5e5 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 31.4.2 + title: "" + date: 2024-12-02T19:20:22.215Z - commits: - subject: Fix the flakyness of service install task creation tests hash: 368f9c3c9c2afb2ebd4494bd585d2ac24c1b7a54 @@ -2192,6 +2205,7 @@ + The internal and @@ -2296,6 +2310,7 @@ + Update @@ -3354,6 +3369,7 @@ + Update @@ -3474,6 +3490,7 @@ + As balena-lint @@ -3569,6 +3586,7 @@ + As engine and npm is @@ -3679,6 +3697,7 @@ + Ensure that the @@ -3952,6 +3971,7 @@ + This also deprecates @@ -4053,6 +4073,7 @@ + It can in fact be a @@ -4155,6 +4176,7 @@ + We know what type @@ -4262,6 +4284,7 @@ + Update @@ -4480,6 +4503,7 @@ + This also deprecates @@ -4754,6 +4778,7 @@ + As balena-lint @@ -4848,6 +4873,7 @@ + As engine and npm is @@ -4957,6 +4983,7 @@ + Ensure that the @@ -5126,6 +5153,7 @@ + As balena-lint @@ -5220,6 +5248,7 @@ + As engine and npm is @@ -5329,6 +5358,7 @@ + Ensure that the @@ -7511,6 +7541,7 @@ + As balena-lint @@ -7605,6 +7636,7 @@ + As engine and npm is @@ -7714,6 +7746,7 @@ + Ensure that the @@ -7886,6 +7919,7 @@ + This also deprecates @@ -7986,6 +8020,7 @@ + It can in fact be a @@ -8087,6 +8122,7 @@ + We know what type @@ -8193,6 +8229,7 @@ + Update @@ -8410,6 +8447,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index ab345a647..c924d2cbc 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/). +## 31.4.2 - 2024-12-02 + +* Lock file maintenance [balena-renovate[bot]] + ## 31.4.1 - 2024-12-02 * Fix the flakyness of service install task creation tests [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index 9dff3338b..a7d0ac2bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "31.4.1", + "version": "31.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "31.4.1", + "version": "31.4.2", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 161c85361..fa5e9cabb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "31.4.1", + "version": "31.4.2", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-02T18:22:52.616Z" + "publishedAt": "2024-12-02T19:20:23.280Z" } }