From fe73d779b175e112f3fbe595c4075950d67fbbd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 9 Mar 2024 19:50:02 +0000 Subject: [PATCH] chore: update versions --- .changeset/shiny-jeans-report.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shiny-jeans-report.md diff --git a/.changeset/shiny-jeans-report.md b/.changeset/shiny-jeans-report.md deleted file mode 100644 index b21c20b..0000000 --- a/.changeset/shiny-jeans-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -fix CSS issue with View Raw Button diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index d1e4a14..e6fe74c 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-gists +## 0.2.5 + +### Patch Changes + +- e500aeb: fix CSS issue with View Raw Button + ## 0.2.4 ### Patch Changes diff --git a/package/package.json b/package/package.json index eb73aab..2d9e048 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.2.4", + "version": "0.2.5", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",