From 4b80068dc1169d937307b2958d222eb531166e37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 25 Mar 2024 10:50:24 +0000 Subject: [PATCH] chore: update versions --- .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",