diff options
author | 2022-10-27 06:41:03 -0700 | |
---|---|---|
committer | 2022-10-27 09:41:03 -0400 | |
commit | 50841bb7fd88d9c557bb6386e1ada23a8bc80ab9 (patch) | |
tree | c30b921ba19f9f876d9a4b690b6f842a49dc3621 /examples/blog | |
parent | b9364ff8d98095b905f761074fb1179b24aa6c74 (diff) | |
download | astro-50841bb7fd88d9c557bb6386e1ada23a8bc80ab9.tar.gz astro-50841bb7fd88d9c557bb6386e1ada23a8bc80ab9.tar.zst astro-50841bb7fd88d9c557bb6386e1ada23a8bc80ab9.zip |
[ci] release (#5199)create-astro@1.2.0astro@1.6.0@astrojs/rss@1.0.3@astrojs/node@2.0.2@astrojs/cloudflare@3.1.1
* [ci] release
* Update packages/integrations/cloudflare/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: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index d3af8c79f..c62d2e71e 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.5.3", + "astro": "^1.6.0", "@astrojs/mdx": "^0.11.5", - "@astrojs/rss": "^1.0.2", + "@astrojs/rss": "^1.0.3", "@astrojs/sitemap": "^1.0.0" } } |