Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release #5645

Merged
merged 1 commit into from
Dec 27, 2022
Merged

[ci] release #5645

merged 1 commit into from
Dec 27, 2022

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Dec 19, 2022

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

@astrojs/rss@2.0.0

Major Changes

astro@1.8.0

Minor Changes

Patch Changes

@astrojs/mdx@0.14.0

Minor Changes

  • #5654 2c65b433b Thanks @delucis! - Run heading ID injection after user plugins

    ⚠️ BREAKING CHANGE ⚠️

    If you are using a rehype plugin that depends on heading IDs injected by Astro, the IDs will no longer be available when your plugin runs by default.

    To inject IDs before your plugins run, import and add the rehypeHeadingIds plugin to your rehypePlugins config:

    // astro.config.mjs
    + import { rehypeHeadingIds } from '@astrojs/markdown-remark';
    import mdx from '@astrojs/mdx';
    
    export default {
      integrations: [mdx()],
      markdown: {
        rehypePlugins: [
    +     rehypeHeadingIds,
          otherPluginThatReliesOnHeadingIDs,
        ],
      },
    }

Patch Changes

@astrojs/vercel@2.4.0

Minor Changes

@astrojs/markdown-remark@1.2.0

Minor Changes

  • #5654 2c65b433b Thanks @delucis! - Refactor and export rehypeHeadingIds plugin

    The rehypeHeadingIds plugin injects IDs for all headings in a Markdown document and can now also handle MDX inputs if needed. You can import and use this plugin if you need heading IDs to be injected before other rehype plugins run.

Patch Changes

@github-actions github-actions bot added the pkg: integration Related to any renderer integration (scope) label Dec 19, 2022
@github-actions github-actions bot force-pushed the changeset-release/main branch 14 times, most recently from bc516b0 to c697351 Compare December 27, 2022 16:10
Copy link
Contributor

@matthewp matthewp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporarily blocked while we figure out why there are some major changes.

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 32d9f92 to 829baab Compare December 27, 2022 16:16
@matthewp
Copy link
Contributor

Submitted #5681 which will hopefully prevent the major on adapters. Will release the block once that's in.

@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) feat: markdown Related to Markdown (scope) labels Dec 27, 2022
Copy link
Contributor

@bholmesdev bholmesdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release navidad 🎵

@bholmesdev bholmesdev merged commit 640de3c into main Dec 27, 2022
@bholmesdev bholmesdev deleted the changeset-release/main branch December 27, 2022 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat: markdown Related to Markdown (scope) pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants