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

Merged
merged 1 commit into from May 30, 2023
Merged

[ci] release #7190

merged 1 commit into from May 30, 2023

Conversation

astrobot-houston
Copy link
Contributor

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

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/markdoc@0.3.0

Minor Changes

  • #7244 bef3a75db Thanks @bholmesdev! - Remove the auto-generated $entry variable for Markdoc entries. To access frontmatter as a variable, you can pass entry.data as a prop where you render your content:

    ---
    import { getEntry } from 'astro:content';
    
    const entry = await getEntry('docs', 'why-markdoc');
    const { Content } = await entry.render();
    ---
    
    <Content frontmatter={entry.data} />

Patch Changes

@astrojs/webapi@2.2.0

Minor Changes

astro@2.5.6

Patch Changes

  • #7193 8b041bf57 Thanks @ematipico! - Refactor how pages are emitted during the internal bundling. Now each
    page is emitted as a separate entry point.

  • #7218 6c7df28ab Thanks @bluwy! - Fix CSS deduping and missing chunks

  • #7235 ee2aca80a Thanks @MoustaphaDev! - Prioritize dynamic prerendered routes over dynamic server routes

  • #7192 7851f9258 Thanks @ematipico! - Detect mdx files using their full extension

  • #7244 bef3a75db Thanks @bholmesdev! - Remove the auto-generated $entry variable for Markdoc entries. To access frontmatter as a variable, you can pass entry.data as a prop where you render your content:

    ---
    import { getEntry } from 'astro:content';
    
    const entry = await getEntry('docs', 'why-markdoc');
    const { Content } = await entry.render();
    ---
    
    <Content frontmatter={entry.data} />
  • #7204 52af9ad18 Thanks @bluwy! - Add error message if Astro.glob is called outside of an Astro file

  • #7246 f5063d0a0 Thanks @bholmesdev! - Fix content collection build errors for empty collections or underscore files of type .json.

  • #7062 cf621340b Thanks @wulinsheng123! - fix miss a head when the templaterender has a promise

  • #7189 2bda7fb0b Thanks @elevatebart! - fix: add astro-static-slot to the list of inert tags in astro css

  • #7219 af3c5a2e2 Thanks @bluwy! - Use AstroError for Astro.glob errors

  • #7139 f2f18b440 Thanks @Princesseuh! - The src property returned by ESM importing images with astro:assets is now an absolute path, unlocking support for importing images outside the project.

  • Updated dependencies [bf63f615f]:

    • @astrojs/webapi@2.2.0

@astrojs/mdx@0.19.5

Patch Changes

@astrojs/partytown@1.2.3

Patch Changes

@astrojs/preact@2.2.1

Patch Changes

@astrojs/react@2.2.1

Patch Changes

@astrojs/sitemap@1.3.2

Patch Changes

@astrojs/vercel@3.4.1

Patch Changes

@astrojs/vue@2.2.1

Patch Changes

@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope) pkg: integration Related to any renderer integration (scope) labels May 24, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch 12 times, most recently from 142c2f3 to 68ebdd0 Compare May 25, 2023 17:32
@github-actions github-actions bot force-pushed the changeset-release/main branch 13 times, most recently from 9511006 to 76454f6 Compare May 30, 2023 14:18
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 1704032 to cd0b28e Compare May 30, 2023 20:24
@bholmesdev bholmesdev merged commit ba865f5 into main May 30, 2023
@bholmesdev bholmesdev deleted the changeset-release/main branch May 30, 2023 20:53
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: integration Related to any renderer integration (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.

None yet

2 participants