Skip to content

Commit

Permalink
v19.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 4, 2024
1 parent ff3437d commit 9cb5382
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 3 deletions.
55 changes: 55 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
- commits:
- subject: Update dependencies
hash: d900e54aa1ff497da1335c2fd2d39a7790b8ab49
body: |
Update @balena/odata-parser from 3.0.8 to 3.1.0
Update @balena/odata-to-abstract-sql from 6.3.0 to 6.4.0
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested:
- commits:
- subject: Use bind vars for $top and $skip options
hash: f160a140209cc5c9d3abc617cf8de7a37a0abf16
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
version: odata-parser-3.1.0
title: ""
date: 2024-10-03T23:27:17.856Z
- commits:
- subject: Support number references as boolean types
hash: 7ab64045cd94b573f51ab193be0f80712df195eb
body: >
This allows things like `$top=10` and `$skip=5` to work whilst
being

converted to bind variables


Update @balena/odata-parser from 3.0.8 to 3.1.0
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested:
- commits:
- subject: Use bind vars for $top and $skip options
hash: f160a140209cc5c9d3abc617cf8de7a37a0abf16
body: ""
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
version: odata-parser-3.1.0
title: ""
date: 2024-10-03T23:27:17.856Z
version: odata-to-abstract-sql-6.4.0
title: ""
date: 2024-10-04T12:00:36.654Z
version: 19.0.4
title: ""
date: 2024-10-04T14:46:41.368Z
- commits:
- subject: Pin minio/minio and minio/mc versions
hash: 2f7012ed804f03675ebc1bb6cada6a66eeb4a0c2
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@ 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.0.4
## (2024-10-04)


<details>
<summary> Update dependencies [Pagan Gazzard] </summary>

> ## odata-parser-3.1.0
> ### (2024-10-03)
>
> * Use bind vars for $top and $skip options [Pagan Gazzard]
>
> ## odata-to-abstract-sql-6.4.0
> ### (2024-10-04)
>
>
> <details>
> <summary> Support number references as boolean types [Pagan Gazzard] </summary>
>
>> ### odata-parser-3.1.0
>> #### (2024-10-03)
>>
>> * Use bind vars for $top and $skip options [Pagan Gazzard]
>>
>
> </details>
>
>

</details>

# v19.0.3
## (2024-10-04)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.0.3
19.0.4
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.0.3",
"version": "19.0.4",
"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-04T14:21:36.960Z"
"publishedAt": "2024-10-04T14:46:42.898Z"
}
}

0 comments on commit 9cb5382

Please sign in to comment.