👷 [ci]: Ready for Release (#69)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-28 12:31:21 -07:00 committed by GitHub
parent 4993642d93
commit 03ee12318e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 10 deletions

View File

@ -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'`

View File

@ -1,5 +1,15 @@
# @matthiesenxyz/astro-gists # @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 ## 0.2.15
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@matthiesenxyz/astro-gists", "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", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit",
"author": { "author": {
"email": "adam@matthiesen.xyz", "email": "adam@matthiesen.xyz",