Skip to content

Commit

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

Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>

* chore: release 0.51.0

Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>

---------

Signed-off-by: ThibaultFy <thibault.fouqueray@gmail.com>
  • Loading branch information
ThibaultFy authored Jun 14, 2024
1 parent 9cd3c72 commit 7572640
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [0.51.0](https://github.com/Substra/substra-frontend/releases/tag/0.51.0) - 2024-06-11


No significant changes.


## [0.50.0](https://github.com/Substra/substra-frontend/releases/tag/0.50.0) - 2024-06-03


Expand Down
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.2] - 2024-06-13


### Changed

- Bump app version to 0.51.0


## [1.1.1] - 2024-06-03


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.1
appVersion: 0.50.0 # should be same as in package.json
version: 1.1.2
appVersion: 0.51.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",
"version": "0.51.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 7572640

Please sign in to comment.