From bf2e8cb7c9fb50987513d4cd49f7d6ebd9bf5e17 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:10:19 +0000 Subject: [PATCH] v19.6.3 --- .versionbot/CHANGELOG.yml | 28 ++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b96eab338..698737ee9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 @@ -1966,6 +1986,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -2004,6 +2025,7 @@ + As engine and npm is now required as part of package.json we @@ -2057,6 +2079,7 @@ + Ensure that the input passed in for JSON types is either @@ -2173,6 +2196,7 @@ + This also deprecates the legacy version footer: @@ -2217,6 +2241,7 @@ + It can in fact be a lot of different things and that is @@ -2262,6 +2287,7 @@ + We know what type they return and they should be explicitly @@ -2312,6 +2338,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2473,6 +2500,7 @@ + This also deprecates the legacy use of direct true/false diff --git a/CHANGELOG.md b/CHANGELOG.md index 1083214a3..5104f0196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index e26dea502..3336fbed7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.6.2 \ No newline at end of file +19.6.3 \ No newline at end of file diff --git a/package.json b/package.json index 9786a3284..627563270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "19.6.2", + "version": "19.6.3", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -147,6 +147,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-12-03T14:55:52.588Z" + "publishedAt": "2024-12-04T15:10:15.448Z" } }