···11----
22-"starlight-cooler-credit-docs": patch
33----
44-55-Fix import statements in configuration examples
-11
.changeset/deep-owls-count.md
···11----
22-"starlight-cooler-credit": minor
33----
44-55-⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`.
66-77-Please use the `@astrojs/upgrade` command to upgrade your project:
88-99-```sh
1010-npx @astrojs/upgrade
1111-```
-5
.changeset/empty-rooms-enjoy.md
···11----
22-"starlight-cooler-credit-docs": patch
33----
44-55-Add Demo with many headings in order to test the CSS when ToC is larger
···11----
22-"starlight-cooler-credit": minor
33----
44-55-Component exports allows user to place and customize everything the plugin offers.
66-77-Read more about this change under [Components](https://starlight-cooler-credit.trueberryless.org/credit-reference-card/).
-7
.changeset/tame-chairs-knock.md
···11----
22-"starlight-cooler-credit": patch
33----
44-55-Add a11y to credit image. If you have set a `customImage` then you are now required to also describe the image by setting `customImageAlt`.
66-77-Read more about the new config [here](https://starlight-cooler-credit.trueberryless.org/configuration/#customimagealt).
+13
docs/CHANGELOG.md
···11# starlight-cooler-credit-docs
2233+## 0.2.5
44+55+### Patch Changes
66+77+- [`8aab573`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/8aab573111fd1032a5403c1b8c287e52dc1a6503) Thanks [@trueberryless](https://github.com/trueberryless)! - Fix import statements in configuration examples
88+99+- [#60](https://github.com/trueberryless-org/starlight-cooler-credit/pull/60) [`e9995e0`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/e9995e0f50bec1cdbc121899769219b62ee57223) Thanks [@trueberryless](https://github.com/trueberryless)! - Add Demo with many headings in order to test the CSS when ToC is larger
1010+1111+- [#60](https://github.com/trueberryless-org/starlight-cooler-credit/pull/60) [`e9995e0`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/e9995e0f50bec1cdbc121899769219b62ee57223) Thanks [@trueberryless](https://github.com/trueberryless)! - Document component exports
1212+1313+- Updated dependencies [[`e9995e0`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/e9995e0f50bec1cdbc121899769219b62ee57223), [`e9995e0`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/e9995e0f50bec1cdbc121899769219b62ee57223), [`6e77f96`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/6e77f96ab4ce84d069f1ba3eed4f7c9c541a4093)]:
1414+ - starlight-cooler-credit@0.3.0
1515+316## 0.2.4
417518### Patch Changes
+1-1
docs/package.json
···11{
22 "name": "starlight-cooler-credit-docs",
33- "version": "0.2.4",
33+ "version": "0.2.5",
44 "description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.",
55 "keywords": [
66 "starlight",
+22
packages/starlight-cooler-credit/CHANGELOG.md
···11# starlight-cooler-credit
2233+## 0.3.0
44+55+### Minor Changes
66+77+- [#60](https://github.com/trueberryless-org/starlight-cooler-credit/pull/60) [`e9995e0`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/e9995e0f50bec1cdbc121899769219b62ee57223) Thanks [@trueberryless](https://github.com/trueberryless)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`.
88+99+ Please use the `@astrojs/upgrade` command to upgrade your project:
1010+1111+ ```sh
1212+ npx @astrojs/upgrade
1313+ ```
1414+1515+- [#60](https://github.com/trueberryless-org/starlight-cooler-credit/pull/60) [`e9995e0`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/e9995e0f50bec1cdbc121899769219b62ee57223) Thanks [@trueberryless](https://github.com/trueberryless)! - Component exports allows user to place and customize everything the plugin offers.
1616+1717+ Read more about this change under [Components](https://starlight-cooler-credit.trueberryless.org/credit-reference-card/).
1818+1919+### Patch Changes
2020+2121+- [#60](https://github.com/trueberryless-org/starlight-cooler-credit/pull/60) [`6e77f96`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/6e77f96ab4ce84d069f1ba3eed4f7c9c541a4093) Thanks [@trueberryless](https://github.com/trueberryless)! - Add a11y to credit image. If you have set a `customImage` then you are now required to also describe the image by setting `customImageAlt`.
2222+2323+ Read more about the new config [here](https://starlight-cooler-credit.trueberryless.org/configuration/#customimagealt).
2424+325## 0.2.3
426527### Patch Changes
+1-1
packages/starlight-cooler-credit/package.json
···11{
22 "name": "starlight-cooler-credit",
33- "version": "0.2.3",
33+ "version": "0.3.0",
44 "description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.",
55 "keywords": [
66 "starlight",