chore: bump create-astro deps

This commit is contained in:
Nate Moore 2021-05-17 09:34:32 -05:00
parent 7a0fd2bd4e
commit c75bede6f5
5 changed files with 10 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [["astro", "astro-parser"]],
"linked": [["astro", "astro-parser", "create-astro"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",

View file

@ -1,5 +1,11 @@
# create-astro
## 0.1.1
### Patch Changes
- Update template dependencies
## 0.1.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"exports": {
".": "./create-astro.js"

View file

@ -6,6 +6,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.0.13"
"astro": "^0.1.0"
}
}

View file

@ -6,6 +6,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.0.13"
"astro": "^0.1.0"
}
}