Skip to content

chore: version packages#68

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#68
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

@dualmark/fastly@0.11.0

Minor Changes

  • 478b5f3: Initial Fastly Compute adapter.

fastly-compute-example@1.0.1

Patch Changes

  • Updated dependencies [478b5f3]
    • @dualmark/fastly@0.11.0

@dualmark/astro@0.11.0

Patch Changes

  • Updated dependencies [8611bed]
    • @dualmark/converters@0.11.0

@dualmark/converters@0.11.0

Patch Changes

  • 8611bed: Fix the blog converter turning a post's last body line into a heading.

    The footer was concatenated directly onto the body with no blank line, so the output ended with last body line\n---. CommonMark parses a line of text immediately followed by --- as a setext H2, which turned the final line of every blog post body into a heading and dropped the intended horizontal rule before the footer links. The body and footer are now separated by a blank line so the --- is a thematic break.

@dualmark/nextjs@0.11.0

Patch Changes

  • Updated dependencies [8611bed]
    • @dualmark/converters@0.11.0

@dualmark/nuxt@0.11.0

Patch Changes

  • 3501da1: Set the required headers on the Nuxt 406 response.

    When a request explicitly excluded both text/html and text/markdown, the Nuxt adapter returned new Response('Not Acceptable', { status: 406 }) with no headers. The spec (content-negotiation.md section 4) requires a 406 to set Vary: Accept, and it should carry a Content-Type and a body listing the supported types. The 406 now matches the other adapters: Content-Type: text/plain; charset=utf-8, Vary: Accept, and a supported-types body. This applies to both the generated collection middleware and the runtime middleware.

  • Updated dependencies [8611bed]

    • @dualmark/converters@0.11.0

@dualmark/sveltekit@0.11.0

Patch Changes

  • Updated dependencies [8611bed]
    • @dualmark/converters@0.11.0

dualmark-example-astro-blog@0.0.11

Patch Changes

  • Updated dependencies [8611bed]
    • @dualmark/converters@0.11.0
    • @dualmark/astro@0.11.0

dualmark-example-astro-cloudflare-full@0.0.11

Patch Changes

  • Updated dependencies [8611bed]
    • @dualmark/converters@0.11.0
    • @dualmark/astro@0.11.0

dualmark-example-netlify-edge@0.0.3

Patch Changes

  • Updated dependencies [8611bed]
    • @dualmark/converters@0.11.0
    • @dualmark/astro@0.11.0

dualmark-example-nextjs-app-router@0.0.10

Patch Changes

  • Updated dependencies [8611bed]
    • @dualmark/converters@0.11.0
    • @dualmark/nextjs@0.11.0

dualmark-example-sanity-astro@0.0.2

Patch Changes

  • Updated dependencies [8611bed]
    • @dualmark/converters@0.11.0
    • @dualmark/astro@0.11.0

dualmark-example-sveltekit-blog@0.0.4

Patch Changes

  • Updated dependencies [8611bed]
    • @dualmark/converters@0.11.0
    • @dualmark/sveltekit@0.11.0

@vercel

vercel Bot commented Jun 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dualmark Ready Ready Preview, Comment Jul 19, 2026 7:59pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants