From 557ed07bba3eff87266fe42176ddbd60977e6cfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Mar 2024 11:37:54 +0000 Subject: [PATCH] chore: update versions --- .changeset/nine-radios-listen.md | 12 ------------ package/CHANGELOG.md | 13 +++++++++++++ package/package.json | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .changeset/nine-radios-listen.md diff --git a/.changeset/nine-radios-listen.md b/.changeset/nine-radios-listen.md deleted file mode 100644 index f0e9dba..0000000 --- a/.changeset/nine-radios-listen.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": minor ---- - -BREAKING: - -- `@astrojs/mdx` has been removed from the internal integration, please add this back on your own if you need it. - -NEW: - -- Custom Expressive-Code Implimentation that can run along-side existing installs! Making this package super flexable now! -- You can now customize the code blocks theme by settings the `theme` option in your `astro.config.mjs`, Available options are listed [here](https://shiki.matsu.io/docs/themes) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index ee625dc..f016f24 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,18 @@ # @matthiesenxyz/astro-gists +## 0.2.0 + +### Minor Changes + +- a27b127: BREAKING: + + - `@astrojs/mdx` has been removed from the internal integration, please add this back on your own if you need it. + + NEW: + + - Custom Expressive-Code Implimentation that can run along-side existing installs! Making this package super flexable now! + - You can now customize the code blocks theme by settings the `theme` option in your `astro.config.mjs`, Available options are listed [here](https://shiki.matsu.io/docs/themes) + ## 0.1.2 ### Patch Changes diff --git a/package/package.json b/package/package.json index 0ee06b9..7afeaf6 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.1.2", + "version": "0.2.0", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",