Skip to content

Commit

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

Signed-off-by: SdgJlbl <[email protected]>

* chore: release 0.49.0

Signed-off-by: SdgJlbl <[email protected]>

---------

Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl authored Mar 27, 2024
1 parent dc1e2eb commit 236c8be
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

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


### Changed

- [chore] `towncrier` is now used for changelog management ([#319](https://github.com/Substra/substra-frontend/pull/319))


## [0.48.0] - 2024-03-07

### Added
Expand Down
1 change: 0 additions & 1 deletion changes/319.changed

This file was deleted.

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.0.28] - 2024-03-27


### Changed

- Bump app version to 0.49.0


## [1.0.27] - 2024-03-07

### Changed
Expand Down
15 changes: 6 additions & 9 deletions charts/substra-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ name: substra-frontend
description: Frontend for Substra
icon: https://avatars.githubusercontent.com/u/84009910?s=400
keywords:
- substra
- substra
sources:
- https://github.com/Substra/substra-frontend

- https://github.com/Substra/substra-frontend
type: application

maintainers:
- name: Substra Team
email: [email protected]

version: 1.0.27
appVersion: 0.48.0 # should be same as in package.json
- name: Substra Team
email: [email protected]
version: 1.0.28
appVersion: 0.49.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.48.0",
"version": "0.49.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 236c8be

Please sign in to comment.