chore: update versions

This commit is contained in:
github-actions[bot] 2024-02-24 17:07:27 +00:00
parent 4375a0f1fb
commit 412bdf97ab
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"@matthiesenxyz/astro-gists": patch
---
Added new <GetGistGroup> Component to get entire collections of gists (See Readme for more info)

View File

@ -1,5 +1,11 @@
# @matthiesenxyz/astro-gists
## 0.0.3
### Patch Changes
- f5d2f29: Added new <GetGistGroup> Component to get entire collections of gists (See Readme for more info)
## 0.0.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@matthiesenxyz/astro-gists",
"version": "0.0.2",
"version": "0.0.3",
"description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit",
"author": {
"email": "adam@matthiesen.xyz",