From 010ef457acb79f8acc60ac44c203bf56604905c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:50:40 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20[ci]:=20Ready=20for=20Release=20?= =?UTF-8?q?(#67)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/soft-moons-sparkle.md | 8 -------- .changeset/tall-lions-smoke.md | 2 -- package/CHANGELOG.md | 9 +++++++++ package/package.json | 2 +- 4 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 .changeset/soft-moons-sparkle.md delete mode 100644 .changeset/tall-lions-smoke.md diff --git a/.changeset/soft-moons-sparkle.md b/.changeset/soft-moons-sparkle.md deleted file mode 100644 index 6bf11e4..0000000 --- a/.changeset/soft-moons-sparkle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -Bump dependencies: - -- vite from to -- astro from to diff --git a/.changeset/tall-lions-smoke.md b/.changeset/tall-lions-smoke.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/tall-lions-smoke.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 11bbfb4..a3bd287 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,14 @@ # @matthiesenxyz/astro-gists +## 0.2.15 + +### Patch Changes + +- 402681a: Bump dependencies: + + - vite from to + - astro from to + ## 0.2.14 ### Patch Changes diff --git a/package/package.json b/package/package.json index f2ada8d..c8a1be0 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.2.14", + "version": "0.2.15", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",