From 99700efc0331ba4a4a3a978d88d3af90fbdea1fe Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Thu, 11 Jul 2024 08:55:25 +0200 Subject: [PATCH 1/2] Update version --- djangocms_frontend/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangocms_frontend/__init__.py b/djangocms_frontend/__init__.py index a9a6f9e7..abaa4d2a 100644 --- a/djangocms_frontend/__init__.py +++ b/djangocms_frontend/__init__.py @@ -19,4 +19,4 @@ 13. Github actions will publish the new package to pypi """ -__version__ = "1.3.2" +__version__ = "1.3.3" From f4417159b836e4ac824732fe1cc3968641c3b2f0 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Thu, 11 Jul 2024 08:57:42 +0200 Subject: [PATCH 2/2] Update CHANGELOG.rst --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7d3ac5f..e33b8022 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ Changelog ========= +1.3.3 (2024-07-11) +================== + +* fix: pypi environments by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/214 +* fix: escaped characters in autocomplete view of link plugin by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/217 +* fix: Misaligned icons in mobile view of navigation by @hgkornmann in https://github.com/django-cms/djangocms-frontend/pull/221 +* chore: update pypi actions to use trusted publishers by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/213 + +**New Contributors** + +* @hgkornmann made their first contribution in https://github.com/django-cms/djangocms-frontend/pull/221 + + 1.3.2 (2024-04-25) ==================