Skip to content

Commit

Permalink
release: 0.47.0 (#301)
Browse files Browse the repository at this point in the history
* chore: release 0.47.0-rc1

Signed-off-by: Guilhem Barthés <[email protected]>

* chore: release `0.47.0`

Signed-off-by: Guilhem Barthés <[email protected]>

---------

Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes authored Feb 26, 2024
1 parent 36d9100 commit 1651a7f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 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.47.0] - 2024-02-26

### Changed

- LogsModal now use a key so we can use logs not linked with a compute task (#270)
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.26

### Changed

- Upgrade AppVersion to 0.47.0

## 1.0.25

### 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.25
appVersion: 0.46.0 # should be same as in package.json
version: 1.0.26
appVersion: 0.47.0 # should be same as in package.json
kubeVersion: '>= 1.19.0-0'
5 changes: 2 additions & 3 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.46.0",
"version": "0.47.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 1651a7f

Please sign in to comment.