diff options
author | 2022-01-07 16:43:19 -0500 | |
---|---|---|
committer | 2022-01-07 16:43:19 -0500 | |
commit | 5ba2650be1b8e466641336981a0d3f466513f39a (patch) | |
tree | 46a231aff06a4a41e406a93fbb01ad321d93d275 /examples/framework-multiple | |
parent | 76195ba40401dc797a9b67cf4a81136849cca2ea (diff) | |
download | astro-5ba2650be1b8e466641336981a0d3f466513f39a.tar.gz astro-5ba2650be1b8e466641336981a0d3f466513f39a.tar.zst astro-5ba2650be1b8e466641336981a0d3f466513f39a.zip |
[ci] release (#2339)astro@0.22.9
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 f7f3d9776..fe60f3827 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.3.0", - "astro": "^0.22.8" + "astro": "^0.22.9" } } |