# @trueberryless-org/starlight-plugins-docs-components

## 0.6.0

### Minor Changes

- [#71](https://github.com/trueberryless-org/starlight-plugins-docs-components/pull/71) [`c9ae6c8`](https://github.com/trueberryless-org/starlight-plugins-docs-components/commit/c9ae6c8b400a0e20c890364974046d0bde8762da) Thanks [@trueberryless](https://github.com/trueberryless)! - Bump Astro to 7 and Starlight to 0.41 (Starlight `>=0.38` still supported)

### Patch Changes

- [`898bc12`](https://github.com/trueberryless-org/starlight-plugins-docs-components/commit/898bc12abe601fecf9fe52c79d3cc090594f0fae) Thanks [@trueberryless](https://github.com/trueberryless)! - Make username segment of GitHub links configurable.

## 0.5.0

### Minor Changes

- [#59](https://github.com/trueberryless-org/starlight-plugins-docs-components/pull/59) [`5080ebf`](https://github.com/trueberryless-org/starlight-plugins-docs-components/commit/5080ebf519f6beba867a9867ce271384d918607c) Thanks [@trueberryless](https://github.com/trueberryless)! - Adds support for Astro v6, drops support for Astro v5.

  ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now `0.38.0`.

  Please follow the [upgrade guide](https://github.com/withastro/starlight/releases/tag/%40astrojs%2Fstarlight%400.38.0) to update your project.

## 0.4.3

### Patch Changes

- [#49](https://github.com/trueberryless-org/starlight-plugins-docs-components/pull/49) [`d65b41b`](https://github.com/trueberryless-org/starlight-plugins-docs-components/commit/d65b41baab46fb2d4223b8db86a7526ea0d6c1ef) Thanks [@trueberryless-org](https://github.com/apps/trueberryless-org)! - Setups trusted publishing using OpenID Connect (OIDC) authentication — no code changes.

- [#38](https://github.com/trueberryless-org/starlight-plugins-docs-components/pull/38) [`662fedf`](https://github.com/trueberryless-org/starlight-plugins-docs-components/commit/662fedffda9872e97043cbadffba83483fd4b70b) Thanks [@trueberryless](https://github.com/trueberryless)! - Add link to the showcase addition explanation guide.

## 0.4.2

### Patch Changes

- [`ddb1cbb`](https://github.com/trueberryless-org/starlight-plugins-docs-components/commit/ddb1cbb5dc43e2848319e200e3d15cdd56240ad9) Thanks [@trueberryless](https://github.com/trueberryless)! - Remove console logs

## 0.4.1

### Patch Changes

- [#25](https://github.com/trueberryless-org/starlight-plugins-docs-components/pull/25) [`a1e806d`](https://github.com/trueberryless-org/starlight-plugins-docs-components/commit/a1e806d87e37298385849fe5c020821a5600558a) Thanks [@trueberryless-org](https://github.com/apps/trueberryless-org)! - Fix Dockerfile

## 0.4.0

### Minor Changes

- [#22](https://github.com/trueberryless-org/starlight-plugins-docs-components/pull/22) [`5a66083`](https://github.com/trueberryless-org/starlight-plugins-docs-components/commit/5a660837a0e5fe7fa098a4c3f50450720e1ba020) Thanks [@trueberryless](https://github.com/trueberryless)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`.

  Please use the `@astrojs/upgrade` command to upgrade your project:

  ```sh
  npx @astrojs/upgrade
  ```

## 0.3.0

### Minor Changes

- [#12](https://github.com/trueberryless-org/starlight-plugins-docs-components/pull/12) [`e14a7c7`](https://github.com/trueberryless-org/starlight-plugins-docs-components/commit/e14a7c7575c4864ebf166c34043292dd415d33d0) Thanks [@trueberryless](https://github.com/trueberryless)! - Adds support for Astro v5, drops support for Astro v4.

  ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now `0.30.0`.

  Please follow the [upgrade guide](https://github.com/withastro/starlight/releases/tag/%40astrojs/starlight%400.30.0) to update your project.

  Note that the [`legacy.collections` flag](https://docs.astro.build/en/reference/legacy-flags/#collections) is not supported by this plugin and you should update your collections to use Astro's new Content Layer API.
