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, 0 insertions, 7 deletions
diff --git a/.changeset/poor-frogs-dream.md b/.changeset/poor-frogs-dream.md
deleted file mode 100644
index fdb3daa85..000000000
--- a/.changeset/poor-frogs-dream.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'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.