···11----
22-"starlight-sidebar-topics-dropdown": minor
33----
44-55-⚠️ **BREAKING CHANGE:** The Starlight Sidebar Topics Dropdown plugin no longer provides the same ["Unnested Sidebar" configuration](https://starlight-sidebar-topics-dropdown.trueberryless.org/docs/guides/unnested-sidebar/) like before. Please adapt your `astro.config.mjs` with the up-to-date guide on [how to configure a "Unnested Sidebar"](https://starlight-sidebar-topics-dropdown.trueberryless.org/docs/guides/unnested-sidebar/#configure-an-unnested-sidebar).
-11
.changeset/quick-baths-dig.md
···11----
22-"starlight-sidebar-topics-dropdown": minor
33----
44-55-⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`.
66-77-Please use the `@astrojs/upgrade` command to upgrade your project:
88-99-```sh
1010-npx @astrojs/upgrade
1111-```
-5
.changeset/whole-pants-sit.md
···11----
22-"starlight-sidebar-topics-dropdown": minor
33----
44-55-⚠️ **BREAKING CHANGE:** The Starlight Sidebar Topics Dropdown plugin no longer [overrides](https://starlight.astro.build/guides/overriding-components/) the [`<Pagination>` component](https://starlight.astro.build/reference/overrides/#pagination). If you were manually rendering `starlight-sidebar-topics-dropdown/overrides/Pagination.astro` in a custom override, you can now remove it.
···11{
22 "name": "starlight-sidebar-topics-dropdown-docs",
33- "version": "0.3.1",
33+ "version": "0.3.2",
44 "private": true,
55 "description": "Starlight plugin to split your docs page into multiple subpages and switch between them with a dropdown menu in the sidebar.",
66 "homepage": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown",
···11# starlight-sidebar-topics-dropdown
2233+## 0.4.0
44+55+### Minor Changes
66+77+- [#31](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/pull/31) [`3193771`](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/commit/31937716171b020f414ece6783c17181fbd5fdcf) Thanks [@trueberryless](https://github.com/trueberryless)! - ⚠️ **BREAKING CHANGE:** The Starlight Sidebar Topics Dropdown plugin no longer provides the same ["Unnested Sidebar" configuration](https://starlight-sidebar-topics-dropdown.trueberryless.org/docs/guides/unnested-sidebar/) like before. Please adapt your `astro.config.mjs` with the up-to-date guide on [how to configure a "Unnested Sidebar"](https://starlight-sidebar-topics-dropdown.trueberryless.org/docs/guides/unnested-sidebar/#configure-an-unnested-sidebar).
88+99+- [#31](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/pull/31) [`db10526`](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/commit/db10526d49aab3ac8619159d40968dbc4748c9a0) Thanks [@trueberryless](https://github.com/trueberryless)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`.
1010+1111+ Please use the `@astrojs/upgrade` command to upgrade your project:
1212+1313+ ```sh
1414+ npx @astrojs/upgrade
1515+ ```
1616+1717+- [#31](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/pull/31) [`db10526`](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/commit/db10526d49aab3ac8619159d40968dbc4748c9a0) Thanks [@trueberryless](https://github.com/trueberryless)! - ⚠️ **BREAKING CHANGE:** The Starlight Sidebar Topics Dropdown plugin no longer [overrides](https://starlight.astro.build/guides/overriding-components/) the [`<Pagination>` component](https://starlight.astro.build/reference/overrides/#pagination). If you were manually rendering `starlight-sidebar-topics-dropdown/overrides/Pagination.astro` in a custom override, you can now remove it.
1818+319## 0.3.0
420521### Minor Changes
···11{
22 "name": "starlight-sidebar-topics-dropdown",
33- "version": "0.3.0",
33+ "version": "0.4.0",
44 "description": "Starlight plugin to split your docs page into multiple subpages and switch between them with a dropdown menu in the sidebar.",
55 "keywords": [
66 "starlight",