Skip to content

Commit

Permalink
v20.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 20, 2025
1 parent f443746 commit a234816
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
28 changes: 28 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Free up migration related memory after the models get executed
hash: 6dde0e76a1bc1b70b1d212fb76b2222e72742fed
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 20.0.7
title: ""
date: 2025-02-20T10:39:41.686Z
- commits:
- subject: "fix: Resolve `\\canAccess` for term forms"
hash: 3695f922218b0f40bcfa24c2426a280be26c5582
Expand Down Expand Up @@ -1654,6 +1666,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand All @@ -1678,6 +1691,7 @@




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




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




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




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




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




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




This also deprecates
the legacy use of
direct true/false
Expand Down Expand Up @@ -5181,6 +5201,7 @@






As balena-lint
Expand Down Expand Up @@ -5233,6 +5254,7 @@






As engine and npm is
Expand Down Expand Up @@ -5300,6 +5322,7 @@






Ensure that the
Expand Down Expand Up @@ -5430,6 +5453,7 @@






This also deprecates
Expand Down Expand Up @@ -5488,6 +5512,7 @@






It can in fact be a
Expand Down Expand Up @@ -5547,6 +5572,7 @@






We know what type
Expand Down Expand Up @@ -5611,6 +5637,7 @@






Update
Expand Down Expand Up @@ -5786,6 +5813,7 @@






This also deprecates
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/).

# v20.0.7
## (2025-02-20)

* Free up migration related memory after the models get executed [Thodoris Greasidis]

# v20.0.6
## (2025-02-19)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.0.6
20.0.7
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": "20.0.6",
"version": "20.0.7",
"main": "out/server-glue/module.js",
"type": "module",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -148,6 +148,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2025-02-19T17:11:30.233Z"
"publishedAt": "2025-02-20T10:39:42.673Z"
}
}

0 comments on commit a234816

Please sign in to comment.