From 2bc6fdf5ae4e1605fb2fc956e6ad32ef737abff0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Jul 2022 13:25:19 +0000 Subject: [PATCH 1/7] chore(release): 1.7.3 [skip ci] ## [1.7.3](https://github.com/Riverside-Healthcare/djLint/compare/v1.7.2...v1.7.3) (2022-07-26) ### Bug Fixes * **preserve blank lines:** fixed duplicate blank lines being inserted after h-space, ([9ed3393](https://github.com/Riverside-Healthcare/djLint/commit/9ed3393be09e4b4dfd625f021fa85138ea937861)), closes [#300](https://github.com/Riverside-Healthcare/djLint/issues/300) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 83675b4..2312904 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.7.2", + "version": "1.7.3", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 182c568..2ced6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.7.2" +version="1.7.3" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "] From 02035cf1ce476ee311b1c309fca514893cf8c900 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Jul 2022 18:00:30 +0000 Subject: [PATCH 2/7] chore(release): 1.7.4 [skip ci] ## [1.7.4](https://github.com/Riverside-Healthcare/djLint/compare/v1.7.3...v1.7.4) (2022-07-26) ### Bug Fixes * **linter:** fixed false positive on T027 ([946b8ad](https://github.com/Riverside-Healthcare/djLint/commit/946b8ad7152b098ddc2489a52bc668ba48737445)), closes [#301](https://github.com/Riverside-Healthcare/djLint/issues/301) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2312904..1ad339f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.7.3", + "version": "1.7.4", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 2ced6ba..9fa4812 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.7.3" +version="1.7.4" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "] From c0983bdf093ec87a52534af4d4e9cf8c9021cfee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Jul 2022 15:04:02 +0000 Subject: [PATCH 3/7] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.7.4...v1.8.0) (2022-07-28) ### Features * **formatter:** added option to add blank line before tags ([b2bd1ea](https://github.com/Riverside-Healthcare/djLint/commit/b2bd1ea29893d171b607fb9c373a5a778813cfb2)), closes [#307](https://github.com/Riverside-Healthcare/djLint/issues/307) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5fdfda7..1952990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.7.4", + "version": "1.8.0", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 9ac6a9b..6a75552 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.7.4" +version="1.8.0" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "] From b37a55fe269a44f40c876dc1634e0386fed51a31 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Jul 2022 16:17:41 +0000 Subject: [PATCH 4/7] chore(release): 1.8.1 [skip ci] ## [1.8.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.8.0...v1.8.1) (2022-07-28) ### Bug Fixes * **indent:** fixed bad indent on short blocks ([7e4ac76](https://github.com/Riverside-Healthcare/djLint/commit/7e4ac76be0aa95b406e4343540f284caad395c4a)), closes [#309](https://github.com/Riverside-Healthcare/djLint/issues/309) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1952990..82ea52a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.8.0", + "version": "1.8.1", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index d933112..aa4cd76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.8.0" +version="1.8.1" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "] From 68a20b9e6507b96a9caf74c86f61d0d2b5973078 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Jul 2022 19:06:12 +0000 Subject: [PATCH 5/7] chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.8.1...v1.9.0) (2022-07-28) ### Features * **formatter:** added options to format css and js using jsbeautifier ([99b5ee2](https://github.com/Riverside-Healthcare/djLint/commit/99b5ee2c1f34b732c597d97241eea200b2197fee)) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 82ea52a..751bc3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.8.1", + "version": "1.9.0", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 4d3103d..499f4cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.8.1" +version="1.9.0" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "] From 2830c1da5d9ab5520e7ee0dc8a336663b3f9b44b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Jul 2022 19:35:04 +0000 Subject: [PATCH 6/7] chore(release): 1.9.1 [skip ci] ## [1.9.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.9.0...v1.9.1) (2022-07-28) ### Bug Fixes * **formatter:** fixed greedy regex issue when finding script and style tags ([ca7ff3a](https://github.com/Riverside-Healthcare/djLint/commit/ca7ff3a1c700a5f6ef0b118579fabf0f9079330a)) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 751bc3c..2bd2841 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.9.0", + "version": "1.9.1", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 499f4cd..fa15b9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.9.0" +version="1.9.1" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "] From 1e59a23cfcd159f30a475d080992c94cde00515c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Jul 2022 15:43:07 +0000 Subject: [PATCH 7/7] chore(release): 1.9.2 [skip ci] ## [1.9.2](https://github.com/Riverside-Healthcare/djLint/compare/v1.9.1...v1.9.2) (2022-07-29) ### Bug Fixes * **t027:** fixed test and regression in T027 ([6f84539](https://github.com/Riverside-Healthcare/djLint/commit/6f84539038c1c036db260fb06445f1d66b5eaced)), closes [#141](https://github.com/Riverside-Healthcare/djLint/issues/141) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3225b41..81f79c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.9.1", + "version": "1.9.2", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index fa15b9f..194648a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.9.1" +version="1.9.2" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]