This commit is contained in:
flowzone-app[bot] 2024-05-15 13:32:53 +00:00 committed by GitHub
parent b27dcdd582
commit 1724187466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 26 additions and 4 deletions

View File

@ -1,3 +1,21 @@
- commits:
- subject: Pluralize command categories in docs
hash: 233bc705dee0ec2e6efe4375deac1889d91f5718
body: >
Pluralize command categories, eg. "Device" -> "Devices”.
Results in much fewer categories in our docs pages and we no longer have
the somewhat silly separate singular and plural categories for commands
such as `devices` and `device <command>`.
footer:
Change-type: patch
change-type: patch
author: dfunckt
nested: []
version: 18.2.3
title: ""
date: 2024-05-15T13:32:49.489Z
- commits:
- subject: Upgrade dockerode and docker-modem dependencies
hash: aa9a148c462d5a03d534b7fd8edc8687af82fb6c

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 18.2.3 - 2024-05-15
* Pluralize command categories in docs [dfunckt]
## 18.2.2 - 2024-04-30
* Upgrade dockerode and docker-modem dependencies [Ken Bannister]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "18.2.2",
"version": "18.2.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "18.2.2",
"version": "18.2.3",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.2",
"version": "18.2.3",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-04-30T13:57:45.962Z"
"publishedAt": "2024-05-15T13:32:50.378Z"
}
}