Skip to content

Commit

Permalink
chore: release 0.40.0 (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Léobal <[email protected]>
  • Loading branch information
oleobal authored Apr 7, 2023
1 parent b0dcadb commit 3d08d6c
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.40.0] - 2023-03-29

### Added

- Inter font for content body (#176)
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.16

### Changed

- Upgraded AppVersion to 0.40.0

## 1.0.15

### 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.15
appVersion: 0.39.2 # should be same as in package.json
version: 1.0.16
appVersion: 0.40.0 # 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.39.2",
"version": "0.40.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 3d08d6c

Please sign in to comment.