Skip to content

Commit 811ba12

Browse files
committed
Bump to 0.58.1.
1 parent a33be0a commit 811ba12

File tree

6 files changed

+203
-169
lines changed

6 files changed

+203
-169
lines changed

django_unicorn/static/unicorn/js/unicorn.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.58.1
4+
5+
- Try to prevent type hints from crashing components. [#639](https://github.com/adamghill/django-unicorn/issues/639)
6+
37
## 0.58.0
48

59
This release could not have been made possible without the generous support of https://github.com/winrid and https://github.com/om-proptech. Thank you for sponsoring me and believing in `django-unicorn`! It also includes critical improvements to nested components from https://github.com/imankulov.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.58.0",
2+
"version": "0.58.1",
33
"name": "django-unicorn",
44
"scripts": {
55
"build": "npx rollup -c",

0 commit comments

Comments
 (0)