mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
d74617cbd3
* refactor: types * feat: refactor types * chore: organize imports * fix: remaining references * docs: types * refactor: small changes * chore: changeset
7 lines
365 B
Markdown
7 lines
365 B
Markdown
---
|
|
'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.
|