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

Merged
merged 1 commit into from
Sep 27, 2022
Merged

[ci] release #4846

merged 1 commit into from
Sep 27, 2022

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Sep 22, 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

create-astro@1.1.0

Minor Changes

  • #4810 7481ffda0 Thanks @mrienstra! - Alway write chosen config to tsconfig.json.

    • Before: Only when strict & strictest was selected
    • After: Also when base is selected (via "Relaxed" or "I prefer not to use TypeScript")

@astrojs/image@0.8.0

Minor Changes

  • #4738 fad3867ad Thanks @tony-sull! - Adds a new built-in image service based on web assembly libraries 🥁 web container support!

    Migration: Happy with the previous image service based on sharp? No problem! Install sharp in your project and update your Astro config to match.

    npm install sharp
    ---
    import image from '@astrojs/image';
    
    export default {
      // ...
      integrations: [
        image({
          serviceEntryPoint: '@astrojs/image/sharp',
        }),
      ],
    };
    ---

Patch Changes

  • #4797 944d24e9e Thanks @smeevil! - Do not pass width and height to the img element when wrapped in a picture element

@astrojs/webapi@1.1.0

Minor Changes

astro@1.3.1

Patch Changes

@astrojs/mdx@0.11.2

Patch Changes

@astrojs/vercel@2.0.1

Patch Changes

astro-scripts@0.0.8

Patch Changes

  • Updated dependencies [5e4c5252b]:
    • @astrojs/webapi@1.1.0

@github-actions github-actions bot added pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope) labels Sep 22, 2022
@github-actions github-actions bot added the pkg: integration Related to any renderer integration (scope) label Sep 22, 2022
@github-actions github-actions bot force-pushed the changeset-release/main branch 26 times, most recently from af94ca9 to c52382c Compare September 26, 2022 14:17
@github-actions github-actions bot force-pushed the changeset-release/main branch 11 times, most recently from 5eb7b2b to bdf3911 Compare September 27, 2022 12:55
@matthewp matthewp merged commit 077134a into main Sep 27, 2022
@matthewp matthewp deleted the changeset-release/main branch September 27, 2022 16:12
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants