0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/create-astro/CHANGELOG.md
Fred K. Schott 5f922221ba Revert "Version Packages (next) (#692)"
This reverts commit 790bd89ead.
2021-07-21 08:12:32 -07:00

845 B

create-astro

0.5.0

Minor Changes

  • 36e104b: Use new client: prefix for component exmaples

0.4.0

Minor Changes

  • 5d5d67c: Update create-astro to handle framework-specific logic based on user preference

0.3.5

Patch Changes

  • d8ceff5: Allows using an external repo as a template

    You can do this with the --template flag:

    npm init astro my-shopify --template cassidoo/shopify-react-astro
    

0.3.4

Patch Changes

0.3.3

Patch Changes

  • f9f2da4: Add repository key to package.json for create-astro

0.3.2

Patch Changes

  • ab2972b: Update package.json engines for esm support

0.3.1

Patch Changes

  • d6a7349: fix issue with empty prompt

0.3.0

Minor Changes