Skip to content

Commit

Permalink
v14.51.0
Browse files Browse the repository at this point in the history
balenaCI committed Sep 16, 2022
1 parent 7b07ed2 commit 4560684
Showing 4 changed files with 61 additions and 3 deletions.
43 changes: 43 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
- commits:
- subject: Update lodash typings
hash: 734fd4c97f9438df4d2f80430739a4f1036e62cf
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <[email protected]>
signed-off-by: Thodoris Greasidis <[email protected]>
author: Thodoris Greasidis
nested: []
- subject: Add support for `/$count` with nested `$filter` in $orderby & $orderby
hash: 55bbd0fe9359bc1d6e88c5f5eb6a65369c70d9c0
body: |
Update @balena/odata-parser from 2.3.0 to 2.4.0
Update @balena/odata-to-abstractsql from 5.4.14 to 5.5.0
footer:
Resolves: "#577"
resolves: "#577"
Change-type: minor
change-type: minor
Signed-off-by: Thodoris Greasidis <[email protected]>
signed-off-by: Thodoris Greasidis <[email protected]>
author: Thodoris Greasidis
nested:
- commits:
- subject: Add support for `/$count` with nested `$filter` in $orderby & $orderby
hash: 350c08b3a8a8877290f1c753a57e86404f0d9548
body: ""
footer:
Change-type: minor
change-type: minor
See: https://github.com/balena-io/pinejs/issues/577
see: https://github.com/balena-io/pinejs/issues/577
Signed-off-by: Thodoris Greasidis <[email protected]>
signed-off-by: Thodoris Greasidis <[email protected]>
author: Thodoris Greasidis
version: odata-parser-2.4.0
title: "'Add support for with nested in & '"
date: 2022-09-15T06:56:48.376Z
version: 14.51.0
title: ""
date: 2022-09-16T13:49:10.005Z
- commits:
- subject: Add async migrator
hash: 133896dadbb443130d20879fd9fee751fdbc705e
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,21 @@ 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/).

# v14.51.0
## (2022-09-16)

* Update lodash typings [Thodoris Greasidis]

<details>
<summary> Add support for `/$count` with nested `$filter` in $orderby & $orderby [Thodoris Greasidis] </summary>

> ## odata-parser-2.4.0
> ### (2022-09-15)
>
> * Add support for `/$count` with nested `$filter` in $orderby & $orderby [Thodoris Greasidis]
>
</details>
# v14.50.0
## (2022-09-09)

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.50.0
14.51.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": "14.50.0",
"version": "14.51.0",
"main": "out/server-glue/module",
"repository": "[email protected]:balena-io/pinejs.git",
"license": "Apache-2.0",
@@ -141,6 +141,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2022-09-09T14:19:48.978Z"
"publishedAt": "2022-09-16T13:49:10.986Z"
}
}

0 comments on commit 4560684

Please sign in to comment.