Skip to content

Commit

Permalink
v18.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Apr 9, 2024
1 parent df51f87 commit ffd44d3
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
29 changes: 29 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,32 @@
- commits:
- subject: Bump patch-package to 6.5.1
hash: 6178f34f88377d64d331e027d6c0da7165c0df5e
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "npm-shrinkwrap.json: Recreate with lockfileVersion 3"
hash: c5ecf692bb568900583680e871b4aba2cae7ab30
body: |
npm ci && \
rm npm-shrinkwrap.json && \
npm shrinkwrap

I confirmed that it generates the same
node_modules structure but cuts the
shrinkwrap file size by 43%.
footer:
Change-type: patch
change-type: patch
See: https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json#lockfileversion
see: https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json#lockfileversion
author: Thodoris Greasidis
nested: []
version: 18.1.8
title: ""
date: 2024-04-09T17:29:44.329Z
- commits:
- subject: Update balena-preload to 15.0.5
hash: 3caf54aa16affeb8606671dfacf58c94d2bcdc68
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
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.1.8 - 2024-04-09

* Bump patch-package to 6.5.1 [Thodoris Greasidis]
* npm-shrinkwrap.json: Recreate with lockfileVersion 3 [Thodoris Greasidis]

## 18.1.7 - 2024-04-09


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
@@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.1.7",
"version": "18.1.8",
"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 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-04-09T16:03:32.796Z"
"publishedAt": "2024-04-09T17:29:45.181Z"
}
}

0 comments on commit ffd44d3

Please sign in to comment.