We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cbf6d commit 7717057Copy full SHA for 7717057
CHANGES.rst
@@ -10,6 +10,10 @@
10
Changes
11
=======
12
13
+Version v14.0.0b4.dev3 (released 2025-12-18)
14
+
15
+- fix(feed): styling for disabled reply input
16
17
Version v14.0.0b4.dev2 (released 2025-12-16)
18
19
- semantic-ui: feed.overrides: Add placeholder css
invenio_app_rdm/__init__.py
@@ -17,6 +17,6 @@
#
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
20
-__version__ = "14.0.0b4.dev2"
+__version__ = "14.0.0b4.dev3"
21
22
__all__ = ("__version__",)
0 commit comments