Skip to content

Version Packages #271

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

Merged
merged 1 commit into from
Aug 4, 2025
Merged

Version Packages #271

merged 1 commit into from
Aug 4, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 4, 2025

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

@qwikdev/astro@0.8.2

Patch Changes

  • 2af2e4a: feat: support global config for renderOpts

    You can now pass the renderOpts option to the qwik integration to set global render options for all Qwik components.

    For example, let's say we wanted to change the base URL for all Qwik build assets on every component used in an Astro file.

    import { defineConfig } from "astro/config";
    import qwik from "@qwikdev/astro";
    
    export default defineConfig({
      integrations: [
        qwik({ include: "**/qwik/*", renderOpts: { base: "my-cdn-url/build" } }),
      ],
    });

@github-actions github-actions bot force-pushed the changeset-release/main branch from 1b6e979 to 568d5a9 Compare August 4, 2025 18:10
@thejackshelton-kunaico thejackshelton-kunaico merged commit 08402f1 into main Aug 4, 2025
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.

1 participant