0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/packages/upgrade/CHANGELOG.md
Houston (Bot) 929ce28325
[ci] release (#12698)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-11 11:07:58 +00:00

6.6 KiB

@astrojs/upgrade

0.4.2

Patch Changes

  • #12706 f6c4214 Thanks @ascorbic! - Fixes a bug that caused registry URLs that specify a port to be incorrectly detected as offline.

0.4.1

Patch Changes

  • #12576 19b3ac0 Thanks @apatel369! - Fixes an issue where running upgrade in a directory without astro installed shows a false success message

0.4.0

Minor Changes

Patch Changes

  • #12577 b139390 Thanks @apatel369! - Fixes an issue where @astrojs/upgrade announces integration updates for already up to date packages

0.4.0-beta.0

Minor Changes

0.3.4

Patch Changes

0.3.3

Patch Changes

0.3.2

Patch Changes

  • #11645 849e4c6 Thanks @bluwy! - Refactors internally to use node:util parseArgs instead of arg

0.3.1

Patch Changes

  • #11139 aaf0635 Thanks @Princesseuh! - Fixes @astrojs/upgrade not using the package manager that was used to install the project to install dependencies

0.3.0

Minor Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

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
    

0.1.0-beta.0

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
    

0.1.1

Patch Changes

0.1.0

Minor Changes

  • #8525 5a3875018 Thanks @natemoo-re! - 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