diff options
author | 2022-05-06 09:28:57 -0400 | |
---|---|---|
committer | 2022-05-06 09:28:57 -0400 | |
commit | 4639a048d7f8b853ff70629db62dd02097c61e1e (patch) | |
tree | 477de0dd779fe12661bb73216ac21653dcddfe41 /examples/non-html-pages | |
parent | adc94076f72c565c9519882f4383c6f779b40419 (diff) | |
download | astro-a20a699e2bc2d28bd533ab4bcd6e84a285e997d3.tar.gz astro-a20a699e2bc2d28bd533ab4bcd6e84a285e997d3.tar.zst astro-a20a699e2bc2d28bd533ab4bcd6e84a285e997d3.zip |
[ci] release (#3308)astro@1.0.0-beta.27@astrojs/telemetry@0.1.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/non-html-pages')
-rw-r--r-- | examples/non-html-pages/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index d1476cf8c..cbf0450c8 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.26" + "astro": "^1.0.0-beta.27" } } |