Skip to content

Commit

Permalink
v19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 22, 2024
1 parent b74979f commit a9a2022
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 4 deletions.
45 changes: 45 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
- commits:
- subject: Update all references of lib to src
hash: 4760866c7782b2651c1c319ae1a757f0ab21f1b3
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
- subject: Rename the lib folder to src
hash: 2b044348e0f5dbb40ae4a5a48a4dcf9eff0d4659
body: ""
footer:
Change-type: major
change-type: major
author: Otavio Jacobi
nested: []
- subject: Update @balena/compose to 4.0.1 Update @balena/compose from 3.2.1 to
4.0.1
hash: c9fa10b9c640cd245312bbc6981e850628d8a6b9
body: ""
footer:
Change-type: major
change-type: major
author: Otavio Jacobi
nested: []
- subject: Use standard visuals table component for fleet/s
hash: 63674c8201b2cbd2fe529a47ed3f5069e398c08a
body: >
This effectively removes the ability to filter/sort/customize the output
table.

The cli cannot properly handle this operations on all models and this
one was inconsistent.

For now we recommend that users that require parsing the CLI output use
the output json format and do any kind of necessary parsing on it.
footer:
Change-type: major
change-type: major
author: Otavio Jacobi
nested: []
version: 19.0.0
title: ""
date: 2024-08-22T17:43:30.658Z
- commits:
- subject: Run npm dedupe commands
hash: 1d70e6b4b4b2d1c4c8f619988bbe0e17bcf12f63
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/).

## 19.0.0 - 2024-08-22

* Update all references of lib to src [Otavio Jacobi]
* Rename the lib folder to src [Otavio Jacobi]
* Update @balena/compose to 4.0.1 Update @balena/compose from 3.2.1 to 4.0.1 [Otavio Jacobi]
* Use standard visuals table component for fleet/s [Otavio Jacobi]

## 18.2.34 - 2024-07-29

* Run npm dedupe commands [Kyle Harding]
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.34",
"version": "19.0.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
Expand Down Expand Up @@ -287,6 +287,6 @@
}
},
"versionist": {
"publishedAt": "2024-07-29T11:08:35.293Z"
"publishedAt": "2024-08-22T17:43:31.517Z"
}
}

0 comments on commit a9a2022

Please sign in to comment.