From 78fc07b799f70724f0ae024ae37bed973e573ec6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 10:34:54 -0500 Subject: [PATCH] Version Packages (#21) Co-authored-by: github-actions[bot] --- .changeset/dirty-rules-cross.md | 5 ----- .changeset/late-owls-remember.md | 5 ----- .changeset/slow-hairs-bathe.md | 5 ----- .changeset/tasty-bags-grin.md | 5 ----- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 6 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 .changeset/dirty-rules-cross.md delete mode 100644 .changeset/late-owls-remember.md delete mode 100644 .changeset/slow-hairs-bathe.md delete mode 100644 .changeset/tasty-bags-grin.md diff --git a/.changeset/dirty-rules-cross.md b/.changeset/dirty-rules-cross.md deleted file mode 100644 index 7f9d0a8..0000000 --- a/.changeset/dirty-rules-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-plugin-astro': patch ---- - -Bump mixme from 0.5.1 to 0.5.4 (#12) diff --git a/.changeset/late-owls-remember.md b/.changeset/late-owls-remember.md deleted file mode 100644 index 5b7622a..0000000 --- a/.changeset/late-owls-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-plugin-astro': patch ---- - -Bump @changesets/cli from 2.16.0 to 2.17.0 (#15) diff --git a/.changeset/slow-hairs-bathe.md b/.changeset/slow-hairs-bathe.md deleted file mode 100644 index c316a44..0000000 --- a/.changeset/slow-hairs-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-plugin-astro': patch ---- - -Bump eslint-plugin-ava from 12.0.0 to 13.0.0 (#13) diff --git a/.changeset/tasty-bags-grin.md b/.changeset/tasty-bags-grin.md deleted file mode 100644 index 370d4df..0000000 --- a/.changeset/tasty-bags-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'prettier-plugin-astro': patch ---- - -Preserve tag case (#19) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9581e17..00e1e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # prettier-plugin-astro +## 0.0.8 + +### Patch Changes + +- 87c3564: Bump mixme from 0.5.1 to 0.5.4 (#12) +- 87c3564: Bump @changesets/cli from 2.16.0 to 2.17.0 (#15) +- 87c3564: Bump eslint-plugin-ava from 12.0.0 to 13.0.0 (#13) +- 87c3564: Preserve tag case (#19) + ## 0.0.7 ### Patch Changes diff --git a/package.json b/package.json index 95925ee..cf941c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-astro", - "version": "0.0.7", + "version": "0.0.8", "description": "A Prettier Plugin for formatting Astro files", "main": "src/index.js", "type": "commonjs",