Skip to content

Commit

Permalink
v19.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 4, 2024
1 parent 439ffd3 commit bf2e8cb
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
28 changes: 28 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Use translationAbstractSqlModel for resolving translations
hash: 62dabf733348b2f82549264d63380555d7d61eb7
body: >
This is necessary because the `fromAbstractSqlModel` (here renamed to
translationAbstractSqlModel)

will actually contain both the unaliased fromResource and aliased
toResource where the previous

approach of passing only `toResource` might not contain the aliased
toResource
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 19.6.3
title: ""
date: 2024-12-04T15:10:14.481Z
- commits:
- subject: Update dependency @balena/lf-to-abstract-sql to 5.0.3
hash: 90c78095c8d41245f69ae6c56de6054034f06d12
Expand Down Expand Up @@ -1966,6 +1986,7 @@




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




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




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




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




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




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




Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -2473,6 +2500,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.6.3
## (2024-12-04)

* Use translationAbstractSqlModel for resolving translations [Otavio Jacobi]

# v19.6.2
## (2024-12-03)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.6.2
19.6.3
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.2",
"version": "19.6.3",
"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-03T14:55:52.588Z"
"publishedAt": "2024-12-04T15:10:15.448Z"
}
}

0 comments on commit bf2e8cb

Please sign in to comment.