From 813e9cb82eebcfddc8812cf6f659753946bbaeeb Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 20:34:47 +0000 Subject: [PATCH] v21.1.1 --- .versionbot/CHANGELOG.yml | 37 +++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 17 +++++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 58 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ac82ba14..2ccca146 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,40 @@ +- commits: + - subject: Bump balena-sdk to 21.3.0 + hash: e82906872538a7401e31bd52e662e8356a89d413 + body: | + Update balena-sdk from 21.2.1 to 21.3.0 + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: + - commits: + - subject: "device: add `changed_api_heartbeat_state_on__date` to typings" + hash: bfa52cf58c7d06859a1b5c6f62ff7c71324d3d20 + body: "" + footer: + Change-type: minor + change-type: minor + author: Otavio Jacobi + nested: [] + version: balena-sdk-21.3.0 + title: "" + date: 2025-03-26T19:54:35.558Z + - commits: + - subject: fix linting + hash: 13320aad81ba3dfc4950b9960f015b058222c4be + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: balena-sdk-21.2.2 + title: "" + date: 2025-03-26T18:55:53.610Z + version: 21.1.1 + title: "" + date: 2025-03-26T20:34:44.546Z - commits: - subject: Add support for new requirement labels feature hash: 42c50ef8aed110b317a0472d928bf75e372b4c0b diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad8637f..075e14cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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/). +## 21.1.1 - 2025-03-26 + + +
+ Bump balena-sdk to 21.3.0 [Otavio Jacobi] + +> ### balena-sdk-21.3.0 - 2025-03-26 +> +> * device: add `changed_api_heartbeat_state_on__date` to typings [Otavio Jacobi] +> +> ### balena-sdk-21.2.2 - 2025-03-26 +> +> * fix linting [Otavio Jacobi] +> + +
+ ## 21.1.0 - 2025-03-12 * Add support for new requirement labels feature [Felipe Lalanne] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 94f203af..ceb6aaae 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "21.1.0", + "version": "21.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "21.1.0", + "version": "21.1.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 392bcea8..ff14c69e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "21.1.0", + "version": "21.1.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -276,6 +276,6 @@ } }, "versionist": { - "publishedAt": "2025-03-12T19:34:18.617Z" + "publishedAt": "2025-03-26T20:34:46.169Z" } }