diff options
author | 2022-08-16 07:14:44 -0700 | |
---|---|---|
committer | 2022-08-16 10:14:44 -0400 | |
commit | 1de82f0f7805965124922ffd2cef6fb5e1b55527 (patch) | |
tree | 5d93ff6f0d98e334ee066183a295db1709df5f4b /examples/framework-multiple | |
parent | 45fdbc4650610bd8363a05c07f3863cc12391b28 (diff) | |
download | astro-1de82f0f7805965124922ffd2cef6fb5e1b55527.tar.gz astro-1de82f0f7805965124922ffd2cef6fb5e1b55527.tar.zst astro-1de82f0f7805965124922ffd2cef6fb5e1b55527.zip |
[ci] release (#4333)astro@1.0.6@astrojs/mdx@0.10.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r-- | examples/framework-multiple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index b99b27512..4609c415d 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^1.0.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.0.5" + "astro": "^1.0.6" }, "dependencies": { "preact": "^10.7.3", |