diff --git a/.changeset/breezy-forks-exist.md b/.changeset/breezy-forks-exist.md deleted file mode 100644 index 4de828c..0000000 --- a/.changeset/breezy-forks-exist.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": minor ---- - -NEW: - -- Added `@astrojs/mdx` to built in options as the MDX integration has specicial placement requirements. (This was the easy option) - - Enabled by Default - - Can be disabled by passing `MDXIntegration: false` within the main `astroGist()` object in astro.config.mjs - -Update: - -- new version of `astro-integration-kit` allowing some much needed code cleanup -- Better logs! diff --git a/.changeset/eighty-olives-perform.md b/.changeset/eighty-olives-perform.md deleted file mode 100644 index 2108729..0000000 --- a/.changeset/eighty-olives-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/astro-gists": patch ---- - -Update main package.json to fix some Dependencies that were not properly marked diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 3da7f0c..63eeeb4 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,24 @@ # @matthiesenxyz/astro-gists +## 0.1.0 + +### Minor Changes + +- 8a99f5a: NEW: + + - Added `@astrojs/mdx` to built in options as the MDX integration has specicial placement requirements. (This was the easy option) + - Enabled by Default + - Can be disabled by passing `MDXIntegration: false` within the main `astroGist()` object in astro.config.mjs + + Update: + + - new version of `astro-integration-kit` allowing some much needed code cleanup + - Better logs! + +### Patch Changes + +- 531d704: Update main package.json to fix some Dependencies that were not properly marked + ## 0.0.3 ### Patch Changes diff --git a/package/package.json b/package/package.json index 2989b14..02a3532 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@matthiesenxyz/astro-gists", - "version": "0.0.3", + "version": "0.1.0", "description": "Allows the user to import GitHub Gists by ID through an Astro Component and Octokit", "author": { "email": "adam@matthiesen.xyz",