diff --git a/.changeset/giant-eels-pump.md b/.changeset/giant-eels-pump.md deleted file mode 100644 index e251c54..0000000 --- a/.changeset/giant-eels-pump.md +++ /dev/null @@ -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']`) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 0c676a8..8e48c0f 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -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 diff --git a/package/package.json b/package/package.json index a6c2d4e..77f10f7 100644 --- a/package/package.json +++ b/package/package.json @@ -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",