Merge pull request #13 from MatthiesenXYZ/changeset-release/main

chore: update versions
This commit is contained in:
Adam Matthiesen 2024-02-24 09:07:56 -08:00 committed by GitHub
commit 80a1938442
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
---
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",