From 1f4554abe84a9287fa566103ca5d0dd4f2f5322a Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 27 Aug 2020 17:51:29 +0300 Subject: [PATCH] v12.14.17 --- .versionbot/CHANGELOG.yml | 108 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 33 ++++++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 143 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b0825286..e960d9a6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,111 @@ +- commits: + - subject: 'preload: Improve the typings' + hash: 2e1570149df1ba7f5b89884d725eaf92ffbbad0e + body: '' + footer: + Change-type: patch + change-type: patch + Depends-on: 'https://github.com/balena-io/balena-sdk/pull/980' + depends-on: 'https://github.com/balena-io/balena-sdk/pull/980' + See: >- + https://github.com/balena-io/balena-cli/pull/2007#discussion_r478330624 + see: >- + https://github.com/balena-io/balena-cli/pull/2007#discussion_r478330624 + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + - subject: Update balena-sdk to 15.3.7 + hash: c647989054b3e3b48d053144c8dd550abcbc463d + body: | + Update balena-sdk from 15.3.1 to 15.3.7 + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: + - commits: + - subject: 'Improve $orderby typing to allow `[{a: ''desc''}, {b: ''asc''}]`' + hash: 0ded115ec8609c17a73f0dea6ab0cc8eea5fb530 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: balena-sdk-15.3.7 + date: 2020-08-27T11:00:20.808Z + - commits: + - subject: Document how to use with pkg + hash: ebe99cda636c5c513236a473c6e45d6b8eb49a09 + body: '' + footer: + Resolves: '#973' + resolves: '#973' + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.3.6 + date: 2020-08-26T21:39:20.309Z + - commits: + - subject: Use a more semantic parameter name for device.getDeviceSlug + hash: 8e1a76bb152d529e336b4056c9588ae0bcb690c2 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.3.5 + date: 2020-08-26T16:37:20.927Z + - commits: + - subject: >- + tests: Update the tests for the new maximum application name + size + hash: 19f3c01a03c272875702676d40b3408642f90b2b + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.3.4 + date: 2020-08-26T11:43:20.617Z + - commits: + - subject: 'typings: Fix nested $count support in the strict pine variant' + hash: c3c08ab4665acdfad675e65a78162eabaaa71b11 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.3.3 + date: 2020-08-21T17:38:00.841Z + - commits: + - subject: Update TypeScript to 4.0 + hash: 606f4c02972cf656b261e67f49a2b2af8e6dd292 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-15.3.2 + date: 2020-08-20T18:20:29.879Z + version: 12.14.17 + date: 2020-08-27T13:48:49.210Z - commits: - subject: Update to typescript 4.0 hash: 787966a0b61abf3d94a16ca407b42bf05abfbae2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f8a049..584ec83d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,39 @@ 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.14.17 - 2020-08-27 + +* preload: Improve the typings [Thodoris Greasidis] + +
+ Update balena-sdk to 15.3.7 [Thodoris Greasidis] + +> ### balena-sdk-15.3.7 - 2020-08-27 +> +> * Improve $orderby typing to allow `[{a: 'desc'}, {b: 'asc'}]` [Pagan Gazzard] +> +> ### balena-sdk-15.3.6 - 2020-08-26 +> +> * Document how to use with pkg [Thodoris Greasidis] +> +> ### balena-sdk-15.3.5 - 2020-08-26 +> +> * Use a more semantic parameter name for device.getDeviceSlug [Thodoris Greasidis] +> +> ### balena-sdk-15.3.4 - 2020-08-26 +> +> * tests: Update the tests for the new maximum application name size [Thodoris Greasidis] +> +> ### balena-sdk-15.3.3 - 2020-08-21 +> +> * typings: Fix nested $count support in the strict pine variant [Thodoris Greasidis] +> +> ### balena-sdk-15.3.2 - 2020-08-20 +> +> * Update TypeScript to 4.0 [Thodoris Greasidis] +> +
+ ## 12.14.16 - 2020-08-27 * Update to typescript 4.0 [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 646c9131..95d4e4f1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.16", + "version": "12.14.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1efb4d0f..7336789b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.16", + "version": "12.14.17", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",