diff options
author | 2022-05-31 13:40:19 -0400 | |
---|---|---|
committer | 2022-05-31 13:40:19 -0400 | |
commit | b2f955ec1badf4d61feba9d87e512ced2b3bbcda (patch) | |
tree | 79b57183f74501fa7296a0b0f6868f8c9bb748d6 /.changeset | |
parent | 9a31e6f1d500219881ae1c79f4d6fef2809ef247 (diff) | |
download | astro-b2f955ec1badf4d61feba9d87e512ced2b3bbcda.tar.gz astro-b2f955ec1badf4d61feba9d87e512ced2b3bbcda.tar.zst astro-b2f955ec1badf4d61feba9d87e512ced2b3bbcda.zip |
[ci] release (#3485)astro@1.0.0-beta.38@astrojs/vue@0.1.5@astrojs/svelte@0.1.4@astrojs/solid-js@0.1.3@astrojs/react@0.1.3@astrojs/preact@0.1.3@astrojs/markdown-remark@0.10.2@astrojs/lit@0.1.4@astrojs/deno@0.1.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/chilly-sheep-doubt.md | 5 | ||||
-rw-r--r-- | .changeset/fifty-mice-bow.md | 5 | ||||
-rw-r--r-- | .changeset/gentle-cheetahs-divide.md | 5 | ||||
-rw-r--r-- | .changeset/large-berries-grow.md | 6 | ||||
-rw-r--r-- | .changeset/modern-readers-ring.md | 5 | ||||
-rw-r--r-- | .changeset/polite-hounds-lick.md | 9 | ||||
-rw-r--r-- | .changeset/unlucky-gorillas-beg.md | 5 |
7 files changed, 0 insertions, 40 deletions
diff --git a/.changeset/chilly-sheep-doubt.md b/.changeset/chilly-sheep-doubt.md deleted file mode 100644 index 4df048580..000000000 --- a/.changeset/chilly-sheep-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/deno': patch ---- - -Deno integration now loads environment variables in server runtime diff --git a/.changeset/fifty-mice-bow.md b/.changeset/fifty-mice-bow.md deleted file mode 100644 index b36bc3b64..000000000 --- a/.changeset/fifty-mice-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Forces the correct mime type for CSS in HMR diff --git a/.changeset/gentle-cheetahs-divide.md b/.changeset/gentle-cheetahs-divide.md deleted file mode 100644 index 8198daef1..000000000 --- a/.changeset/gentle-cheetahs-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/lit': patch ---- - -Wait for DOMCOntentLoaded to polyfill in Lit diff --git a/.changeset/large-berries-grow.md b/.changeset/large-berries-grow.md deleted file mode 100644 index 81589045d..000000000 --- a/.changeset/large-berries-grow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/markdown-remark': patch ---- - -Fix components in markdown regressions diff --git a/.changeset/modern-readers-ring.md b/.changeset/modern-readers-ring.md deleted file mode 100644 index e5cbd8ac0..000000000 --- a/.changeset/modern-readers-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Remove the rss() helper from getStaticPaths. Using rss() now prints an error pointing to the new @astrojs/rss documentation. diff --git a/.changeset/polite-hounds-lick.md b/.changeset/polite-hounds-lick.md deleted file mode 100644 index 8b2191648..000000000 --- a/.changeset/polite-hounds-lick.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@astrojs/preact': patch -'@astrojs/react': patch -'@astrojs/solid-js': patch -'@astrojs/svelte': patch -'@astrojs/vue': patch ---- - -Update client hydration to check for `ssr` attribute. Requires `astro@^1.0.0-beta.36`. diff --git a/.changeset/unlucky-gorillas-beg.md b/.changeset/unlucky-gorillas-beg.md deleted file mode 100644 index 5e667a062..000000000 --- a/.changeset/unlucky-gorillas-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Implements improved hydration event system, meaning hydration for client:only and nested frameworks should be see significant stability improvements |