Mirror of
0
fork

Configure Feed

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

ci: release starlight-cooler-credit v0.5.0 (#103)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

trueberryless-org[bot]
github-actions[bot]
and committed by
GitHub
12733c9a f8d886c7

+16 -16
-15
.changeset/late-clowns-glow.md
··· 1 - --- 2 - "starlight-cooler-credit": minor 3 - --- 4 - 5 - **⚠️ Potential breaking change:** Remove flexibility components that allowed to create custom content in the table of contents above and below the list of headings. 6 - 7 - This includes these components: 8 - 9 - - `DefaultBottomTableOfContentsWrapper.astro` 10 - - `BottomTableOfContentsWrapper.astro` 11 - - `TopTableOfContentsWrapper.astro` 12 - 13 - Since those components do no longer exist and are not exported anymore, if you were relying on them, migrate your project to implement those features yourself by following this blog post: ["Add Additional Content to Starlight's Table of Contents"](https://blog.trueberryless.org/blog/starlight-customize-toc-additional-content/). 14 - 15 - There is also a minimal reproducation on how to achieve this functionality on [GitHub](https://github.com/trueberryless/starlight-customize-toc-additional-content) and [StackBlitz](https://stackblitz.com/github/trueberryless/starlight-customize-toc-additional-content).
+15
packages/starlight-cooler-credit/CHANGELOG.md
··· 1 1 # starlight-cooler-credit 2 2 3 + ## 0.5.0 4 + 5 + ### Minor Changes 6 + 7 + - [#102](https://github.com/trueberryless-org/starlight-cooler-credit/pull/102) [`73df515`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/73df5153d453dadc05586252a6a3070f15910191) Thanks [@trueberryless](https://github.com/trueberryless)! - **⚠️ Potential breaking change:** Remove flexibility components that allowed to create custom content in the table of contents above and below the list of headings. 8 + 9 + This includes these components: 10 + - `DefaultBottomTableOfContentsWrapper.astro` 11 + - `BottomTableOfContentsWrapper.astro` 12 + - `TopTableOfContentsWrapper.astro` 13 + 14 + Since those components do no longer exist and are not exported anymore, if you were relying on them, migrate your project to implement those features yourself by following this blog post: ["Add Additional Content to Starlight's Table of Contents"](https://blog.trueberryless.org/blog/starlight-customize-toc-additional-content/). 15 + 16 + There is also a minimal reproducation on how to achieve this functionality on [GitHub](https://github.com/trueberryless/starlight-customize-toc-additional-content) and [StackBlitz](https://stackblitz.com/github/trueberryless/starlight-customize-toc-additional-content). 17 + 3 18 ## 0.4.1 4 19 5 20 ### Patch Changes
+1 -1
packages/starlight-cooler-credit/package.json
··· 1 1 { 2 2 "name": "starlight-cooler-credit", 3 - "version": "0.4.1", 3 + "version": "0.5.0", 4 4 "description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.", 5 5 "keywords": [ 6 6 "starlight",