Skip to content

Commit

Permalink
v30.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 21, 2024
1 parent 9995ffd commit f9eb84b
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 4 deletions.
41 changes: 41 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Add the ability to enable pine async tasks
hash: b461715e3b6eb2c1c21b8bca1ad95c94fbafcb6f
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 30.0.9
title: ""
date: 2024-10-21T12:35:52.116Z
- commits:
- subject: Lock file maintenance
hash: d2d1242e9133f8ab825e8f4b10e4785dc3149e05
Expand Down Expand Up @@ -936,6 +948,7 @@




Update
@balena/abstract-sql-compiler
from 8.5.0 to 9.0.4
Expand All @@ -962,6 +975,7 @@




The internal and
external
representation of
Expand Down Expand Up @@ -1004,6 +1018,7 @@




Update
@types/chai-datetime
from 0.0.37 to
Expand Down Expand Up @@ -1475,6 +1490,7 @@




- Update
@balena/lint from
6.2.2 to 7.2.4
Expand Down Expand Up @@ -1977,6 +1993,7 @@




Update
@balena/odata-parser
from 2.4.6 to 3.0.0
Expand Down Expand Up @@ -2035,6 +2052,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -2068,6 +2086,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -2116,6 +2135,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -2190,6 +2210,7 @@




Update
@balena/abstract-sql-compiler
from 8.4.0 to 8.4.1
Expand Down Expand Up @@ -2229,6 +2250,7 @@




Update
@balena/abstract-sql-compiler
from 8.0.0 to 8.4.0
Expand Down Expand Up @@ -2258,6 +2280,7 @@




This also deprecates
the legacy version
footer:
Expand Down Expand Up @@ -2297,6 +2320,7 @@




It can in fact be a
lot of different
things and that is
Expand Down Expand Up @@ -2337,6 +2361,7 @@




We know what type
they return and they
should be explicitly
Expand Down Expand Up @@ -2382,6 +2407,7 @@




Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -2538,6 +2564,7 @@




This also deprecates
the legacy use of
direct true/false
Expand Down Expand Up @@ -2750,6 +2777,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -2782,6 +2810,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -2829,6 +2858,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -2936,6 +2966,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -2968,6 +2999,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -3015,6 +3047,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -5143,6 +5176,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -5175,6 +5209,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -5222,6 +5257,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -5339,6 +5375,7 @@




This also deprecates
the legacy version
footer:
Expand Down Expand Up @@ -5377,6 +5414,7 @@




It can in fact be a
lot of different
things and that is
Expand Down Expand Up @@ -5416,6 +5454,7 @@




We know what type
they return and they
should be explicitly
Expand Down Expand Up @@ -5460,6 +5499,7 @@




Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -5615,6 +5655,7 @@




This also deprecates
the legacy use of
direct true/false
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 30.0.9 - 2024-10-21

* Add the ability to enable pine async tasks [Otavio Jacobi]

## 30.0.8 - 2024-10-21

* Lock file maintenance [Self-hosted Renovate Bot]
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": "30.0.8",
"version": "30.0.9",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -167,6 +167,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-10-21T01:29:56.498Z"
"publishedAt": "2024-10-21T12:35:53.132Z"
}
}

0 comments on commit f9eb84b

Please sign in to comment.