From 03ee12318e4edcd71fd9eb614fe3d49a6354cdf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:31:21 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20[ci]:=20Ready=20for=20Release=20?= =?UTF-8?q?(#69)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/two-steaks-unite.md | 9 --------- package/CHANGELOG.md | 10 ++++++++++ package/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/two-steaks-unite.md diff --git a/.changeset/two-steaks-unite.md b/.changeset/two-steaks-unite.md deleted file mode 100644 index 97abb44..0000000 --- a/.changeset/two-steaks-unite.md +++ /dev/null @@ -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'` \ No newline at end of file diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index a3bd287..7af3f11 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,15 @@ # @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 ### Patch Changes diff --git a/package/package.json b/package/package.json index 882a41e..655e67b 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "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", "author": { "email": "adam@matthiesen.xyz",