chore: update versions
This commit is contained in:
parent
4993642d93
commit
7d0e135265
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
"@matthiesenxyz/astro-gists": minor
|
||||
---
|
||||
|
||||
Full Shiki theme support with options to have light/dark mode! Now creating our own expressive code engine from the core module instead of the expressive-code package
|
||||
|
||||
## Breaking Changes:
|
||||
|
||||
- User Config `theme` changed to `themes` will accept an array `['github-light','github-dark']` or a string `'github-dark'`
|
|
@ -1,5 +1,15 @@
|
|||
# @matthiesenxyz/astro-gists
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 4993642: Full Shiki theme support with options to have light/dark mode! Now creating our own expressive code engine from the core module instead of the expressive-code package
|
||||
|
||||
## Breaking Changes:
|
||||
|
||||
- User Config `theme` changed to `themes` will accept an array `['github-light','github-dark']` or a string `'github-dark'`
|
||||
|
||||
## 0.2.15
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@matthiesenxyz/astro-gists",
|
||||
"version": "0.2.15",
|
||||
"version": "0.3.0",
|
||||
"description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit",
|
||||
"author": {
|
||||
"email": "adam@matthiesen.xyz",
|
||||
|
|
Loading…
Reference in New Issue