Skip to content

Commit

Permalink
chore(release): 1.31.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.31.0](v1.30.2...v1.31.0) (2023-06-12)

### Bug Fixes

* **formatter:** fixed `line_break_after_multiline_tag` to force break in all cases ([3b37ec8](3b37ec8)), closes [#680](#680)
* **formatter:** fixed isolated quotes being deleted from attributes ([19425f9](19425f9)), closes [#652](#652)
* **formatter:** fixed wild match on template tags ([d288b78](d288b78)), closes [#686](#686)
* **linter:** fixed false positive on t001 ([1caf4c4](1caf4c4)), closes [#606](#606)

### Features

* **formatter:** added `max-blank-lines` flag to consolidate blank lines ([4a7897f](4a7897f)), closes [#675](#675)
* **formatter:** added support for symphony forms ([e716ddc](e716ddc)), closes [#476](#476)
  • Loading branch information
semantic-release-bot committed Jun 12, 2023
1 parent d817456 commit 485738d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file modified docs/src/static/py/cssbeautifier-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/djlint-99-py3-none-any.whl
Binary file not shown.
Binary file modified docs/src/static/py/jsbeautifier-99-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.30.2",
"version": "1.31.0",
"description": "HTML Template Linter and Formatter",
"directories": {
"doc": "docs",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"scripts": {
"format": "prettier --config .prettierrc \"{bin,docs}/**/*.{ts,css,less,scss,js,json,md,yaml,html}\" --write",
"postinstall": "python3 -m pip install --upgrade djlint==1.30.2",
"postinstall": "python3 -m pip install --upgrade djlint==1.31.0",
"pre-commit": "lint-staged",
"commit": "git add . && pre-commit run; git add . && npm run pre-commit && cz --no-verify",
"test": "xo"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name="djlint"
version="1.30.2"
version="1.31.0"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <[email protected]>"]
Expand Down

0 comments on commit 485738d

Please sign in to comment.