Skip to content

Commit

Permalink
v19.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 18, 2024
1 parent e4099fa commit 8184905
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Add convert serial option to generate-types command
hash: 13e62a4a1a9671ded893cb7d7945d6fe55a2fa8c
body: ""
footer:
Change-type: minor
change-type: minor
author: Josh Bowling
nested: []
version: 19.7.0
title: ""
date: 2024-12-18T11:40:18.233Z
- commits:
- subject: Use translationAbstractSqlModel for resolving translations
hash: 62dabf733348b2f82549264d63380555d7d61eb7
Expand Down Expand Up @@ -1987,6 +1999,7 @@




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




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




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




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




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




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




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




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

# v19.7.0
## (2024-12-18)

* Add convert serial option to generate-types command [Josh Bowling]

# v19.6.3
## (2024-12-04)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.6.3
19.7.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "19.6.3",
"version": "19.7.0",
"main": "out/server-glue/module",
"type": "commonjs",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -147,6 +147,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2024-12-04T15:10:15.448Z"
"publishedAt": "2024-12-18T11:40:19.195Z"
}
}

0 comments on commit 8184905

Please sign in to comment.