diff options
author | 2022-03-25 18:03:58 -0500 | |
---|---|---|
committer | 2022-03-25 18:03:58 -0500 | |
commit | 779b5dd37cd2b2fa29d2fbee45a0e7125e958dd0 (patch) | |
tree | a1b33db179e52c40aa89e466fc3a682d4abeb1e1 /examples/blog | |
parent | a0d67b1d252a7ecbebb3d39a24ec11d723f6303e (diff) | |
download | astro-779b5dd37cd2b2fa29d2fbee45a0e7125e958dd0.tar.gz astro-779b5dd37cd2b2fa29d2fbee45a0e7125e958dd0.tar.zst astro-779b5dd37cd2b2fa29d2fbee45a0e7125e958dd0.zip |
[ci] release (#2892)astro@0.25.1@astrojs/solid-js@0.0.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 3bf0217bb..85cfb89bf 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0", + "astro": "^0.25.1", "@astrojs/preact": "^0.0.2" }, "dependencies": { |