···11----
22-"starlight-cooler-credit": minor
33----
44-55-**⚠️ Potential breaking change:** Remove flexibility components that allowed to create custom content in the table of contents above and below the list of headings.
66-77-This includes these components:
88-99-- `DefaultBottomTableOfContentsWrapper.astro`
1010-- `BottomTableOfContentsWrapper.astro`
1111-- `TopTableOfContentsWrapper.astro`
1212-1313-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/).
1414-1515-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
···11# starlight-cooler-credit
2233+## 0.5.0
44+55+### Minor Changes
66+77+- [#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.
88+99+ This includes these components:
1010+ - `DefaultBottomTableOfContentsWrapper.astro`
1111+ - `BottomTableOfContentsWrapper.astro`
1212+ - `TopTableOfContentsWrapper.astro`
1313+1414+ 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/).
1515+1616+ 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).
1717+318## 0.4.1
419520### Patch Changes
+1-1
packages/starlight-cooler-credit/package.json
···11{
22 "name": "starlight-cooler-credit",
33- "version": "0.4.1",
33+ "version": "0.5.0",
44 "description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.",
55 "keywords": [
66 "starlight",