Skip to content

Commit 7f3d8ad

Browse files
authored
chore: Release 1.3.3 (#227)
1 parent ca46d82 commit 7f3d8ad

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

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

5+
1.3.3 (2024-07-11)
6+
==================
7+
8+
* fix: pypi environments by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/214
9+
* fix: escaped characters in autocomplete view of link plugin by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/217
10+
* fix: Misaligned icons in mobile view of navigation by @hgkornmann in https://github.com/django-cms/djangocms-frontend/pull/221
11+
* chore: update pypi actions to use trusted publishers by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/213
12+
13+
**New Contributors**
14+
15+
* @hgkornmann made their first contribution in https://github.com/django-cms/djangocms-frontend/pull/221
16+
17+
518
1.3.2 (2024-04-25)
619
==================
720

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__ = "1.3.2"
22+
__version__ = "1.3.3"

0 commit comments

Comments
 (0)