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 #11140

Merged
merged 1 commit into from
May 27, 2024
Merged

[ci] release #11140

merged 1 commit into from
May 27, 2024

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented May 24, 2024

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

[email protected]

Patch Changes

  • #11138 98e0372 Thanks @ematipico! - You can now pass props when rendering a component using the Container APIs:

    import { experimental_AstroContainer as AstroContainer } from 'astro/contaienr';
    import Card from '../src/components/Card.astro';
    
    const container = await AstroContainer.create();
    const result = await container.renderToString(Card, {
      props: {
        someState: true,
      },
    });

@astrojs/[email protected]

Patch Changes

  • #11139 aaf0635 Thanks @Princesseuh! - Fixes @astrojs/upgrade not using the package manager that was used to install the project to install dependencies

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 03f47b3 to 5f5b3b8 Compare May 24, 2024 13:44
@ematipico ematipico merged commit cdf89a1 into main May 27, 2024
@ematipico ematipico deleted the changeset-release/main branch May 27, 2024 10:58
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.

None yet

2 participants