Mirror of
0
fork

Configure Feed

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

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

[ci] release

authored by

trueberryless and committed by
GitHub
11ff5cd5 08de8926

+37 -42
-5
.changeset/blue-readers-think.md
··· 1 - --- 2 - "starlight-cooler-credit-docs": patch 3 - --- 4 - 5 - Fix import statements in configuration examples
-11
.changeset/deep-owls-count.md
··· 1 - --- 2 - "starlight-cooler-credit": minor 3 - --- 4 - 5 - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`. 6 - 7 - Please use the `@astrojs/upgrade` command to upgrade your project: 8 - 9 - ```sh 10 - npx @astrojs/upgrade 11 - ```
-5
.changeset/empty-rooms-enjoy.md
··· 1 - --- 2 - "starlight-cooler-credit-docs": patch 3 - --- 4 - 5 - Add Demo with many headings in order to test the CSS when ToC is larger
-5
.changeset/five-squids-cheer.md
··· 1 - --- 2 - "starlight-cooler-credit-docs": patch 3 - --- 4 - 5 - Document component exports
-7
.changeset/khaki-beers-sniff.md
··· 1 - --- 2 - "starlight-cooler-credit": minor 3 - --- 4 - 5 - Component exports allows user to place and customize everything the plugin offers. 6 - 7 - Read more about this change under [Components](https://starlight-cooler-credit.trueberryless.org/credit-reference-card/).
-7
.changeset/tame-chairs-knock.md
··· 1 - --- 2 - "starlight-cooler-credit": patch 3 - --- 4 - 5 - Add a11y to credit image. If you have set a `customImage` then you are now required to also describe the image by setting `customImageAlt`. 6 - 7 - Read more about the new config [here](https://starlight-cooler-credit.trueberryless.org/configuration/#customimagealt).
+13
docs/CHANGELOG.md
··· 1 1 # starlight-cooler-credit-docs 2 2 3 + ## 0.2.5 4 + 5 + ### Patch Changes 6 + 7 + - [`8aab573`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/8aab573111fd1032a5403c1b8c287e52dc1a6503) Thanks [@trueberryless](https://github.com/trueberryless)! - Fix import statements in configuration examples 8 + 9 + - [#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 10 + 11 + - [#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 12 + 13 + - 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)]: 14 + - starlight-cooler-credit@0.3.0 15 + 3 16 ## 0.2.4 4 17 5 18 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "starlight-cooler-credit-docs", 3 - "version": "0.2.4", 3 + "version": "0.2.5", 4 4 "description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.", 5 5 "keywords": [ 6 6 "starlight",
+22
packages/starlight-cooler-credit/CHANGELOG.md
··· 1 1 # starlight-cooler-credit 2 2 3 + ## 0.3.0 4 + 5 + ### Minor Changes 6 + 7 + - [#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`. 8 + 9 + Please use the `@astrojs/upgrade` command to upgrade your project: 10 + 11 + ```sh 12 + npx @astrojs/upgrade 13 + ``` 14 + 15 + - [#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. 16 + 17 + Read more about this change under [Components](https://starlight-cooler-credit.trueberryless.org/credit-reference-card/). 18 + 19 + ### Patch Changes 20 + 21 + - [#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`. 22 + 23 + Read more about the new config [here](https://starlight-cooler-credit.trueberryless.org/configuration/#customimagealt). 24 + 3 25 ## 0.2.3 4 26 5 27 ### Patch Changes
+1 -1
packages/starlight-cooler-credit/package.json
··· 1 1 { 2 2 "name": "starlight-cooler-credit", 3 - "version": "0.2.3", 3 + "version": "0.3.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",