From 08e885ed712d1ed26a3ea52a78e88a68cccdec03 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jun 2022 13:09:25 +0000 Subject: [PATCH 1/2] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.2.1...v1.3.0) (2022-06-30) ### Bug Fixes * **h025:** fixes rule H025 where tags have curly hash ([e4fe62f](https://github.com/Riverside-Healthcare/djLint/commit/e4fe62f52e64c4d04ecfe09763be9fb2ad163db8)), closes [#270](https://github.com/Riverside-Healthcare/djLint/issues/270) ### Features * **new option:** added option to attempt to keep blank lines in templates ([bbcf54a](https://github.com/Riverside-Healthcare/djLint/commit/bbcf54a0f0d0521febba10cf8c472d42df50c42c)), closes [#261](https://github.com/Riverside-Healthcare/djLint/issues/261) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c7168c..88a71b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.2.1", + "version": "1.3.0", "description": "HTML Template Linter and Formatter", "private": true, "main": "./bin/index.js", diff --git a/pyproject.toml b/pyproject.toml index dc50f52..98b64d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.2.1" +version="1.3.0" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "] From fcdf303ba3fcea4e8e3024a6cd3d5d316cadca2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 10:22:43 +0000 Subject: [PATCH 2/2] chore(deps) Pin dependency fontawesome-subset to v --- docs/package-lock.json | 6 +++--- docs/package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index f00be87..0d9c1ff 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "djlint_docs", - "version": "1.0.16", + "version": "1.0.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "djlint_docs", - "version": "1.0.16", + "version": "1.0.17", "license": "AGPL-3.0-or-later", "dependencies": { "@creativebulma/bulma-divider": "^1.1.0", @@ -40,7 +40,7 @@ "eslint": "8.18.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.26.0", - "fontawesome-subset": "^4.0.0", + "fontawesome-subset": "4.0.0", "html-minifier": "4.0.0", "markdown-it": "13.0.0", "markdown-it-anchor": "8.6.2", diff --git a/docs/package.json b/docs/package.json index b32a104..08c56ea 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "djlint_docs", - "version": "1.0.16", + "version": "1.0.17", "description": "", "main": "index.js", "scripts": { @@ -44,7 +44,7 @@ "eslint": "8.18.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.26.0", - "fontawesome-subset": "^4.0.0", + "fontawesome-subset": "4.0.0", "html-minifier": "4.0.0", "markdown-it": "13.0.0", "markdown-it-anchor": "8.6.2",