create-astro 5.1.0-beta.0 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -470,7 +470,7 @@ function printHelp({
470
470
  if (headline) {
471
471
  message.push(
472
472
  linebreak(),
473
- `${title(commandName)} ${color.green(`v${"5.1.0-beta.0"}`)} ${headline}`
473
+ `${title(commandName)} ${color.green(`v${"5.1.0"}`)} ${headline}`
474
474
  );
475
475
  }
476
476
  if (usage) {
@@ -569,7 +569,7 @@ async function getContext(argv) {
569
569
  packageManager,
570
570
  "astro",
571
571
  getPackageTag(packageSpecifier),
572
- "7.0.0-beta.6"
572
+ "7.0.0"
573
573
  ),
574
574
  skipHouston,
575
575
  fancy,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-astro",
3
- "version": "5.1.0-beta.0",
3
+ "version": "5.1.0",
4
4
  "type": "module",
5
5
  "author": "withastro",
6
6
  "license": "MIT",