This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@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
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@matthiesenxyz/astro-gists@0.1.0
Minor Changes
8a99f5a: NEW:
@astrojs/mdx
to built in options as the MDX integration has specicial placement requirements. (This was the easy option)MDXIntegration: false
within the mainastroGist()
object in astro.config.mjsUpdate:
astro-integration-kit
allowing some much needed code cleanupPatch Changes