This commit is contained in:
Balena CI 2021-09-07 18:28:57 +03:00 committed by VersionBot
parent 33fce1f24f
commit d3adbcdba9
4 changed files with 37 additions and 3 deletions

View File

@ -1,3 +1,32 @@
- commits:
- subject: 'device move: Improve types & reduce the number of API requests'
hash: 0327ed766d81bb84ce3208d44457898e6a30e76b
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
nested: []
- subject: 'device move: Rely on the device type model to get the compatible apps'
hash: 9c821511b117c6128134936af115d368c1d743ce
body: ''
footer:
Connects-to: '#2318'
connects-to: '#2318'
Change-type: patch
change-type: patch
See: >-
https://www.flowdock.com/app/rulemotion/i-cli/threads/s6x4Z_LoH8IG4PC_YeXMC0TP6v-
see: >-
https://www.flowdock.com/app/rulemotion/i-cli/threads/s6x4Z_LoH8IG4PC_YeXMC0TP6v-
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
nested: []
version: 12.48.7
date: 2021-09-07T15:01:08.694Z
- commits:
- subject: 'preload: Rely on the device type model to get the compatible apps'
hash: 6bb8df30dd0b45aa613759bfa73dfd075d4dd844

View File

@ -4,6 +4,11 @@ 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/).
## 12.48.7 - 2021-09-07
* device move: Improve types & reduce the number of API requests [Thodoris Greasidis]
* device move: Rely on the device type model to get the compatible apps [Thodoris Greasidis]
## 12.48.6 - 2021-09-07
* preload: Rely on the device type model to get the compatible apps [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.48.6",
"version": "12.48.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.48.6",
"version": "12.48.7",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -289,6 +289,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2021-09-07T11:56:10.468Z"
"publishedAt": "2021-09-07T15:01:08.947Z"
}
}