From 43143b3fa94d3657a38868e70607f25e2d19eace Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Mar 2024 08:22:16 +0000 Subject: [PATCH] chore: update versions --- .changeset/strange-pigs-train.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/strange-pigs-train.md diff --git a/.changeset/strange-pigs-train.md b/.changeset/strange-pigs-train.md deleted file mode 100644 index 72c2492..0000000 --- a/.changeset/strange-pigs-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -NEW: we now have a virtual import available to use instead! to use this new import simply do `import { GetGist, GetGistGroup } from "astro-gists:components"` and you'll be good to go at the first boot of your dev server! diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 20a0d32..451d239 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-gists +## 0.2.8 + +### Patch Changes + +- aa7d061: NEW: we now have a virtual import available to use instead! to use this new import simply do `import { GetGist, GetGistGroup } from "astro-gists:components"` and you'll be good to go at the first boot of your dev server! + ## 0.2.7 ### Patch Changes diff --git a/package/package.json b/package/package.json index 2f00ef4..aaac7ca 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.2.7", + "version": "0.2.8", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",