diff options
author | 2022-08-08 16:10:55 -0700 | |
---|---|---|
committer | 2022-08-08 18:10:55 -0500 | |
commit | 4d29163d11e17942f606ecebbfe5a6a2d26a030e (patch) | |
tree | dd41777ee5821b40b17cb13b5cb50b1249c4e3fe /.changeset | |
parent | 7eb54fcb4ffdbd56186ede86868c569ce8304188 (diff) | |
download | astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.tar.gz astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.tar.zst astro-4d29163d11e17942f606ecebbfe5a6a2d26a030e.zip |
[ci] release (#4197)astro@1.0.0-rc.8@astrojs/mdx@0.8.0@astrojs/cloudflare@0.5.0
* [ci] release
* Update CHANGELOG.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/happy-peas-attend.md | 18 | ||||
-rw-r--r-- | .changeset/honest-bottles-drum.md | 5 | ||||
-rw-r--r-- | .changeset/proud-moose-push.md | 5 | ||||
-rw-r--r-- | .changeset/shy-dogs-return.md | 5 | ||||
-rw-r--r-- | .changeset/slimy-parrots-exist.md | 5 | ||||
-rw-r--r-- | .changeset/strong-plants-tell.md | 5 | ||||
-rw-r--r-- | .changeset/thick-ducks-sparkle.md | 5 | ||||
-rw-r--r-- | .changeset/thin-houses-play.md | 5 |
8 files changed, 0 insertions, 53 deletions
diff --git a/.changeset/happy-peas-attend.md b/.changeset/happy-peas-attend.md deleted file mode 100644 index af3af1bfc..000000000 --- a/.changeset/happy-peas-attend.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'astro': patch ---- - -Adds `Astro.generator` which can be used to add a [`<meta name="generator">`](https://html.spec.whatwg.org/multipage/semantics.html#meta-generator) tag. - -```astro -<html> - <head> - <meta name="generator" content={Astro.generator} /> - </head> - <body> - <footer> - <p>Built with <a href="https://astro.build">{Astro.generator}</a></p> - </footer> - </body> -</html> -``` diff --git a/.changeset/honest-bottles-drum.md b/.changeset/honest-bottles-drum.md deleted file mode 100644 index 18da3e2c4..000000000 --- a/.changeset/honest-bottles-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Add frontmatter injection instructions to README diff --git a/.changeset/proud-moose-push.md b/.changeset/proud-moose-push.md deleted file mode 100644 index 43dd7ecd9..000000000 --- a/.changeset/proud-moose-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': minor ---- - -add support for compiling functions to a functions directory rather than `_worker.js` diff --git a/.changeset/shy-dogs-return.md b/.changeset/shy-dogs-return.md deleted file mode 100644 index 3d22d8275..000000000 --- a/.changeset/shy-dogs-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adds warning in dev when using client: directive on Astro component diff --git a/.changeset/slimy-parrots-exist.md b/.changeset/slimy-parrots-exist.md deleted file mode 100644 index 36e87c466..000000000 --- a/.changeset/slimy-parrots-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Ensure JSX does not reference server entrypoint diff --git a/.changeset/strong-plants-tell.md b/.changeset/strong-plants-tell.md deleted file mode 100644 index 0fb705640..000000000 --- a/.changeset/strong-plants-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix client build sourcemap generation diff --git a/.changeset/thick-ducks-sparkle.md b/.changeset/thick-ducks-sparkle.md deleted file mode 100644 index 8c2861898..000000000 --- a/.changeset/thick-ducks-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fix custom 404 pages when using `astro preview` (#4113) diff --git a/.changeset/thin-houses-play.md b/.changeset/thin-houses-play.md deleted file mode 100644 index 86d6ef2ad..000000000 --- a/.changeset/thin-houses-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': minor ---- - -Remove `frontmatterOptions` from MDX config |