summaryrefslogtreecommitdiff
path: root/.changeset/poor-frogs-dream.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/poor-frogs-dream.md')
-rw-r--r--.changeset/poor-frogs-dream.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.changeset/poor-frogs-dream.md b/.changeset/poor-frogs-dream.md
new file mode 100644
index 000000000..fdb3daa85
--- /dev/null
+++ b/.changeset/poor-frogs-dream.md
@@ -0,0 +1,7 @@
+---
+'astro': major
+---
+
+Refactor the exported types from the `astro` module. There should normally be no breaking changes, but if you relied on some previously deprecated types, these might now have been fully removed.
+
+In most cases, updating your code to move away from previously deprecated APIs in previous versions of Astro should be enough to fix any issues.