Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release 1.3.3 #227

Merged
merged 2 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading