-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9eb0a58
commit a9c8d7e
Showing
4 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
- commits: | ||
- subject: Fix `migration` and `migration status` typings. | ||
hash: 6fcdec749c734f30347064a8ee6c30c74770c1bc | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Harald Fischer <[email protected]> | ||
signed-off-by: Harald Fischer <[email protected]> | ||
author: Harald Fischer | ||
nested: [] | ||
version: 16.0.1 | ||
title: "" | ||
date: 2024-04-02T12:38:47.565Z | ||
- commits: | ||
- subject: Update `@balena/sbvr-types` to enable ISODatestring as internal pine | ||
API interface for date and date time fields. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.0.0 | ||
16.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@balena/pinejs", | ||
"version": "16.0.0", | ||
"version": "16.0.1", | ||
"main": "out/server-glue/module", | ||
"type": "commonjs", | ||
"repository": "[email protected]:balena-io/pinejs.git", | ||
|
@@ -144,6 +144,6 @@ | |
"recursive": true | ||
}, | ||
"versionist": { | ||
"publishedAt": "2024-03-08T18:45:47.256Z" | ||
"publishedAt": "2024-04-02T12:38:48.252Z" | ||
} | ||
} |