[`ci`]: Release Ready (#31)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-08 21:55:38 -08:00 committed by GitHub
parent 1370875042
commit c16877406d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 11 deletions

View File

@ -1,10 +0,0 @@
---
"@matthiesenxyz/astro-gists": patch
---
Changes:
- Internal refactor that will provide better future-proofing, this change also allowed the addition of EC's built in light/dark mode automations! Code Blocks will now be able to show both dark/light mode depending on the user's system preferences.
# NEW:
- adds light/darkmode support
- Themes can be defined by either single theme or an array (`['astroGists-dark','astroGists-light']`)

View File

@ -1,5 +1,18 @@
# @matthiesenxyz/astro-gists
## 0.2.2
### Patch Changes
- 1370875: Changes:
- Internal refactor that will provide better future-proofing, this change also allowed the addition of EC's built in light/dark mode automations! Code Blocks will now be able to show both dark/light mode depending on the user's system preferences.
# NEW:
- adds light/darkmode support
- Themes can be defined by either single theme or an array (`['astroGists-dark','astroGists-light']`)
## 0.2.1
### Patch Changes

View File

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