summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-07-21 18:12:11 -0500
committerGravatar GitHub <noreply@github.com> 2021-07-21 18:12:11 -0500
commit8f17217e02eec6cb209aac12e95bc1c248d3d259 (patch)
tree9ba595cd09bf4406e26cac34b202642194914b6c /packages/create-astro
parent561cbee68f1e4e2a85d5379129bba82fea5138a1 (diff)
downloadastro-8f17217e02eec6cb209aac12e95bc1c248d3d259.tar.gz
astro-8f17217e02eec6cb209aac12e95bc1c248d3d259.tar.zst
astro-8f17217e02eec6cb209aac12e95bc1c248d3d259.zip
Version Packages (next) (#796)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index a41da6b30..f97e695b5 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 0.5.1-next.1
+
+### Patch Changes
+
+- bd18e14: Add support for [Solid](https://www.solidjs.com/)
+
## 0.5.1-next.0
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 8a2e54c69..8799f8abd 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "0.5.1-next.0",
+ "version": "0.5.1-next.1",
"type": "module",
"repository": {
"type": "git",