Skip to content

Commit

Permalink
v17.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Dec 4, 2023
1 parent d5ae612 commit 29ade0f
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
32 changes: 32 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
- commits:
- subject: Stop testing dependency deduplication on the custom test runners
hash: 65ba63d1a8d231851634830be6d48fbf0e085e47
body: |
That's since we already run that test as part of
flowzone's default "Test npm (18.x)", and the
custom tests are using the latest node & npm
version of the selected major.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Temporarily pin oclif-core to ~3.11.0 to deduplicate the dependencies
hash: f5ffa7d84f58047e1f262b2b1e1719fd4164d5de
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Update TypeScript to 5.3.2
hash: dac3ace61d80dfd000a4a69dfa51d141d34ebc0a
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 17.4.5
title: ""
date: 2023-12-04T14:08:25.597Z
- commits:
- subject: Fix balena block create to actually create a block
hash: b8769bb9e9dafac8a52eef477bc763551cf0d0b0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/).

## 17.4.5 - 2023-12-04

* Stop testing dependency deduplication on the custom test runners [Thodoris Greasidis]
* Temporarily pin oclif-core to ~3.11.0 to deduplicate the dependencies [Thodoris Greasidis]
* Update TypeScript to 5.3.2 [Thodoris Greasidis]

## 17.4.4 - 2023-11-20

* Fix balena block create to actually create a block [Otávio Jacobi]
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.4.4",
"version": "17.4.5",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
Expand Down Expand Up @@ -283,6 +283,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-11-20T17:57:19.378Z"
"publishedAt": "2023-12-04T14:08:26.483Z"
}
}

0 comments on commit 29ade0f

Please sign in to comment.