From 132d8402cc77cb94804c20fbb8805200a77dd9a6 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:35:24 +0000 Subject: [PATCH] v28.0.12 --- .versionbot/CHANGELOG.yml | 47 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 24 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 75 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 20687951f..b58b06ccb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,50 @@ +- commits: + - subject: Fix v6 image.image_size no longer being a number + hash: ecf79f4f337c8fdd8b42b549288e5911f9a8a976 + body: "" + footer: + Change-type: patch + change-type: patch + See: "#1730" + see: "#1730" + author: Thodoris Greasidis + nested: [] + - subject: Update @balena/pinejs from 19.0.0 to 19.0.1 + hash: 5776438b09b891c4a9f9ddd3dcae614876f2a637 + body: | + Update @balena/pinejs from 19.0.0 to 19.0.1 + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: + - commits: + - subject: Update @balena/sbvr-types from 9.0.1 to 9.0.2 + hash: cdffcd5fb6973f18d6e1cbc37e3931605edd2391 + body: | + Update @balena/sbvr-types from 9.0.1 to 9.0.2 + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: + - commits: + - subject: Change the exported Types to an interface so that they can be augmented + hash: 29de4665e63bd4b5f1cfe75d3018ec29e10c1889 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + version: sbvr-types-9.0.2 + title: "" + date: 2024-09-17T12:44:29.082Z + version: pinejs-19.0.1 + title: "" + date: 2024-09-17T13:47:40.633Z + version: 28.0.12 + title: "" + date: 2024-09-30T11:35:17.188Z - commits: - subject: Lock file maintenance hash: e98864e63e74e1b5ebd0aca0bb1d0cf63dea4319 diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b171741..1cd8bee5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ 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/). +## 28.0.12 - 2024-09-30 + +* Fix v6 image.image_size no longer being a number [Thodoris Greasidis] + +
+ Update @balena/pinejs from 19.0.0 to 19.0.1 [Thodoris Greasidis] + +> ### pinejs-19.0.1 - 2024-09-17 +> +> +>
+> Update @balena/sbvr-types from 9.0.1 to 9.0.2 [Thodoris Greasidis] +> +>> #### sbvr-types-9.0.2 - 2024-09-17 +>> +>> * Change the exported Types to an interface so that they can be augmented [Thodoris Greasidis] +>> +> +>
+> +> + +
+ ## 28.0.11 - 2024-09-23 * Lock file maintenance [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index 215a91670..0bc80b660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "28.0.11", + "version": "28.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "28.0.11", + "version": "28.0.12", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.2.0", diff --git a/package.json b/package.json index 8ace3e4ae..74c959b76 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "28.0.11", + "version": "28.0.12", "license": "AGPL-3.0", "repository": { "type": "git", @@ -168,6 +168,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-09-23T01:25:55.990Z" + "publishedAt": "2024-09-30T11:35:19.432Z" } }