Skip to content

Commit a518608

Browse files
authored
chore: Prepare release 2.1.3 (#292)
1 parent 2cb0fb5 commit a518608

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog
33
=========
44

5+
2.1.3 (2025-07-20)
6+
==================
7+
8+
* feat: simpler component configuration by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/279
9+
* feat: Add support for ``choices`` in template components. by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/282
10+
* feat: Make template component folder configurable by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/285
11+
* fix: AttributeError CMSPlugin (EditorNotePlugin) object has no attribute config by @zbohm in https://github.com/django-cms/djangocms-frontend/pull/280
12+
* chore: Add test for editor note plugin by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/281
13+
* chore: Fix some style issues by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/283
14+
* chore: Introduce dynamic badges from shields.io by @mrbazzan in https://github.com/django-cms/djangocms-frontend/pull/287
15+
* chore: Move setup info to pyproject.toml exclude docs and tests from wheel by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/290
16+
* chore: fix column per row not been saved and added tests by @mrbazzan in https://github.com/django-cms/djangocms-frontend/pull/291
17+
* chore: Increase specificity for admin urls (django 5.2) by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/278
18+
19+
**New Contributors**
20+
21+
* @zbohm made their first contribution in https://github.com/django-cms/djangocms-frontend/pull/280
22+
* @mrbazzan made their first contribution in https://github.com/django-cms/djangocms-frontend/pull/287
23+
524
2.1.2 (2025-05-05)
625
==================
726

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.2"
22+
__version__ = "2.1.3"

0 commit comments

Comments
 (0)