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

Merged
merged 1 commit into from
Mar 13, 2023
Merged

[ci] release #6476

merged 1 commit into from
Mar 13, 2023

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Mar 9, 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/rss@2.3.0

Minor Changes

  • #6453 2e362042c Thanks @ematipico! - Added trailingSlash option to control whether or not the emitted URLs should have trailing slashes.

    import rss from '@astrojs/rss';
    
    export const get = () =>
      rss({
        trailingSlash: false,
      });

    By passing false, the emitted links won't have trailing slashes.

astro@2.1.3

Patch Changes

  • #6530 acf78c5e2 Thanks @Princesseuh! - Fix various inaccuracies with types related to the new Assets features:

    • getConfiguredImageService wasn't present on the astro:assets types.
    • ImageMetadata wasn't exported
    • Fixed wrong module declaration for avif, heic and heif files.
    • Add missing module declaration for SVGs imports
  • #6527 04e624d06 Thanks @bluwy! - Treeshake exported client components that are not imported

  • #6533 cc90d7219 Thanks @Princesseuh! - Added a warning when trying to use experimental.assets with a not compatible adapter

  • #6483 a9a6ae298 Thanks @Princesseuh! - Fix images defined in content collections schemas not working

  • #6537 6a7cf0712 Thanks @matthewp! - Prevent astro:content from depending on Node builtins

  • #6488 bfd67ea74 Thanks @matthewp! - Remove use of createRequire breaking non-Node hosts.

  • #6503 f6eddffa0 Thanks @bholmesdev! - Add caching to getCollection() queries for faster SSG production builds

  • #6508 c63874090 Thanks @bholmesdev! - Improve content collection error formatting:

    • Bold the collection and entry that failed
    • Consistently list the frontmatter key at the start of every error
    • Rich errors for union types
  • #6485 d637d1ea5 Thanks @bluwy! - Fix @astrojs/prism edgecase with strict package managers

  • #6532 637f9bc72 Thanks @Princesseuh! - Fix env.d.ts changing types wrongly on every restart when experimental.assets is enabled

  • #6460 77a046e88 Thanks @bluwy! - Add default .npmrc file when adding the Lit integration through astro add lit and using pnpm.

@astrojs/prism@2.1.1

Patch Changes

@astrojs/alpinejs@0.2.1

Patch Changes

@astrojs/cloudflare@6.2.1

Patch Changes

@astrojs/image@0.16.1

Patch Changes

@astrojs/markdoc@0.0.2

Patch Changes

@astrojs/mdx@0.18.1

Patch Changes

@astrojs/partytown@1.1.1

Patch Changes

@astrojs/prefetch@0.2.1

Patch Changes

@astrojs/sitemap@1.2.1

Patch Changes

@astrojs/tailwind@3.1.1

Patch Changes

@astrojs/turbolinks@0.2.1

Patch Changes

@astrojs/vercel@3.2.1

Patch Changes

@astrojs/markdown-component@1.0.3

Patch Changes

@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) pkg: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope) pkg: integration Related to any renderer integration (scope) labels Mar 9, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch 25 times, most recently from 61794cc to 4e3e6d0 Compare March 13, 2023 17:18
@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from a048fba to 60aaa40 Compare March 13, 2023 19:37
@matthewp matthewp merged commit 43daac7 into main Mar 13, 2023
@matthewp matthewp deleted the changeset-release/main branch March 13, 2023 20:05
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: svelte Related to Svelte (scope) pkg: vue Related to Vue (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants