chore: update versions

This commit is contained in:
github-actions[bot] 2024-03-07 11:37:54 +00:00
parent 9a6fa6b55b
commit 557ed07bba
3 changed files with 14 additions and 13 deletions

View File

@ -1,12 +0,0 @@
---
"@matthiesenxyz/astro-gists": minor
---
BREAKING:
- `@astrojs/mdx` has been removed from the internal integration, please add this back on your own if you need it.
NEW:
- Custom Expressive-Code Implimentation that can run along-side existing installs! Making this package super flexable now!
- You can now customize the code blocks theme by settings the `theme` option in your `astro.config.mjs`, Available options are listed [here](https://shiki.matsu.io/docs/themes)

View File

@ -1,5 +1,18 @@
# @matthiesenxyz/astro-gists
## 0.2.0
### Minor Changes
- a27b127: BREAKING:
- `@astrojs/mdx` has been removed from the internal integration, please add this back on your own if you need it.
NEW:
- Custom Expressive-Code Implimentation that can run along-side existing installs! Making this package super flexable now!
- You can now customize the code blocks theme by settings the `theme` option in your `astro.config.mjs`, Available options are listed [here](https://shiki.matsu.io/docs/themes)
## 0.1.2
### Patch Changes

View File

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