diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/big-mangos-bow.md | 5 | ||||
-rw-r--r-- | .changeset/cool-knives-fry.md | 5 | ||||
-rw-r--r-- | .changeset/fluffy-ligers-mate.md | 5 | ||||
-rw-r--r-- | .changeset/fuzzy-stingrays-count.md | 9 | ||||
-rw-r--r-- | .changeset/gentle-donkeys-rule.md | 5 | ||||
-rw-r--r-- | .changeset/little-turtles-sniff.md | 10 | ||||
-rw-r--r-- | .changeset/tiny-buckets-mix.md | 5 | ||||
-rw-r--r-- | .changeset/twenty-hounds-approve.md | 5 |
8 files changed, 0 insertions, 49 deletions
diff --git a/.changeset/big-mangos-bow.md b/.changeset/big-mangos-bow.md deleted file mode 100644 index 69a12f884..000000000 --- a/.changeset/big-mangos-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Support `lang="postcss"` in addition to `lang="pcss"` diff --git a/.changeset/cool-knives-fry.md b/.changeset/cool-knives-fry.md deleted file mode 100644 index 737ce7b41..000000000 --- a/.changeset/cool-knives-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Bump Sass dependency version diff --git a/.changeset/fluffy-ligers-mate.md b/.changeset/fluffy-ligers-mate.md deleted file mode 100644 index 3a2f580a3..000000000 --- a/.changeset/fluffy-ligers-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Added `MarkdownParser` and `MarkdownParserResponse` to `@types` diff --git a/.changeset/fuzzy-stingrays-count.md b/.changeset/fuzzy-stingrays-count.md deleted file mode 100644 index 65c8feb94..000000000 --- a/.changeset/fuzzy-stingrays-count.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'astro': patch ---- - -Fix a host of compiler bugs, including: -- CSS scoping of `*` character inside of `calc()` expressions -- Encoding of double quotes inside of quoted attributes -- Expressions inside of `<table>` elements - diff --git a/.changeset/gentle-donkeys-rule.md b/.changeset/gentle-donkeys-rule.md deleted file mode 100644 index eb33cfce1..000000000 --- a/.changeset/gentle-donkeys-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/renderer-lit': patch ---- - -renderer-lit will bind to properties rather than attributes fixing certain binding issues diff --git a/.changeset/little-turtles-sniff.md b/.changeset/little-turtles-sniff.md deleted file mode 100644 index aa6648082..000000000 --- a/.changeset/little-turtles-sniff.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@astrojs/markdown-remark': minor ---- - -- Upgraded dependencies -- Replaced `remark-slug` with `rehype-slug` because [it was deprecated](https://github.com/remarkjs/remark-slug) -- Replaced `@silvenon/remark-smartypants` with `remark-smartypants` because its name was changed -- Disable **all** built-in plugins when custom remark and/or rehype plugins are added -- Removed `remark-footnotes` because [`remark-gfm` now supports footnotes](https://github.com/remarkjs/remark-gfm/releases/tag/3.0.0) -- Re-added `remark-smartypants` and `rehype-slug` to the default plugins list diff --git a/.changeset/tiny-buckets-mix.md b/.changeset/tiny-buckets-mix.md deleted file mode 100644 index 8c40341ee..000000000 --- a/.changeset/tiny-buckets-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes building of non-hoisted scripts diff --git a/.changeset/twenty-hounds-approve.md b/.changeset/twenty-hounds-approve.md deleted file mode 100644 index 6596f010d..000000000 --- a/.changeset/twenty-hounds-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix regression with `astro build` 404.astro output |