Skip to content

Commit

Permalink
v5.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 15, 2024
1 parent ff3dc64 commit 016e9b7
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 4 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: "API/overview: Group all $filter examples together"
hash: 901b9ba4d5e44ac971b88234c4dacc3612557ff9
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "API/overview: Add a $filter example for filtering application by their
organization's handle"
hash: 0ac3b60625d76259f82e85802f40a25d58bc70d2
body: ""
footer:
Change-type: minor
change-type: minor
author: Thodoris Greasidis
nested: []
- subject: "API/overview: Change the associated resource $filter example to use
$any & apply on the slug field"
hash: 419da9b2dcad00ec0a8c8f129509168ae309d726
body: |
Firstly $any can also be used for filtering using
reverse navigation resources as well, while
the previous approach works only for FKs.
On top of that filtering using $any is also
faster.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "API/overview: Add the slug property in the application examples"
hash: d1aab5d726cc03e16c23a101d2a12c1b263bd38d
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 5.73.0
title: ""
date: 2024-10-15T15:29:36.602Z
- commits:
- subject: "Management: Remove superscript linking"
hash: e709f26a5c86e3f0837ed620b458eb5ab647a49b
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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](https://semver.org/).

## 5.73.0 - 2024-10-15

* API/overview: Group all $filter examples together [Thodoris Greasidis]
* API/overview: Add a $filter example for filtering application by their organization's handle [Thodoris Greasidis]
* API/overview: Change the associated resource $filter example to use $any & apply on the slug field [Thodoris Greasidis]
* API/overview: Add the slug property in the application examples [Thodoris Greasidis]

## 5.72.1 - 2024-10-15

* Management: Remove superscript linking [Shaun Mulligan]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "balena-docs",
"private": true,
"version": "5.72.1",
"version": "5.73.0",
"engines": {
"node": "^18.0.0"
},
Expand Down Expand Up @@ -60,6 +60,6 @@
"wrangler": "^3.62.0"
},
"versionist": {
"publishedAt": "2024-10-15T09:28:43.716Z"
"publishedAt": "2024-10-15T15:29:37.134Z"
}
}

0 comments on commit 016e9b7

Please sign in to comment.