diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/four-ads-clap.md | 5 | ||||
-rw-r--r-- | .changeset/giant-squids-pull.md | 6 | ||||
-rw-r--r-- | .changeset/metal-guests-tickle.md | 5 | ||||
-rw-r--r-- | .changeset/moody-points-reflect.md | 5 | ||||
-rw-r--r-- | .changeset/sweet-cows-eat.md | 5 |
5 files changed, 0 insertions, 26 deletions
diff --git a/.changeset/four-ads-clap.md b/.changeset/four-ads-clap.md deleted file mode 100644 index 23e4c55a8..000000000 --- a/.changeset/four-ads-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -add validation for non-printable characters diff --git a/.changeset/giant-squids-pull.md b/.changeset/giant-squids-pull.md deleted file mode 100644 index 795bb6359..000000000 --- a/.changeset/giant-squids-pull.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/mdx': minor -'@astrojs/markdown-remark': patch ---- - -Add support for using optimized and relative images in MDX files with `experimental.assets` diff --git a/.changeset/metal-guests-tickle.md b/.changeset/metal-guests-tickle.md deleted file mode 100644 index 545742583..000000000 --- a/.changeset/metal-guests-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Support tsconfig aliases in CSS `@import` diff --git a/.changeset/moody-points-reflect.md b/.changeset/moody-points-reflect.md deleted file mode 100644 index 44b16a18f..000000000 --- a/.changeset/moody-points-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Correctly generate directories for assets when users customise the output via rollup options. diff --git a/.changeset/sweet-cows-eat.md b/.changeset/sweet-cows-eat.md deleted file mode 100644 index c71c91835..000000000 --- a/.changeset/sweet-cows-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix unnecessary warning when using images inside the `src/content` folder with `experimental.assets` |