mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v17.4.5
This commit is contained in:
parent
d5ae612513
commit
29ade0f696
@ -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
|
||||
|
@ -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]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "17.4.4",
|
||||
"version": "17.4.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "17.4.4",
|
||||
"version": "17.4.5",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
@ -283,6 +283,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-11-20T17:57:19.378Z"
|
||||
"publishedAt": "2023-12-04T14:08:26.483Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user