Skip to content

Commit

Permalink
v18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 15, 2024
1 parent 6f68b06 commit 6a84368
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 6a84368

Please sign in to comment.