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

Merged
merged 1 commit into from
Jul 3, 2023
Merged

[ci] release #7526

merged 1 commit into from
Jul 3, 2023

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Jun 29, 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/[email protected]

Minor Changes

Patch Changes

@astrojs/[email protected]

Minor Changes

  • #7514 154af8f5e Thanks @matthewp! - Split support in Vercel Serverless

    The Vercel adapter builds to a single function by default. Astro 2.7 added support for splitting your build into separate entry points per page. If you use this configuration the Vercel adapter will generate a separate function for each page. This can help reduce the size of each function so they are only bundling code used on that page.

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    import vercel from '@astrojs/vercel/serverless';
    
    export default defineConfig({
      output: 'server',
      adapter: vercel(),
      build: {
        split: true,
      },
    });

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #7527 9e2426f75 Thanks @natemoo-re! - Default registry logic to fallback to NPM if registry command fails (sorry, Bun users!)

  • #7539 1170877b5 Thanks @jc1144096387! - Update registry logic, improving edge cases (http support, redirects, registries ending with '/')

@astrojs/[email protected]

Patch Changes

@astrobot-houston astrobot-houston requested a review from a team as a code owner June 29, 2023 20:20
@github-actions github-actions bot added the pkg: integration Related to any renderer integration (scope) label Jun 29, 2023
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 74d6b7d to b144d5e Compare June 30, 2023 09:29
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 494c849 to 42e31a1 Compare June 30, 2023 21:27
@natemoo-re natemoo-re linked an issue Jun 30, 2023 that may be closed by this pull request
1 task
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from 5b8e949 to 64c81cb Compare July 3, 2023 08:14
@bluwy bluwy merged commit fc6826f into main Jul 3, 2023
@bluwy bluwy deleted the changeset-release/main branch July 3, 2023 12:53
matthewp pushed a commit that referenced this pull request Jul 11, 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: integration Related to any renderer integration (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Couldn't find a configuration settings named "registry"
2 participants