summaryrefslogtreecommitdiff
path: root/.changeset/curvy-foxes-reply.md
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-24 08:38:06 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-24 11:38:06 -0500
commit73ca0ef38352896f7c8fdaae23f881d02e60a180 (patch)
tree0e0efa55fc1e49b7e5ad2ca100ff93803344cc3e /.changeset/curvy-foxes-reply.md
parent58dfdc5a364e4ba46538466af8666e70af21987f (diff)
downloadastro-create-astro@2.0.0.tar.gz
astro-create-astro@2.0.0.tar.zst
astro-create-astro@2.0.0.zip
* [ci] release * Update changelogs (#5955) * [ci] release * Wrap astro 2.0 beta logs in `<details>` * Add link to docs upgrade guide * First pass cleaning up 2.0 release notes * mdx changes from Sarah * combine 5584 and 5842 in deno, image, netlify * markdown/remark incl (5684 & 5769) to match mdx * Tweak markdown/remark formatting * Format astro-prism * Format astro-rss * Format create-astro * Format cloudflare * Format lit * Format partytown * Format node * Format preact * Format react * Format solid * Format svelte * Format tailwind * Format vercel * Format vue * Format telemetry * Format webapi * Format scripts * Reinstate h3s for headings Co-authored-by: Ben Holmes <hey@bholmes.dev> * Reformat mdx * astro & markdown/remark: Combine #5679 & #5684 changelogs Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Ben Holmes <hey@bholmes.dev> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Ben Holmes <hey@bholmes.dev>
Diffstat (limited to '.changeset/curvy-foxes-reply.md')
-rw-r--r--.changeset/curvy-foxes-reply.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/.changeset/curvy-foxes-reply.md b/.changeset/curvy-foxes-reply.md
deleted file mode 100644
index 99eb66d69..000000000
--- a/.changeset/curvy-foxes-reply.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'astro': minor
----
-
-Move generated content collection types to a `.astro` directory. This replaces the previously generated `src/content/types.generated.d.ts` file.
-
-If you're using Git for version control, we recommend ignoring this generated directory by adding `.astro` to your .gitignore.
-
-Astro will also generate the [TypeScript reference path](https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-path-) to include `.astro` types in your project. This will update your project's `src/env.d.ts` file, or write one if none exists.