Skip to content

Commit

Permalink
v2.0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 5, 2024
1 parent f9c63c8 commit b469f31
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- commits:
- subject: "hw.device-type: Fix hyperlinks in provisioning instructions"
hash: 7ba9c9e03fe93110b2c8f3c866fbd4a3d7c8248b
body: |
If hyperlinks are unquoted, a target=blank is added and entire
link is broken in the dashboard. This doesn't happen for devices
which use quoted links, like for example the CM4.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
signed-off-by: Alexandru Costache <alexandru@balena.io>
author: Alexandru Costache
version: 2.0.89
title: ""
date: 2024-01-05T11:04:31.513Z
- commits:
- subject: "jetson-orin-nx-seeed-j4012: Add Seeed J4012 device-type"
hash: 2f35889ca436bcb17cb8fba3e9192676b9872042
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* Device: Add new contract for Stem x86 32bit [Trong Nghia Nguyen]
* Qemu: Update qemu to v3.0.0+resin [Trong Nghia Nguyen]

# v2.0.89
## (2024-01-05)

* hw.device-type: Fix hyperlinks in provisioning instructions [Alexandru Costache]

# v2.0.88
## (2024-01-03)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contracts",
"version": "2.0.88",
"version": "2.0.89",
"description": "Balena Base Contracts",
"repository": {
"type": "git",
Expand All @@ -21,6 +21,6 @@
"eslint-plugin-standard": "^3.0.1"
},
"versionist": {
"publishedAt": "2024-01-03T13:26:43.275Z"
"publishedAt": "2024-01-05T11:04:31.934Z"
}
}

0 comments on commit b469f31

Please sign in to comment.