Skip to content

Commit

Permalink
v18.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 12, 2024
1 parent e95ef8b commit 60b0c7e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Drop unused dependencies
hash: 1bc0f7447fc4e294b5af753c6ab45b0f4a1a457b
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
- subject: Move dependencies that should be dev only as devDependencies
hash: f65215e144a58a106e2618ea2f5a110094567882
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.2.26
title: ""
date: 2024-07-12T12:03:29.138Z
- commits:
- subject: Fix complete generation intermitency
hash: b1073ca5499193da1aa320f0fd3e1992af09a85e
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.26 - 2024-07-12

* Drop unused dependencies [Otavio Jacobi]
* Move dependencies that should be dev only as devDependencies [Otavio Jacobi]

## 18.2.25 - 2024-07-11

* Fix complete generation intermitency [Otavio Jacobi]
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.25",
"version": "18.2.26",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
Expand Down Expand Up @@ -286,6 +286,6 @@
}
},
"versionist": {
"publishedAt": "2024-07-11T10:54:46.805Z"
"publishedAt": "2024-07-12T12:03:30.109Z"
}
}

0 comments on commit 60b0c7e

Please sign in to comment.