From c16877406df926f5278b71269b9b4d55e7d168ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:55:38 -0800 Subject: [PATCH] [`ci`]: Release Ready (#31) Co-authored-by: github-actions[bot] --- .changeset/giant-eels-pump.md | 10 ---------- package/CHANGELOG.md | 13 +++++++++++++ package/package.json | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) delete mode 100644 .changeset/giant-eels-pump.md 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",