From 6a8436807c055032d13367d94317b49cf8479bee Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:07:28 +0000 Subject: [PATCH] v18.0.0 --- .versionbot/CHANGELOG.yml | 37 +++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 48 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bee6faa65..e957a29cc 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,40 @@ +- commits: + - subject: Remove the public_address from the storedDeviceFields of the + 'get-state' event + hash: 5e4b84879a40d7a07481a2dc308c017be0337105 + body: "" + footer: + Change-type: major + change-type: major + author: Thodoris Greasidis + nested: [] + - subject: Remove the storedPublicAddress property from the 'get-state' event + hash: 5a05a17f9abf3f7288c37b4c14a26b6e0c52915b + body: "" + footer: + Change-type: major + change-type: major + author: Thodoris Greasidis + nested: [] + - subject: Drop the runCommand & runFromCommandLine exports + hash: 774d20bbe8695dc19bdbde6da9064804fd8d9c5b + body: "" + footer: + Change-type: major + change-type: major + author: Thodoris Greasidis + nested: [] + - subject: Drop dist from exports + hash: 6e71bf14eaeaec855dd6ba35e1ef36e369de6d4d + body: "" + footer: + Change-type: major + change-type: major + author: Thodoris Greasidis + nested: [] + version: 18.0.0 + title: "" + date: 2024-02-15T16:07:23.165Z - commits: - subject: Add exports for balena.sbvr balena-init.sql and v6.sbvr hash: 5bb674cbd534de98be678f9b6b71b04a890a129c diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea16a35f..50c7cb4ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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/). +## 18.0.0 - 2024-02-15 + +* Remove the public_address from the storedDeviceFields of the 'get-state' event [Thodoris Greasidis] +* Remove the storedPublicAddress property from the 'get-state' event [Thodoris Greasidis] +* Drop the runCommand & runFromCommandLine exports [Thodoris Greasidis] +* Drop dist from exports [Thodoris Greasidis] + ## 17.4.0 - 2024-02-15 * Add exports for balena.sbvr balena-init.sql and v6.sbvr [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index bce8bea6d..d502b86d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "17.4.0", + "version": "18.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "17.4.0", + "version": "18.0.0", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.4", diff --git a/package.json b/package.json index a493207b4..717960a57 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "17.4.0", + "version": "18.0.0", "license": "AGPL-3.0", "repository": { "type": "git", @@ -165,6 +165,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-02-15T15:34:31.505Z" + "publishedAt": "2024-02-15T16:07:23.908Z" } }