👷 [ci]: Ready for Release (#50)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-13 01:22:50 -07:00 committed by GitHub
parent aa7d0610e7
commit 82a505c478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -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!

View File

@ -1,5 +1,11 @@
# @matthiesenxyz/astro-gists # @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 ## 0.2.7
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@matthiesenxyz/astro-gists", "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", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit",
"author": { "author": {
"email": "adam@matthiesen.xyz", "email": "adam@matthiesen.xyz",