mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v18.2.3
This commit is contained in:
parent
b27dcdd582
commit
1724187466
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user