Mirror of
0
fork

Configure Feed

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

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

[ci] release

authored by

trueberryless and committed by
GitHub
46e7eb46 01024d47

+15 -7
-5
.changeset/tall-meals-cross.md
··· 1 - --- 2 - "starlight-sidebar-topics-dropdown": patch 3 - --- 4 - 5 - Small fixes and docs changes
+7
docs/CHANGELOG.md
··· 1 1 # starlight-sidebar-topics-dropdown-docs 2 2 3 + ## 0.3.3 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies [[`01024d4`](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/commit/01024d471326097f20087ac401bd1df4d9a8cd22)]: 8 + - starlight-sidebar-topics-dropdown@0.4.1 9 + 3 10 ## 0.3.2 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.2", 3 + "version": "0.3.3", 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",
+6
packages/starlight-sidebar-topics-dropdown/CHANGELOG.md
··· 1 1 # starlight-sidebar-topics-dropdown 2 2 3 + ## 0.4.1 4 + 5 + ### Patch Changes 6 + 7 + - [`01024d4`](https://github.com/trueberryless-org/starlight-sidebar-topics-dropdown/commit/01024d471326097f20087ac401bd1df4d9a8cd22) Thanks [@trueberryless](https://github.com/trueberryless)! - Small fixes and docs changes 8 + 3 9 ## 0.4.0 4 10 5 11 ### Minor Changes
+1 -1
packages/starlight-sidebar-topics-dropdown/package.json
··· 1 1 { 2 2 "name": "starlight-sidebar-topics-dropdown", 3 - "version": "0.4.0", 3 + "version": "0.4.1", 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",