Skip to content

Commit

Permalink
v19.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 4, 2025
1 parent 8a989e8 commit 6ba5871
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 3 deletions.
36 changes: 36 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
- commits:
- subject: "Tests: use `@balena/pinejs` for resolving to the runtime files"
hash: fc28f2efec230ea40150c14cbf7f062649f2fc40
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: "Tests: avoid deep imports in favor of the standard module entrypoint"
hash: 8e26f0f37189809bfc517a580a37ff659a207ba6
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: "Tests: run against compiled source rather than transpiling on the fly"
hash: cf6351dac10a89633624a5ebf3b1aad29f0ab8ec
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 19.7.3
title: ""
date: 2025-01-04T23:36:23.908Z
- commits:
- subject: Update dependencies
hash: a909ee054f395de407ec4e1275fd0f5b7514fe29
Expand Down Expand Up @@ -2058,6 +2086,7 @@






As balena-lint
Expand Down Expand Up @@ -2100,6 +2129,7 @@






As engine and npm is
Expand Down Expand Up @@ -2157,6 +2187,7 @@






Ensure that the
Expand Down Expand Up @@ -2277,6 +2308,7 @@






This also deprecates
Expand Down Expand Up @@ -2325,6 +2357,7 @@






It can in fact be a
Expand Down Expand Up @@ -2374,6 +2407,7 @@






We know what type
Expand Down Expand Up @@ -2428,6 +2462,7 @@






Update
Expand Down Expand Up @@ -2593,6 +2628,7 @@






This also deprecates
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](http://semver.org/).

# v19.7.3
## (2025-01-04)

* Tests: use `@balena/pinejs` for resolving to the runtime files [Pagan Gazzard]
* Tests: avoid deep imports in favor of the standard module entrypoint [Pagan Gazzard]
* Tests: run against compiled source rather than transpiling on the fly [Pagan Gazzard]

# v19.7.2
## (2025-01-02)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.7.2
19.7.3
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.7.2",
"version": "19.7.3",
"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": "2025-01-02T16:47:37.833Z"
"publishedAt": "2025-01-04T23:36:24.835Z"
}
}

0 comments on commit 6ba5871

Please sign in to comment.