Astro: @astrojs/[email protected] Release

Release date:
November 28, 2023
Previous version:
@astrojs/[email protected] (released April 23, 2025)
Magnitude:
209 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in @astrojs/[email protected]

ematipico

Directory Browser for @astrojs/[email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Minor Changes

  • #9118 000e8f465 Thanks @Princesseuh! - Initial release!

    @astrojs/upgrade is an automated command-line tool for upgrading Astro and your official Astro integrations together.

    Inside of your existing astro project, run the following command to install the latest version of your integrations.

    With NPM:

    npx @astrojs/upgrade
    

    With Yarn:

    yarn dlx @astrojs/upgrade
    

    With PNPM:

    pnpm dlx @astrojs/upgrade