diff options
author | 2022-07-28 05:17:45 -0700 | |
---|---|---|
committer | 2022-07-28 08:17:45 -0400 | |
commit | 6d103ddceb72a9b08d37e09b29524d1f766e3b0d (patch) | |
tree | 52b1e6f69b0fd86cbfddc4ed1e32ecd68996f5c0 /.changeset | |
parent | c565465a964ee14bf5d55c0a6eaf1091d3a68429 (diff) | |
download | astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.tar.gz astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.tar.zst astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.zip |
[ci] release (#4056)astro@1.0.0-rc.2@astrojs/vercel@0.4.0@astrojs/svelte@0.5.1@astrojs/node@0.2.1@astrojs/image@0.3.0@astrojs/cloudflare@0.4.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/clever-nails-pump.md | 5 | ||||
-rw-r--r-- | .changeset/fifty-apricots-clap.md | 5 | ||||
-rw-r--r-- | .changeset/five-singers-notice.md | 5 | ||||
-rw-r--r-- | .changeset/giant-dolls-reply.md | 6 | ||||
-rw-r--r-- | .changeset/lucky-phones-mix.md | 5 | ||||
-rw-r--r-- | .changeset/quick-onions-itch.md | 5 | ||||
-rw-r--r-- | .changeset/shy-kids-hug.md | 6 | ||||
-rw-r--r-- | .changeset/slow-terms-repeat.md | 6 |
8 files changed, 0 insertions, 43 deletions
diff --git a/.changeset/clever-nails-pump.md b/.changeset/clever-nails-pump.md deleted file mode 100644 index e363c78f5..000000000 --- a/.changeset/clever-nails-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes use of @fontsource packages diff --git a/.changeset/fifty-apricots-clap.md b/.changeset/fifty-apricots-clap.md deleted file mode 100644 index 2fcf04fe7..000000000 --- a/.changeset/fifty-apricots-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adding support for custom "astro/client" type definitions in `@astrojs/image` diff --git a/.changeset/five-singers-notice.md b/.changeset/five-singers-notice.md deleted file mode 100644 index 2e1a930ee..000000000 --- a/.changeset/five-singers-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': minor ---- - -Big improvements to the TypeScript and Language Tools support for `@astrojs/image` :tada: diff --git a/.changeset/giant-dolls-reply.md b/.changeset/giant-dolls-reply.md deleted file mode 100644 index 934967b7e..000000000 --- a/.changeset/giant-dolls-reply.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/cloudflare': minor -'@astrojs/vercel': minor ---- - -Add explicit errors when omitting output config diff --git a/.changeset/lucky-phones-mix.md b/.changeset/lucky-phones-mix.md deleted file mode 100644 index 9c8f18e2d..000000000 --- a/.changeset/lucky-phones-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -Remove Svelte HMR warning during the build diff --git a/.changeset/quick-onions-itch.md b/.changeset/quick-onions-itch.md deleted file mode 100644 index 68bc505b3..000000000 --- a/.changeset/quick-onions-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add `url` and `file` properties to `MarkdownContent` type diff --git a/.changeset/shy-kids-hug.md b/.changeset/shy-kids-hug.md deleted file mode 100644 index 8a51bd9d2..000000000 --- a/.changeset/shy-kids-hug.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/cloudflare': patch ---- - -Fixes Cloudflare throwing an error for process diff --git a/.changeset/slow-terms-repeat.md b/.changeset/slow-terms-repeat.md deleted file mode 100644 index 808556f54..000000000 --- a/.changeset/slow-terms-repeat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/node': patch ---- - -Handle binary data request bodies in the Node adapter |