Skip to content

Commit

Permalink
v19.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 24, 2024
1 parent 9202c3f commit c94bbc9
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 3 deletions.
45 changes: 45 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -1801,6 +1838,7 @@




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




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




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




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




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




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




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




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


<details>
<summary> Update dependencies to support `is case insensitively equal to` [Otavio Jacobi] </summary>

> ## 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]
>

</details>

# v19.4.4
## (2024-10-24)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.4.4
19.5.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.4.4",
"version": "19.5.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-10-24T14:33:43.686Z"
"publishedAt": "2024-10-24T16:40:59.023Z"
}
}

0 comments on commit c94bbc9

Please sign in to comment.