Mirror of
0
fork

Configure Feed

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

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

[ci] release

authored by

trueberryless and committed by
GitHub
fc8c8a6b 1618051f

+17 -7
-5
.changeset/chilly-pots-cough.md
··· 1 - --- 2 - "starlight-sidebar-topics-dropdown": patch 3 - --- 4 - 5 - Improves missing topic error messages by including the slug of the relevant page
+8
docs/CHANGELOG.md
··· 1 + # starlight-sidebar-topics-dropdown-docs 2 + 3 + ## 0.2.2 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`88b99c5`](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/commit/88b99c5efda810aa7a614752af18dd01af7fc1e0)]: 8 + - starlight-sidebar-topics-dropdown@0.2.2
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "starlight-sidebar-topics-dropdown-docs", 3 - "version": "0.2.1", 3 + "version": "0.2.2", 4 4 "license": "MIT", 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 "author": "trueberryless-org",
+7
packages/starlight-sidebar-topics-dropdown/CHANGELOG.md
··· 1 + # starlight-sidebar-topics-dropdown 2 + 3 + ## 0.2.2 4 + 5 + ### Patch Changes 6 + 7 + - [#11](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/pull/11) [`88b99c5`](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/commit/88b99c5efda810aa7a614752af18dd01af7fc1e0) Thanks [@trueberryless](https://github.com/trueberryless)! - Improves missing topic error messages by including the slug of the relevant page
+1 -1
packages/starlight-sidebar-topics-dropdown/package.json
··· 1 1 { 2 2 "name": "starlight-sidebar-topics-dropdown", 3 - "version": "0.2.1", 3 + "version": "0.2.2", 4 4 "license": "MIT", 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 "author": "trueberryless (https://trueberryless.org)",