release v4.0.0

This commit is contained in:
Christoph Ladurner
2022-07-29 13:27:49 +02:00
parent e310a4ca38
commit 3a500543c6
2 changed files with 11 additions and 1 deletions

View File

@@ -7,6 +7,16 @@
Changes
=======
Version v4.0.0 (release 2022-07-29)
- remove unnecessary html code for header-search-bar
- fix warning from semantic-ui-react Search component
- add marc21 and lom to the searchbar
- change searchbar layout and use invenio-app-rdm searchbar
- remove grey color of community block and reduce size
- migrate js to use prettier
Version 3.9.2 (released 2022-06-28)
- fix: adopt renaming of serialize function (#269)

View File

@@ -10,6 +10,6 @@
from .ext import InvenioThemeTugraz
__version__ = "3.9.3"
__version__ = "4.0.0"
__all__ = ("__version__", "InvenioThemeTugraz")