Skip to content

Commit

Permalink
chore: release 0.48.0
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl committed Mar 7, 2024
1 parent 4c8834e commit b66f4ad
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 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.48.0] - 2024-03-07

### Added

- Permissions details in Task I/Os (#280)
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.27] - 2024-03-07

### Changed

- Upgrade AppVersion to 0.48.0

## [1.0.26] - 2024-02-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion charts/substra-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ maintainers:
email: [email protected]

version: 1.0.26
appVersion: 0.47.0 # should be same as in package.json
appVersion: 0.48.0-rc1 # 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.47.0",
"version": "0.48.0-rc1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit b66f4ad

Please sign in to comment.