diff options
author | 2024-02-01 02:04:19 -0800 | |
---|---|---|
committer | 2024-02-01 10:04:19 +0000 | |
commit | 2561c99598e325bbd5a70a9c08f9f409ec5994fd (patch) | |
tree | 7b1f1d40c873c18aba45ca861c207e41ee0b06fc /examples/framework-lit | |
parent | d702d6ae5052ce25871e70082f37bb553f1c26bd (diff) | |
download | astro-@astrojs/node@8.2.0.tar.gz astro-@astrojs/node@8.2.0.tar.zst astro-@astrojs/node@8.2.0.zip |
[ci] release (#9904)astro@4.3.0@astrojs/vercel@7.1.0@astrojs/node@8.2.0
* [ci] release
* Update packages/astro/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/integrations/vercel/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update packages/astro/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Diffstat (limited to 'examples/framework-lit')
-rw-r--r-- | examples/framework-lit/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 0c34af727..fe7ab4180 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^4.0.1", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.2.8", + "astro": "^4.3.0", "lit": "^2.8.0" } } |