Skip to content

Commit cbaa073

Browse files
chore: Prepare release 2.1.2 (#273)
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 15eed03 commit cbaa073

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22
Changelog
33
=========
44

5+
2.1.2 (2025-05-05)
6+
==================
7+
8+
* fix: Force rediscovery of inline fields by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/272
9+
* fix: Bootstrap 4 migration failed in some cases by @milonline-eu in https://github.com/django-cms/djangocms-frontend/pull/270
10+
11+
**New Contributors**
12+
13+
* @milonline-eu made their first contribution in https://github.com/django-cms/djangocms-frontend/pull/270
14+
15+
516
2.1.1 (2025-03-29)
617
==================
718

819
* feat: add `instance.get_classes` for template components by @fsbraun
920
in https://github.com/django-cms/djangocms-frontend/pull/268
1021
* docs: Reference example template components
1122

12-
1323
2.1.0 (2025-03-26)
1424
==================
1525

djangocms_frontend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
13. Github actions will publish the new package to pypi
2020
"""
2121

22-
__version__ = "2.1.1"
22+
__version__ = "2.1.2"

0 commit comments

Comments
 (0)