From 1724187466bdd0c0d307e915ee8c6973e3f022c8 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 13:32:53 +0000 Subject: [PATCH] v18.2.3 --- .versionbot/CHANGELOG.yml | 18 ++++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3774bbaf..d477139b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 `. + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea20665..c86feb78 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/). +## 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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 913c7c07..58988fc9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": { diff --git a/package.json b/package.json index 8759e7f4..3fbd0f4f 100644 --- a/package.json +++ b/package.json @@ -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" } }