This commit is contained in:
flowzone-app[bot] 2023-08-21 16:56:33 +00:00 committed by GitHub
parent 1a24b193e7
commit 35177e2d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Revert flowzone to master
hash: 272915192b08627bf0687af0bbf73247f1f815da
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: 16.7.7
title: ""
date: 2023-08-21T16:56:29.557Z
- commits: - commits:
- subject: "app create: Fix halting with a deprecation warning" - subject: "app create: Fix halting with a deprecation warning"
hash: 365d95c36b4b10cd683290747d1f26926d9a4710 hash: 365d95c36b4b10cd683290747d1f26926d9a4710

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/).
## 16.7.7 - 2023-08-21
* Revert flowzone to master [Otávio Jacobi]
## 16.7.6 - 2023-07-24 ## 16.7.6 - 2023-07-24
* app create: Fix halting with a deprecation warning [Thodoris Greasidis] * app create: Fix halting with a deprecation warning [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "16.7.6", "version": "16.7.7",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-cli", "name": "balena-cli",
"version": "16.7.6", "version": "16.7.7",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "16.7.6", "version": "16.7.7",
"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": "2023-07-24T13:38:04.137Z" "publishedAt": "2023-08-21T16:56:30.580Z"
} }
} }