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",