Skip to content

[ci] release (alpha)#16460

Open
astrobot-houston wants to merge 1 commit intonextfrom
changeset-release/next
Open

[ci] release (alpha)#16460
astrobot-houston wants to merge 1 commit intonextfrom
changeset-release/next

Conversation

@astrobot-houston
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 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 next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

astro@7.0.0-alpha.0

Major Changes

Minor Changes

  • #15298 def2fbe Thanks @jfrancos! - Adds a new optional embeddedLangs prop to the <Code /> component to support languages beyond the primary lang

    This allows, for example, highlighting .vue files with a <script setup lang="tsx"> block correctly:

    ---
    import { Code } from 'astro:components';
    
    const code = `
    <script setup lang="tsx">
    const Text = ({ text }: { text: string }) => <div>{text}</div>;
    </script>
    
    <template>
      <Text text="hello world" />
    </template>`;
    ---
    
    <Code {code} lang="vue" embeddedLangs={['tsx']} />

    See the <Code /> component documentation for more details.

Patch Changes

  • #15819 cafec4e Thanks @delucis! - Fixes --port flag being ignored after a Vite-triggered server restart (e.g. when a .env file changes)

  • #16434 ee079d4 Thanks @ematipico! - Fixes an issue where i18n domains would return 404 when trailingSlash is set to never.

@astrojs/db@1.0.0-alpha.0

Major Changes

@astrojs/alpinejs@1.0.0-alpha.0

Major Changes

@astrojs/cloudflare@14.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/markdoc@2.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/mdx@6.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/netlify@8.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/preact@6.0.0-alpha.0

Major Changes

@astrojs/react@6.0.0-alpha.0

Major Changes

@astrojs/solid-js@7.0.0-alpha.0

Major Changes

@astrojs/svelte@9.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/vercel@11.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/vue@7.0.0-alpha.0

Major Changes

Patch Changes

@astrojs/node@11.0.0-alpha.0

Patch Changes

@github-actions github-actions Bot added pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope) pkg: example Related to an example package (scope) pkg: react Related to React (scope) pkg: preact Related to Preact (scope) pkg: solid Related to Solid (scope) pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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) pkg: preact Related to Preact (scope) pkg: react Related to React (scope) pkg: solid Related to Solid (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant