From a3ef968bd5efc5c0881323463b231af7af103891 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Mar 2024 05:38:06 +0000 Subject: [PATCH] chore: update versions --- .changeset/gorgeous-hats-rescue.md | 2 -- .changeset/hot-mangos-invite.md | 12 ------------ package/CHANGELOG.md | 14 ++++++++++++++ package/package.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 .changeset/gorgeous-hats-rescue.md delete mode 100644 .changeset/hot-mangos-invite.md diff --git a/.changeset/gorgeous-hats-rescue.md b/.changeset/gorgeous-hats-rescue.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/gorgeous-hats-rescue.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/hot-mangos-invite.md b/.changeset/hot-mangos-invite.md deleted file mode 100644 index 815ff9b..0000000 --- a/.changeset/hot-mangos-invite.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -Update: -- Update Readme to reflect potential Octokit issues in SSR as per [Issue #15](https://github.com/MatthiesenXYZ/astro-gists/issues/15) - -Bump dependencies: - -- astro-integration-kit from to -- vite from to -- astro from to diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 019142c..ee625dc 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,19 @@ # @matthiesenxyz/astro-gists +## 0.1.2 + +### Patch Changes + +- fae83c2: Update: + + - Update Readme to reflect potential Octokit issues in SSR as per [Issue #15](https://github.com/MatthiesenXYZ/astro-gists/issues/15) + + Bump dependencies: + + - astro-integration-kit from to + - vite from to + - astro from to + ## 0.1.1 ### Patch Changes diff --git a/package/package.json b/package/package.json index d75fb7d..6130117 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.1.1", + "version": "0.1.2", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",