From ab90a5f15000f9ea85d208683de6fd3e90db5d56 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 7 Sep 2021 16:55:22 +0300 Subject: [PATCH] v12.48.6 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 778683d7..85e1e13b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: 12.48.6 + date: 2021-09-07T11:56:10.230Z - commits: - subject: 'preload: Replace my_application query with the SDKs application.getAll()' hash: d7933352872504e344edb1b1ba3dfe1c3b0d69fd diff --git a/CHANGELOG.md b/CHANGELOG.md index bdbc3cd6..aaea2445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 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 * preload: Replace my_application query with the SDKs application.getAll() [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6317ac31..19101f00 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.5", + "version": "12.48.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a90d47f0..23307619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.5", + "version": "12.48.6", "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-07T07:36:19.244Z" + "publishedAt": "2021-09-07T11:56:10.468Z" } }