Skip to content

Commit

Permalink
v2.31.45
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 3, 2024
1 parent 4ad679f commit 34f39a8
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
26 changes: 26 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
- commits:
- subject: add .git to dockerignore
hash: f67d5611247197f63e7798b1516218f361dcb3f7
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: rcooke-warwick
nested: []
- subject: remove pull request target trigger from workflows
hash: d3fbb311a9e602ce2ed2e8073b6228dd9c13dd42
body: >
This will block external contributions - but right now we aren't really
getting any anyway.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: rcooke-warwick
nested: []
version: 2.31.45
title: ""
date: 2024-10-03T15:47:50.285Z
- commits:
- subject: Update balena-io/balena-cli to v19.0.11
hash: 2824ed421ede89a422157bae190ce00d1443548e
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/).

## 2.31.45 - 2024-10-03

* add .git to dockerignore [rcooke-warwick]
* remove pull request target trigger from workflows [rcooke-warwick]

## 2.31.44 - 2024-09-18

* Update balena-io/balena-cli to v19.0.11 [balena-renovate[bot]]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.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": "leviathan",
"version": "2.31.44",
"version": "2.31.45",
"scripts": {
"lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done",
"lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done",
Expand All @@ -20,6 +20,6 @@
"homepage": "https://github.com/balena-os/leviathan",
"private": true,
"versionist": {
"publishedAt": "2024-09-18T17:49:06.804Z"
"publishedAt": "2024-10-03T15:47:50.818Z"
}
}

0 comments on commit 34f39a8

Please sign in to comment.