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

chore: update versions
This commit is contained in:
Adam Matthiesen 2024-03-04 21:38:35 -08:00 committed by GitHub
commit 8355e56830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 15 deletions

View File

@ -1,2 +0,0 @@
---
---

View File

@ -1,12 +0,0 @@
---
"@matthiesenxyz/astro-gists": patch
---
Update:
- Update Readme to reflect potential Octokit issues in SSR as per [Issue #15](https://github.com/MatthiesenXYZ/astro-gists/issues/15)
Bump dependencies:
- astro-integration-kit from to
- vite from to
- astro from to

View File

@ -1,5 +1,19 @@
# @matthiesenxyz/astro-gists
## 0.1.2
### Patch Changes
- fae83c2: Update:
- Update Readme to reflect potential Octokit issues in SSR as per [Issue #15](https://github.com/MatthiesenXYZ/astro-gists/issues/15)
Bump dependencies:
- astro-integration-kit from to
- vite from to
- astro from to
## 0.1.1
### Patch Changes

View File

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