chore: update versions
This commit is contained in:
parent
1370875042
commit
41ca38ea2a
|
@ -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']`)
|
|
|
@ -1,5 +1,18 @@
|
||||||
# @matthiesenxyz/astro-gists
|
# @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
|
## 0.2.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@matthiesenxyz/astro-gists",
|
"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",
|
"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",
|
||||||
|
|
Loading…
Reference in New Issue