From e54f7ea29fb5a4c9e7b8d15ad85d70cc8c25263e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 12:41:22 -0300 Subject: [PATCH] Version Packages (#296) Co-authored-by: github-actions[bot] --- .changeset/clean-games-yawn.md | 5 ----- .changeset/four-parrots-run.md | 5 ----- .changeset/tiny-parents-refuse.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 5 files changed, 12 insertions(+), 16 deletions(-) delete mode 100644 .changeset/clean-games-yawn.md delete mode 100644 .changeset/four-parrots-run.md delete mode 100644 .changeset/tiny-parents-refuse.md diff --git a/.changeset/clean-games-yawn.md b/.changeset/clean-games-yawn.md deleted file mode 100644 index e8f7a73..0000000 --- a/.changeset/clean-games-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-plugin-astro': patch ---- - -Add support for formatting expressions with multiple root elements diff --git a/.changeset/four-parrots-run.md b/.changeset/four-parrots-run.md deleted file mode 100644 index faed81a..0000000 --- a/.changeset/four-parrots-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-plugin-astro': patch ---- - -Add support for prettier-ignore comments diff --git a/.changeset/tiny-parents-refuse.md b/.changeset/tiny-parents-refuse.md deleted file mode 100644 index 4fa1284..0000000 --- a/.changeset/tiny-parents-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-plugin-astro': minor ---- - -Fixed custom-elements being allowed to self close despite the HTML spec saying otherwise diff --git a/CHANGELOG.md b/CHANGELOG.md index 595b52e..df15e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # prettier-plugin-astro +## 0.7.0 + +### Minor Changes + +- 485fb91: Fixed custom-elements being allowed to self close despite the HTML spec saying otherwise + +### Patch Changes + +- b99b461: Add support for formatting expressions with multiple root elements +- ca48060: Add support for prettier-ignore comments + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index 172c6db..1b14d16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-astro", - "version": "0.6.0", + "version": "0.7.0", "type": "commonjs", "description": "A Prettier Plugin for formatting Astro files", "main": "dist/index.js",