Skip to content

Commit

Permalink
v19.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 30, 2024
1 parent 1e1bc31 commit 8007f54
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 3 deletions.
54 changes: 54 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
- commits:
- subject: Use/export explicit functions for loading SBVR files
hash: c47a755613fec8293547c7cfb34cc9e707a7c703
body: |
This is in preference to using the require loader which is not very
portable when mixing commonjs and esm code
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Log the async migration status on initialization rather than on import
hash: 83eacbb700f89dd2730c9a879b96a456503a1d2a
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Use `import` instead of `require` where possible
hash: e16a795d1ff549bb08beeb121cf129a61473d5bd
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Fetch version from package.json without using `require`
hash: 2f5777afb3694498bc80335efee1ca1a5842c223
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Remove use of commonjs specific `exports` property
hash: b4c11fe904ac2c8fa2f0ba7ffc87804101be1b56
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 19.7.1
title: ""
date: 2024-12-30T14:24:28.696Z
- commits:
- subject: Add convert serial option to generate-types command
hash: 13e62a4a1a9671ded893cb7d7945d6fe55a2fa8c
Expand Down Expand Up @@ -1999,6 +2045,7 @@





As balena-lint
rejects `new
Expand Down Expand Up @@ -2039,6 +2086,7 @@





As engine and npm is
now required as part
Expand Down Expand Up @@ -2094,6 +2142,7 @@





Ensure that the
input passed in for
Expand Down Expand Up @@ -2212,6 +2261,7 @@





This also deprecates
the legacy version
Expand Down Expand Up @@ -2258,6 +2308,7 @@





It can in fact be a
lot of different
Expand Down Expand Up @@ -2305,6 +2356,7 @@





We know what type
they return and they
Expand Down Expand Up @@ -2357,6 +2409,7 @@





Update
@balena/sbvr-types
Expand Down Expand Up @@ -2520,6 +2573,7 @@





This also deprecates
the legacy use of
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.1
## (2024-12-30)

* Use/export explicit functions for loading SBVR files [Pagan Gazzard]
* Log the async migration status on initialization rather than on import [Pagan Gazzard]
* Use `import` instead of `require` where possible [Pagan Gazzard]
* Fetch version from package.json without using `require` [Pagan Gazzard]
* Remove use of commonjs specific `exports` property [Pagan Gazzard]

# v19.7.0
## (2024-12-18)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.7.0
19.7.1
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.0",
"version": "19.7.1",
"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": "2024-12-18T11:40:19.195Z"
"publishedAt": "2024-12-30T14:24:29.728Z"
}
}

0 comments on commit 8007f54

Please sign in to comment.