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

Merged
merged 1 commit into from
Jun 28, 2022
Merged

[ci] release #3733

merged 1 commit into from
Jun 28, 2022

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Jun 27, 2022

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/[email protected]

Minor Changes

  • #3713 ebd7e7ad Thanks @FredKSchott! - Update telemetry to support a more anonymized project id. anonymousProjectId is now hashed based on anonymous git data instead of your git remote URL.

[email protected]

Patch Changes

@astrojs/[email protected]

Patch Changes

  • #3734 4acd245d Thanks @bholmesdev! - Fix: append shim to top of built file to avoid "can't read process of undefined" issues

@astrojs/[email protected]

Patch Changes

  • #3734 4acd245d Thanks @bholmesdev! - Fix: append shim to top of built file to avoid "can't read process of undefined" issues

@astrojs/[email protected]

Patch Changes

  • #3736 bd4dac0e Thanks @tony-sull! - Adds a new @astrojs/prefetch integration with the goal of adding near-instant page navigation for Astro projects. HTML and CSS for visible links marked with rel="prefetch" will be preloaded in the browser when the browser is idle.

    astro.config.mjs

    import prefetch from '@astrojs/prefetch';
    export default {
      // ...
      integrations: [prefetch()],
    };
    <!-- Prefetch HTML and stylesheets for the /products page -->
    <a href="/products" rel="prefetch">All Products</a>

@astrojs/[email protected]

Patch Changes

  • #3723 52f75369 Thanks @alextim! - fix: if serialize function returns undefined for the passed entry, such entry will be excluded from sitemap

@astrojs/[email protected]

Patch Changes

[email protected]

Patch Changes

  • #3744 fb9ef401 Thanks @bholmesdev! - Fix: avoid generating sourcemaps for dev builds of the monorepo - prevents Vite warning logs

@github-actions github-actions bot added pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) labels Jun 27, 2022
@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from 1862a50 to 837c61a Compare June 28, 2022 14:12
@tony-sull tony-sull merged commit a59a27e into main Jun 28, 2022
@tony-sull tony-sull deleted the changeset-release/main branch June 28, 2022 15:12
SiriousHunter pushed a commit to SiriousHunter/astro that referenced this pull request Feb 3, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
SiriousHunter pushed a commit to SiriousHunter/astro that referenced this pull request Feb 3, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants