Skip to content

Commit

Permalink
Bump to 0.57.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Oct 28, 2023
1 parent afff871 commit 7872a43
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion django_unicorn/static/unicorn/js/unicorn.min.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.57.0

- Warn if there is a missing root element.
- Use `unicorn:id` to merge elements with `morphdom`.

## 0.56.1

- Handle Alpine.js being loaded with defer.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.56.1",
"version": "0.57.0",
"name": "django-unicorn",
"scripts": {
"build": "npx rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-unicorn"
version = "0.56.1"
version = "0.57.0"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7872a43

Please sign in to comment.