Skip to content

Commit 45a5517

Browse files
committed
📦 release: v13.0.0b2.dev7
1 parent 88985ee commit 45a5517

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

‎CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
Changes
1111
=======
1212

13+
Version v13.0.0b2.dev7 (released 2025-03-18)
14+
15+
- deposit: refactor section config in RDMDepositForm
16+
- added anchor ids, made form overridable
17+
- added section path in config
18+
- added styling for error messages
19+
- added severity checks config
20+
- added css for accordion labels
21+
1322
Version v13.0.0b2.dev6 (released 2025-03-12)
1423

1524
- dashboard: enable shared filters for requests

‎invenio_app_rdm/__init__.py

+1-1
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__ = "13.0.0b2.dev6"
20+
__version__ = "13.0.0b2.dev7"
2121

2222
__all__ = ("__version__",)

‎invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/deposit/RDMDepositForm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of InvenioRDM
2-
// Copyright (C) 2020-2024 CERN.
2+
// Copyright (C) 2020-2025 CERN.
33
// Copyright (C) 2020-2022 Northwestern University.
44
// Copyright (C) 2021-2022 Graz University of Technology.
55
// Copyright (C) 2022-2024 KTH Royal Institute of Technology.

0 commit comments

Comments
 (0)