diff options
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 |