From c94bbc91395a1afbabf44f09053c96d813ab9d82 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:41:02 +0000 Subject: [PATCH] v19.5.0 --- .versionbot/CHANGELOG.yml | 45 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 20 +++++++++++++++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 68 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7f82f5afe..d2d312cde 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,40 @@ +- commits: + - subject: Update dependencies to support `is case insensitively equal to` + hash: b8987501d09383f91688a13a7e29ec48374d6367 + body: | + Update @balena/abstract-sql-compiler from 10.0.1 to 10.1.0 + Update @balena/sbvr-types from 9.0.2 to 9.1.0 + footer: + Change-type: minor + change-type: minor + author: Otavio Jacobi + nested: + - commits: + - subject: Add Lower unary node for countTableSelects optimization + hash: e3ebcddbf6c725139535fa53de06492a64c9e2a9 + body: "" + footer: + Change-type: minor + change-type: minor + author: Otavio Jacobi + nested: [] + version: abstract-sql-compiler-10.1.0 + title: "" + date: 2024-10-24T14:43:39.710Z + - commits: + - subject: Add `is case insensitively equal to` for Text types + hash: c6414b8b53cb6935e2a496a31d29c7e90efefe38 + body: "" + footer: + Change-type: minor + change-type: minor + author: Otavio Jacobi + version: sbvr-types-9.1.0 + title: "" + date: 2024-10-24T15:56:32.550Z + version: 19.5.0 + title: "" + date: 2024-10-24T16:40:57.333Z - commits: - subject: Linting fixes hash: 709e32ba4b581f059500365f77667f8ee887e569 @@ -1801,6 +1838,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -1830,6 +1868,7 @@ + As engine and npm is now required as part of package.json we @@ -1874,6 +1913,7 @@ + Ensure that the input passed in for JSON types is either @@ -1988,6 +2028,7 @@ + This also deprecates the legacy version footer: @@ -2023,6 +2064,7 @@ + It can in fact be a lot of different things and that is @@ -2059,6 +2101,7 @@ + We know what type they return and they should be explicitly @@ -2100,6 +2143,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2252,6 +2296,7 @@ + This also deprecates the legacy use of direct true/false diff --git a/CHANGELOG.md b/CHANGELOG.md index 0175e1c70..e141b1e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ 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.5.0 +## (2024-10-24) + + +
+ Update dependencies to support `is case insensitively equal to` [Otavio Jacobi] + +> ## abstract-sql-compiler-10.1.0 +> ### (2024-10-24) +> +> * Add Lower unary node for countTableSelects optimization [Otavio Jacobi] +> +> ## sbvr-types-9.1.0 +> ### (2024-10-24) +> +> * Add `is case insensitively equal to` for Text types [Otavio Jacobi] +> + +
+ # v19.4.4 ## (2024-10-24) diff --git a/VERSION b/VERSION index 9e13c23a0..1fc0052d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.4.4 \ No newline at end of file +19.5.0 \ No newline at end of file diff --git a/package.json b/package.json index aa021447a..1964aa1eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "19.4.4", + "version": "19.5.0", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -147,6 +147,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-10-24T14:33:43.686Z" + "publishedAt": "2024-10-24T16:40:59.023Z" } }