chore: update versions

This commit is contained in:
github-actions[bot] 2024-03-01 00:39:28 +00:00
parent 9f59cd7fc6
commit 9df5a495f2
4 changed files with 20 additions and 20 deletions

View File

@ -1,14 +0,0 @@
---
"@matthiesenxyz/astro-gists": minor
---
NEW:
- Added `@astrojs/mdx` to built in options as the MDX integration has specicial placement requirements. (This was the easy option)
- Enabled by Default
- Can be disabled by passing `MDXIntegration: false` within the main `astroGist()` object in astro.config.mjs
Update:
- new version of `astro-integration-kit` allowing some much needed code cleanup
- Better logs!

View File

@ -1,5 +0,0 @@
---
"@matthiesenxyz/astro-gists": patch
---
Update main package.json to fix some Dependencies that were not properly marked

View File

@ -1,5 +1,24 @@
# @matthiesenxyz/astro-gists
## 0.1.0
### Minor Changes
- 8a99f5a: NEW:
- Added `@astrojs/mdx` to built in options as the MDX integration has specicial placement requirements. (This was the easy option)
- Enabled by Default
- Can be disabled by passing `MDXIntegration: false` within the main `astroGist()` object in astro.config.mjs
Update:
- new version of `astro-integration-kit` allowing some much needed code cleanup
- Better logs!
### Patch Changes
- 531d704: Update main package.json to fix some Dependencies that were not properly marked
## 0.0.3
### Patch Changes

View File

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