mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-21 11:35:54 +00:00
v16.6.6
This commit is contained in:
parent
4ee55b049f
commit
0086feb645
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Reduce lodash usage in common user interaction patterns
|
||||
hash: d3c27ae859b32e187546964830cdbc236cc56138
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
version: 16.6.6
|
||||
title: ""
|
||||
date: 2023-07-10T17:16:05.627Z
|
||||
- commits:
|
||||
- subject: "fleet/block/app create: Fetch the supported device types using the
|
||||
hostApps"
|
||||
|
@ -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!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 16.6.6 - 2023-07-10
|
||||
|
||||
* Reduce lodash usage in common user interaction patterns [Thodoris Greasidis]
|
||||
|
||||
## 16.6.5 - 2023-07-09
|
||||
|
||||
* fleet/block/app create: Fetch the supported device types using the hostApps [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.6.5",
|
||||
"version": "16.6.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "16.6.5",
|
||||
"version": "16.6.6",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.6.5",
|
||||
"version": "16.6.6",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -284,6 +284,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-07-09T21:29:53.832Z"
|
||||
"publishedAt": "2023-07-10T17:16:06.760Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user