Skip to content

Commit

Permalink
chore: release 0.50.0
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
  • Loading branch information
ThibaultFy committed Jun 3, 2024
1 parent 31128ad commit 779c08a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions charts/substra-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- towncrier release notes start -->

## [1.1.1] - 2024-06-03


### Changed

- Bump app version to 0.50.0


## [1.1.0] - 2024-04-05

### Added
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 @@ -10,6 +10,6 @@ type: application
maintainers:
- name: Substra Team
email: support@substra.org
version: 1.1.0
appVersion: 0.49.0 # should be same as in package.json
version: 1.1.1
appVersion: 0.50.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.50.0-rc1",
"version": "0.50.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 779c08a

Please sign in to comment.