Skip to content

Commit 24b6868

Browse files
committed
📦 release: v17.4.0
1 parent 5768948 commit 24b6868

File tree

12 files changed

+16
-11
lines changed

12 files changed

+16
-11
lines changed

‎CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
Changes
1313
=======
1414

15+
Version v17.4.0 (released 2025-03-18)
16+
17+
- deposit-ui: Support new error format with severity and description
18+
- FeedbackLabel for creatibutors and license
19+
1520
Version v17.3.0 (released 2025-03-11)
1621

1722
- resources: add param to filter shared with my uploads

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
from .ext import InvenioRDMRecords
1414

15-
__version__ = "17.3.0"
15+
__version__ = "17.4.0"
1616

1717
__all__ = ("__version__", "InvenioRDMRecords")

‎invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/api/DepositRecordSerializer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Invenio-RDM-Records
2-
// Copyright (C) 2020-2024 CERN.
2+
// Copyright (C) 2020-2025 CERN.
33
// Copyright (C) 2020-2022 Northwestern University.
44
//
55
// Invenio-RDM-Records is free software; you can redistribute it and/or modify it

‎invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/errors/FormFeedback.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Invenio-RDM-Records
2-
// Copyright (C) 2020-2023 CERN.
2+
// Copyright (C) 2020-2025 CERN.
33
// Copyright (C) 2020-2022 Northwestern University.
44
// Copyright (C) 2021 Graz University of Technology.
55
//

‎invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/AccessField/AccessRightField.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Invenio-RDM-Records
2-
// Copyright (C) 2020-2023 CERN.
2+
// Copyright (C) 2020-2025 CERN.
33
// Copyright (C) 2020-2022 Northwestern University.
44
// Copyright (C) 2021 Graz University of Technology.
55
//

‎invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/CreatibutorsField/CreatibutorsField.js

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

‎invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/CreatibutorsField/CreatibutorsFieldItem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Invenio-RDM-Records
2-
// Copyright (C) 2020-2024 CERN.
2+
// Copyright (C) 2020-2025 CERN.
33
// Copyright (C) 2020-2022 Northwestern University.
44
// Copyright (C) 2021 New York University.
55
//

‎invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/FileUploader/FileUploader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Invenio-RDM-Records
2-
// Copyright (C) 2020-2023 CERN.
2+
// Copyright (C) 2020-2025 CERN.
33
// Copyright (C) 2020-2022 Northwestern University.
44
// Copyright (C) 2022 Graz University of Technology.
55
// Copyright (C) 2022 TU Wien.

‎invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/FileUploader/FileUploaderArea.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Invenio-RDM-Records
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 TU Wien.

‎invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/License/LicenseField.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Invenio-RDM-Records
2-
// Copyright (C) 2020-2023 CERN.
2+
// Copyright (C) 2020-2025 CERN.
33
// Copyright (C) 2020-2022 Northwestern University.
44
// Copyright (C) 2021 Graz University of Technology.
55
//

‎invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/state/actions/deposit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Invenio-RDM-Records
2-
// Copyright (C) 2020-2024 CERN.
2+
// Copyright (C) 2020-2025 CERN.
33
// Copyright (C) 2020-2022 Northwestern University.
44
//
55
// Invenio-RDM-Records is free software; you can redistribute it and/or modify it

‎invenio_rdm_records/webpack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2019-2024 CERN.
3+
# Copyright (C) 2019-2025 CERN.
44
# Copyright (C) 2019-2022 Northwestern University.
55
# Copyright (C) 2022 TU Wien.
66
# Copyright (C) 2022 Graz University of Technology.

0 commit comments

Comments
 (0)