diff options
author | 2024-01-22 12:11:07 -0800 | |
---|---|---|
committer | 2024-01-22 15:11:07 -0500 | |
commit | 2b5f1d6be8a15768ce9a18c1e31370f4878f2637 (patch) | |
tree | 1cb40382c6fd75c2401545ff58b04208709c967e /.changeset | |
parent | 2f81cffa9da9db0e2802d303f94feaee8d2f54ec (diff) | |
download | astro-@astrojs/markdown-remark@4.2.0.tar.gz astro-@astrojs/markdown-remark@4.2.0.tar.zst astro-@astrojs/markdown-remark@4.2.0.zip |
[ci] release (#9728)astro@4.2.2@astrojs/rss@4.0.3@astrojs/mdx@2.0.6@astrojs/markdown-remark@4.2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/eight-turtles-itch.md | 5 | ||||
-rw-r--r-- | .changeset/fifty-pots-greet.md | 5 | ||||
-rw-r--r-- | .changeset/lazy-fireants-clap.md | 5 | ||||
-rw-r--r-- | .changeset/lemon-carrots-cheer.md | 5 | ||||
-rw-r--r-- | .changeset/mighty-icons-try.md | 5 | ||||
-rw-r--r-- | .changeset/nervous-dodos-compete.md | 5 | ||||
-rw-r--r-- | .changeset/red-carrots-fail.md | 5 | ||||
-rw-r--r-- | .changeset/selfish-donuts-approve.md | 5 | ||||
-rw-r--r-- | .changeset/slimy-jobs-smash.md | 5 | ||||
-rw-r--r-- | .changeset/sweet-owls-trade.md | 5 | ||||
-rw-r--r-- | .changeset/thick-carrots-run.md | 5 |
11 files changed, 0 insertions, 55 deletions
diff --git a/.changeset/eight-turtles-itch.md b/.changeset/eight-turtles-itch.md deleted file mode 100644 index dbac472b9..000000000 --- a/.changeset/eight-turtles-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Improves HMR behavior for style-only changes in `.astro` files diff --git a/.changeset/fifty-pots-greet.md b/.changeset/fifty-pots-greet.md deleted file mode 100644 index 4c5a423a7..000000000 --- a/.changeset/fifty-pots-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Makes i18n redirects take the `build.format` configuration into account diff --git a/.changeset/lazy-fireants-clap.md b/.changeset/lazy-fireants-clap.md deleted file mode 100644 index 27d3b1130..000000000 --- a/.changeset/lazy-fireants-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Adds `popovertarget" to the attribute that can be passed to the `button` element diff --git a/.changeset/lemon-carrots-cheer.md b/.changeset/lemon-carrots-cheer.md deleted file mode 100644 index f7ef5c228..000000000 --- a/.changeset/lemon-carrots-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/markdown-remark": patch ---- - -Initializes internal `cwdUrlStr` variable lazily for performance, and workaround Rollup side-effect detection bug when building for non-Node runtimes diff --git a/.changeset/mighty-icons-try.md b/.changeset/mighty-icons-try.md deleted file mode 100644 index 86965b765..000000000 --- a/.changeset/mighty-icons-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/rss": patch ---- - -Fixes `rssSchema` definition to allow calling standard zod object methods (like `extend`) diff --git a/.changeset/nervous-dodos-compete.md b/.changeset/nervous-dodos-compete.md deleted file mode 100644 index cd7340562..000000000 --- a/.changeset/nervous-dodos-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/markdown-remark": patch ---- - -Fixes a case where transformers wouldn't work on the `class` property diff --git a/.changeset/red-carrots-fail.md b/.changeset/red-carrots-fail.md deleted file mode 100644 index caef47017..000000000 --- a/.changeset/red-carrots-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Adds support for dynamic slot names diff --git a/.changeset/selfish-donuts-approve.md b/.changeset/selfish-donuts-approve.md deleted file mode 100644 index f5cf4d6f9..000000000 --- a/.changeset/selfish-donuts-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Improves the CLI output of `astro preferences list` to include additional relevant information diff --git a/.changeset/slimy-jobs-smash.md b/.changeset/slimy-jobs-smash.md deleted file mode 100644 index d7c7611db..000000000 --- a/.changeset/slimy-jobs-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fixes an issue where dot files were not copied over from the public folder to the output folder, when build command was run in a folder other than the root of the project. diff --git a/.changeset/sweet-owls-trade.md b/.changeset/sweet-owls-trade.md deleted file mode 100644 index 625b315e2..000000000 --- a/.changeset/sweet-owls-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Allow i18n routing utilities like getRelativeLocaleUrl to also get the default local path when redirectToDefaultLocale is false diff --git a/.changeset/thick-carrots-run.md b/.changeset/thick-carrots-run.md deleted file mode 100644 index 2da50fae7..000000000 --- a/.changeset/thick-carrots-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/markdown-remark": minor ---- - -Fixes usage in browser environments by using subpath imports |