diff options
author | 2022-04-14 15:10:29 +0000 | |
---|---|---|
committer | 2022-04-14 15:10:29 +0000 | |
commit | 254048dc8202cb6521506cfd8768884cf83465f4 (patch) | |
tree | 7de3b6916a49efff3315708cc05bcbafcf567b99 /examples/blog | |
parent | c6551289ee0366b8b85ce9076630b71cafe9374b (diff) | |
download | astro@1.0.0-beta.11.tar.gz astro@1.0.0-beta.11.tar.zst astro@1.0.0-beta.11.zip |
[ci] release (#3103)astro@1.0.0-beta.11@astrojs/tailwind@0.2.0
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 5a37b5e1c..8d7e556c3 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.1", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "preact": "^10.7.1" |