Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #32 from trueberryless-org/changeset-release/main

[ci] release

authored by

trueberryless and committed by
GitHub
c8c48b25 43314da7

+25 -23
-5
.changeset/few-cities-sniff.md
··· 1 - --- 2 - "starlight-sidebar-topics-dropdown": minor 3 - --- 4 - 5 - ⚠️ **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
··· 1 - --- 2 - "starlight-sidebar-topics-dropdown": minor 3 - --- 4 - 5 - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`. 6 - 7 - Please use the `@astrojs/upgrade` command to upgrade your project: 8 - 9 - ```sh 10 - npx @astrojs/upgrade 11 - ```
-5
.changeset/whole-pants-sit.md
··· 1 - --- 2 - "starlight-sidebar-topics-dropdown": minor 3 - --- 4 - 5 - ⚠️ **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.
+7
docs/CHANGELOG.md
··· 1 1 # starlight-sidebar-topics-dropdown-docs 2 2 3 + ## 0.3.2 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`3193771`](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/commit/31937716171b020f414ece6783c17181fbd5fdcf), [`db10526`](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/commit/db10526d49aab3ac8619159d40968dbc4748c9a0), [`db10526`](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/commit/db10526d49aab3ac8619159d40968dbc4748c9a0)]: 8 + - starlight-sidebar-topics-dropdown@0.4.0 9 + 3 10 ## 0.3.1 4 11 5 12 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "starlight-sidebar-topics-dropdown-docs", 3 - "version": "0.3.1", 3 + "version": "0.3.2", 4 4 "private": true, 5 5 "description": "Starlight plugin to split your docs page into multiple subpages and switch between them with a dropdown menu in the sidebar.", 6 6 "homepage": "https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown",
+16
packages/starlight-sidebar-topics-dropdown/CHANGELOG.md
··· 1 1 # starlight-sidebar-topics-dropdown 2 2 3 + ## 0.4.0 4 + 5 + ### Minor Changes 6 + 7 + - [#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). 8 + 9 + - [#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`. 10 + 11 + Please use the `@astrojs/upgrade` command to upgrade your project: 12 + 13 + ```sh 14 + npx @astrojs/upgrade 15 + ``` 16 + 17 + - [#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. 18 + 3 19 ## 0.3.0 4 20 5 21 ### Minor Changes
+1 -1
packages/starlight-sidebar-topics-dropdown/package.json
··· 1 1 { 2 2 "name": "starlight-sidebar-topics-dropdown", 3 - "version": "0.3.0", 3 + "version": "0.4.0", 4 4 "description": "Starlight plugin to split your docs page into multiple subpages and switch between them with a dropdown menu in the sidebar.", 5 5 "keywords": [ 6 6 "starlight",