Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3.4 KiB
@astrojs/upgrade
0.2.3
Patch Changes
- #10117
51b6ff7403c1223b1c399e88373075972c82c24c
Thanks @hippotastic! - Fixes an issue wherecreate astro
,astro add
and@astrojs/upgrade
would fail due to unexpected package manager CLI output.
0.2.2
Patch Changes
- #9562
67e06f9db1b0492ccfb4b053762dc91d69a53ecb
Thanks @DET171! - Updates the command used for installing packages with pnpm and yarn
0.2.1
Patch Changes
- #9317
d1c91add0
Thanks @natemoo-re! - Improves dependency handling by ignoring packages that don't use a semver version
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 thelatest
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 thelatest
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
- #9213
54e57fe9d
Thanks @natemoo-re! - Fix unhandled error when running@astrojs/upgrade beta
outside of a monorepo
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 thelatest
version of your integrations.With NPM:
npx @astrojs/upgrade
With Yarn:
yarn dlx @astrojs/upgrade
With PNPM:
pnpm dlx @astrojs/upgrade