mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-24 21:09:54 +00:00
v16.7.5
This commit is contained in:
parent
f5764c4659
commit
c6313c08ae
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Abstract the fleet/app/block create commands
|
||||||
|
hash: aff094575bb26547fa28b49eceec840a4c683929
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: 16.7.5
|
||||||
|
title: ""
|
||||||
|
date: 2023-07-21T06:59:20.298Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "move: Include fleets of discontinued device types in the fleet
|
- subject: "move: Include fleets of discontinued device types in the fleet
|
||||||
selection"
|
selection"
|
||||||
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
|
|||||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 16.7.5 - 2023-07-21
|
||||||
|
|
||||||
|
* Abstract the fleet/app/block create commands [Thodoris Greasidis]
|
||||||
|
|
||||||
## 16.7.4 - 2023-07-20
|
## 16.7.4 - 2023-07-20
|
||||||
|
|
||||||
* move: Include fleets of discontinued device types in the fleet selection [Thodoris Greasidis]
|
* move: Include fleets of discontinued device types in the fleet selection [Thodoris Greasidis]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "16.7.4",
|
"version": "16.7.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "16.7.4",
|
"version": "16.7.5",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "16.7.4",
|
"version": "16.7.5",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -284,6 +284,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-07-20T10:41:07.605Z"
|
"publishedAt": "2023-07-21T06:59:21.487Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user