From 032432aa9d68729400bc43078238c2530f5dba07 Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Thu, 17 Oct 2024 18:13:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v13.0.0b1.dev13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 9 +++++++++ invenio_app_rdm/__init__.py | 2 +- .../js/invenio_app_rdm/landing_page/ManageButton.js | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b9c1e581d..bf19944cb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,15 @@ Changes ======= +Version v13.0.0b1.dev13 (released 2024-10-17) + +- ui: more space under breadcrumbs +- ui: fixed space between logo and title, number formatting +- ui: updated collection grid styling +- ui: passing collections to communities_home +- community: added verified icon and parent +- landing page: swap username by ID to manage user. + Version v13.0.0b1.dev12 (released 2024-10-16) - collections: browse page improvements and collection records search pages diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index 8c1b8c5f2..019b031c8 100644 --- a/invenio_app_rdm/__init__.py +++ b/invenio_app_rdm/__init__.py @@ -17,6 +17,6 @@ # # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440 -__version__ = "13.0.0b1.dev12" +__version__ = "13.0.0b1.dev13" __all__ = ("__version__",) diff --git a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ManageButton.js b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ManageButton.js index 45affe4e9..bc16481f0 100644 --- a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ManageButton.js +++ b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/landing_page/ManageButton.js @@ -1,5 +1,5 @@ // This file is part of InvenioRDM -// Copyright (C) 2023 CERN. +// Copyright (C) 2023-2024 CERN. // // Invenio RDM Records is free software; you can redistribute it and/or modify it // under the terms of the MIT License; see LICENSE file for more details.