# Releases

<PostList
  currentPage={props.currentPage}
  pages={props.pages.filter(page => page.name.includes('react-aria') && page.name.includes('releases') && !page.name.includes('index.html')) ?? []}
/>

For all previous releases, see the [Archived releases](https://react-spectrum.adobe.com/releases/index.html) page.
