Skip to content

Commit b097102

Browse files
committed
📦 release: v14.0.0b1.dev10
1 parent 4072bb7 commit b097102

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

‎CHANGES.rst‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010
Changes
1111
=======
1212

13+
Version v14.0.0b1.dev10 (released 2025-12-12)
14+
15+
- fix(deposit-ui): add explicit `data-label` for files section
16+
* This is a fix for allowing for the `FormFeedbackSummary` to be able to
17+
pick-up the correct "Files" label when reporting the error summary.
18+
Getting the text from the original `label` attribute didn't work
19+
because it has more than a single element/node, which caused the
20+
section to show up as `[object Object]` on the error banner.
21+
- fix(tombstone): use consistent casing for labels
22+
- fix(deposit-ui): better display of expired file modification period
23+
1324
Version v14.0.0b1.dev9 (released 2025-11-24)
1425

1526
- details: fix: do not sanitize additional description in template

‎invenio_app_rdm/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#
1818
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
1919

20-
__version__ = "14.0.0b1.dev9"
20+
__version__ = "14.0.0b1.dev10"
2121

2222
__all__ = ("__version__",)

0 commit comments

Comments
 (0)