Skip to content

Commit 48be62c

Browse files
committed
installation: bump dependencies and release v21.4.5
πŸ“ invenio-app-rdm (14.0.0b1.dev9 -> 14.0.0b1.dev10 πŸš€) πŸ“¦ release: v14.0.0b1.dev10 fix(deposit-ui): add explicit `data-label` for files section * This is a fix for allowing for the `FormFeedbackSummary` to be able to pick-up the correct "Files" label when reporting the error summary. Getting the text from the original `label` attribute didn't work because it has more than a single element/node, which caused the section to show up as `[object Object]` on the error banner. fix(tombstone): use consistent casing for labels fix(deposit-ui): better display of expired file modification period πŸ“ invenio-rdm-records (21.4.0 -> 21.4.1 πŸ›) πŸ“¦ release: v21.4.1 fix(deposit-ui): support `data-label` for specifying section label
1 parent 624f164 commit 48be62c

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
[project]
22
name = "zenodo-rdm-app"
3-
version = "21.4.4"
3+
version = "21.4.5"
44
authors = [
55
{ name = "CERN" }
66
]
77
license = "GPL-3.0"
88
requires-python = ">=3.9"
99
dependencies = [
10-
"invenio-app-rdm[opensearch2]==14.0.0b1.dev9",
10+
"invenio-app-rdm[opensearch2]==14.0.0b1.dev10",
1111
"zenodo-legacy",
1212
"zenodo-rdm",
13-
# "commonmeta-py==0.8.6",
1413
"github3.py>=3.0.0",
1514
"nameparser>=1.1.1",
1615
"pyinstrument>=5.0.0,<6",

β€Žuv.lockβ€Ž

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)