Skip to content

Commit

Permalink
chore: Release 1.3.3 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Jul 11, 2024
1 parent ca46d82 commit 7f3d8ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
13. Github actions will publish the new package to pypi
"""

__version__ = "1.3.2"
__version__ = "1.3.3"

0 comments on commit 7f3d8ad

Please sign in to comment.