diff options
author | 2021-12-02 13:01:17 -0500 | |
---|---|---|
committer | 2021-12-02 13:01:17 -0500 | |
commit | e57308d70cf1f80233f494b0fd8fd256b86506c8 (patch) | |
tree | a7648c59a51a5d2de85ba159e7eb7018d885358f /examples/docs | |
parent | 0a826c999c8ee30d5ee2ae61ac4165fb9797da70 (diff) | |
download | astro-e57308d70cf1f80233f494b0fd8fd256b86506c8.tar.gz astro-e57308d70cf1f80233f494b0fd8fd256b86506c8.tar.zst astro-e57308d70cf1f80233f494b0fd8fd256b86506c8.zip |
[ci] release (#2071)astro@0.21.7@astrojs/renderer-vue@0.2.1@astrojs/renderer-svelte@0.2.2@astrojs/renderer-solid@0.2.1@astrojs/renderer-react@0.3.1@astrojs/renderer-preact@0.3.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index 85a1c23c3..aef23e7c1 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "@docsearch/react": "^1.0.0-alpha.27" }, "devDependencies": { - "astro": "^0.21.6", + "astro": "^0.21.7", "@snowpack/plugin-dotenv": "^2.1.0" } } |