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 6cd17de commit 329c6d5Copy full SHA for 329c6d5
CHANGELOG.rst
@@ -2,6 +2,14 @@
2
Changelog
3
=========
4
5
+2.1.1 (2025-03-29)
6
+==================
7
+
8
+* feat: add `instance.get_classes` for template components by @fsbraun
9
+ in https://github.com/django-cms/djangocms-frontend/pull/268
10
+* docs: Reference example template components
11
12
13
2.1.0 (2025-03-26)
14
==================
15
djangocms_frontend/__init__.py
@@ -19,4 +19,4 @@
19
13. Github actions will publish the new package to pypi
20
"""
21
22
-__version__ = "2.1.0"
+__version__ = "2.1.1"
0 commit comments