Skip to content

Commit

Permalink
chore: release 0.42.1 (#211)
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy authored Jun 14, 2023
1 parent e1edc56 commit 3ec6820
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.42.1] - 2023-06-14

## Fixed

- Start & end date ordering being reversed (#210)
Expand Down
6 changes: 6 additions & 0 deletions charts/substra-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.19

### Changed

- Upgraded AppVersion to 0.42.1

## 1.0.18

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/substra-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ maintainers:
- name: Substra Team
email: [email protected]

version: 1.0.18
appVersion: 0.42.0 # should be same as in package.json
version: 1.0.19
appVersion: 0.42.1 # should be same as in package.json
kubeVersion: '>= 1.19.0-0'
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"license": "Apache-2.0",
"private": "true",
"version": "0.42.0",
"version": "0.42.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 3ec6820

Please sign in to comment.