Skip to content

Commit

Permalink
v14.54.7
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Jan 13, 2023
1 parent 63bfc1d commit e1c9122
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: Filter for `SideEffectHook`s before entering the async rollback loop
hash: 887027c084172658d29904e9fcdc1104779ebfb2
body: |
This avoids unnecessary work by adding an async boundary for the
filtering part, meaning we can avoid any async boundaries in the case
of no side effecting hooks (the likely case)
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 14.54.7
title: ""
date: 2023-01-13T15:53:47.439Z
- commits:
- subject: Handle symbols when proxying for constrained models
hash: e53a6744ba0e32e2ae414ab7bb1ae375957e115c
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/).

# v14.54.7
## (2023-01-13)

* Filter for `SideEffectHook`s before entering the async rollback loop [Pagan Gazzard]

# v14.54.6
## (2023-01-12)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.54.6
14.54.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": "14.54.6",
"version": "14.54.7",
"main": "out/server-glue/module",
"repository": "[email protected]:balena-io/pinejs.git",
"license": "Apache-2.0",
Expand Down Expand Up @@ -131,6 +131,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2023-01-12T18:51:58.893Z"
"publishedAt": "2023-01-13T15:53:48.258Z"
}
}

0 comments on commit e1c9122

Please sign in to comment.