This commit is contained in:
balenaCI 2022-12-29 07:20:50 +00:00
parent 42b2269e81
commit 0ab4760272
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Update flowzone tests to use npm ci
hash: c818d846b368cf9c634757581faca15074100e8a
body: |
Will also make sure that the shrinkwrap is
matching the committed package.json.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 14.5.18
title: ""
date: 2022-12-29T07:20:47.915Z
- commits: - commits:
- subject: Stop using the deprecated balena-sync module - subject: Stop using the deprecated balena-sync module
hash: 2fd0ca6a0203c30639cc981cf572bf2aa375b881 hash: 2fd0ca6a0203c30639cc981cf572bf2aa375b881

View File

@ -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/).
## 14.5.18 - 2022-12-29
* Update flowzone tests to use npm ci [Thodoris Greasidis]
## 14.5.17 - 2022-12-28 ## 14.5.17 - 2022-12-28
* Stop using the deprecated balena-sync module [Thodoris Greasidis] * Stop using the deprecated balena-sync module [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "14.5.17", "version": "14.5.18",
"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",
@ -284,6 +284,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-12-28T23:56:11.827Z" "publishedAt": "2022-12-29T07:20:48.827Z"
} }
} }