diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/cold-jokes-buy.md | 7 | ||||
-rw-r--r-- | .changeset/hip-rockets-glow.md | 5 | ||||
-rw-r--r-- | .changeset/lazy-actors-enjoy.md | 14 | ||||
-rw-r--r-- | .changeset/ninety-onions-bow.md | 5 | ||||
-rw-r--r-- | .changeset/poor-steaks-confess.md | 5 | ||||
-rw-r--r-- | .changeset/real-dryers-destroy.md | 5 | ||||
-rw-r--r-- | .changeset/silent-goats-invent.md | 5 | ||||
-rw-r--r-- | .changeset/slow-cheetahs-marry.md | 5 | ||||
-rw-r--r-- | .changeset/soft-berries-prove.md | 5 |
9 files changed, 0 insertions, 56 deletions
diff --git a/.changeset/cold-jokes-buy.md b/.changeset/cold-jokes-buy.md deleted file mode 100644 index 7aaa96cfd..000000000 --- a/.changeset/cold-jokes-buy.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@astrojs/telemetry": patch ---- - -Track if the Astro CLI is running in a [`TTY`](nodejs.org/api/process.html#a-note-on-process-io) context. - -This information helps us better understand scripted use of Astro vs. direct terminal use of Astro CLI by a user, especially the `astro dev` command. diff --git a/.changeset/hip-rockets-glow.md b/.changeset/hip-rockets-glow.md deleted file mode 100644 index fd121c0d4..000000000 --- a/.changeset/hip-rockets-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdoc': minor ---- - -Added ignoreIndentation as a markdoc integration option to enable better readability of source code. diff --git a/.changeset/lazy-actors-enjoy.md b/.changeset/lazy-actors-enjoy.md deleted file mode 100644 index 3896041b4..000000000 --- a/.changeset/lazy-actors-enjoy.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@astrojs/vercel': minor ---- - -You can now configure how long your functions can run before timing out. - -```diff -export default defineConfig({ - output: "server", - adapter: vercel({ -+ maxDuration: 60 - }), -}); -``` diff --git a/.changeset/ninety-onions-bow.md b/.changeset/ninety-onions-bow.md deleted file mode 100644 index c651c584b..000000000 --- a/.changeset/ninety-onions-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': minor ---- - -Automatically installs the required dependencies to run the astro check command when the user indicates they plan to write TypeScript. diff --git a/.changeset/poor-steaks-confess.md b/.changeset/poor-steaks-confess.md deleted file mode 100644 index 254375c6a..000000000 --- a/.changeset/poor-steaks-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Prevents the Vercel serverless adapter from generating static redirect pages in hybrid mode diff --git a/.changeset/real-dryers-destroy.md b/.changeset/real-dryers-destroy.md deleted file mode 100644 index d5195b4a4..000000000 --- a/.changeset/real-dryers-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/react': patch ---- - -Fixes client hydration in islands when using experimentalReactChildren diff --git a/.changeset/silent-goats-invent.md b/.changeset/silent-goats-invent.md deleted file mode 100644 index 1ebb37772..000000000 --- a/.changeset/silent-goats-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes CSS modules ordering by rendering styles before links diff --git a/.changeset/slow-cheetahs-marry.md b/.changeset/slow-cheetahs-marry.md deleted file mode 100644 index 547543eae..000000000 --- a/.changeset/slow-cheetahs-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/mdx": patch ---- - -Update the README to suggest that users install the [official MDX extension](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx) for [VS Code](https://code.visualstudio.com/). diff --git a/.changeset/soft-berries-prove.md b/.changeset/soft-berries-prove.md deleted file mode 100644 index cce169649..000000000 --- a/.changeset/soft-berries-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -No longer attempts to delete the directory after a template download fails if the path is `.`, `./` or starts with `../`. |