mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-06 11:10:10 +00:00
v12.48.6
This commit is contained in:
parent
a8b2212fed
commit
ab90a5f150
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'preload: Rely on the device type model to get the compatible apps'
|
||||||
|
hash: 6bb8df30dd0b45aa613759bfa73dfd075d4dd844
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Connects-to: '#2318'
|
||||||
|
connects-to: '#2318'
|
||||||
|
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: []
|
||||||
|
version: 12.48.6
|
||||||
|
date: 2021-09-07T11:56:10.230Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'preload: Replace my_application query with the SDKs application.getAll()'
|
- subject: 'preload: Replace my_application query with the SDKs application.getAll()'
|
||||||
hash: d7933352872504e344edb1b1ba3dfe1c3b0d69fd
|
hash: d7933352872504e344edb1b1ba3dfe1c3b0d69fd
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 12.48.6 - 2021-09-07
|
||||||
|
|
||||||
|
* preload: Rely on the device type model to get the compatible apps [Thodoris Greasidis]
|
||||||
|
|
||||||
## 12.48.5 - 2021-09-07
|
## 12.48.5 - 2021-09-07
|
||||||
|
|
||||||
* preload: Replace my_application query with the SDKs application.getAll() [Thodoris Greasidis]
|
* preload: Replace my_application query with the SDKs application.getAll() [Thodoris Greasidis]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.48.5",
|
"version": "12.48.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.48.5",
|
"version": "12.48.6",
|
||||||
"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",
|
||||||
@ -289,6 +289,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2021-09-07T07:36:19.244Z"
|
"publishedAt": "2021-09-07T11:56:10.468Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user