Skip to content

Commit

Permalink
Bump to 0.59.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Feb 15, 2024
1 parent 675ec74 commit a608740
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.59.0

- Update logic to find components [#655](https://github.com/adamghill/django-unicorn/pull/655) by [jacksund](https://github.com/jacksund).
- Add fallback location to look for components.

## 0.58.1

- Try to prevent type hints from crashing components. [#639](https://github.com/adamghill/django-unicorn/issues/639)
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.58.1",
"version": "0.59.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.58.1"
version = "0.59.0"
description = "A magical full-stack framework for Django."
authors = ["Adam Hill <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit a608740

Please sign in to comment.