From 7d0e135265a3b955860c3cf6d3a05d4a1594cef6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Mar 2024 19:30:55 +0000 Subject: [PATCH] chore: update versions --- .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",