Skip to content

Commit

Permalink
v2.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 5, 2023
1 parent 9159730 commit 1dc7661
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: "patch: Pass env variables to client"
hash: 09086c9c1c3471c8c803e6a91cbd72b09f1c9210
body: ""
footer:
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
author: Vipul Gupta (@vipulgupta2048)
nested: []
version: 2.28.1
title: ""
date: 2023-07-05T09:00:56.929Z
- commits:
- subject: "minor: Make client work with different balenaCloud environments"
hash: d975cfff5f15cfdffffa81202de5ad6fd8d41d87
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 2.28.1 - 2023-07-05

* patch: Pass env variables to client [Vipul Gupta (@vipulgupta2048)]

## 2.28.0 - 2023-06-30

* minor: Make client work with different balenaCloud environments [Vipul Gupta (@vipulgupta2048)]
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.28.0",
"version": "2.28.1",
"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": "2023-06-30T15:07:42.110Z"
"publishedAt": "2023-07-05T09:00:57.604Z"
}
}

0 comments on commit 1dc7661

Please sign in to comment.