Mirror of
0
fork

Configure Feed

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

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

[ci] release

authored by

trueberryless and committed by
GitHub
1b24adad 7f5417d9

+27 -22
-15
.changeset/forty-scissors-wonder.md
··· 1 - --- 2 - "starlight-cooler-credit": patch 3 - --- 4 - 5 - Add support for custom image. 6 - 7 - You can hereby specify another image which will be used inside the component by setting the `customImage` configuration like this: 8 - 9 - ``` 10 - plugins: [ 11 - starlightCoolerCredit({ 12 - customImage: "./src/assets/rainsberger.ca.webp", 13 - }) 14 - ] 15 - ```
-5
.changeset/long-wasps-matter.md
··· 1 - --- 2 - "starlight-cooler-credit-docs": patch 3 - --- 4 - 5 - Document new configuration option `customImage`
+9
docs/CHANGELOG.md
··· 1 1 # starlight-cooler-credit-docs 2 2 3 + ## 0.2.3 4 + 5 + ### Patch Changes 6 + 7 + - [`7f5417d`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/7f5417d96aacdc6d35b69397f70c95bb6f6a2eb0) Thanks [@trueberryless](https://github.com/trueberryless)! - Document new configuration option `customImage` 8 + 9 + - Updated dependencies [[`45b5eb8`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/45b5eb85c5bc3be4899cbd907acabeb6f20bfd3c)]: 10 + - starlight-cooler-credit@0.2.2 11 + 3 12 ## 0.2.2 4 13 5 14 ### Patch Changes
+1 -1
docs/package.json
··· 1 1 { 2 2 "name": "starlight-cooler-credit-docs", 3 - "version": "0.2.2", 3 + "version": "0.2.3", 4 4 "description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.", 5 5 "keywords": [ 6 6 "starlight",
+16
packages/starlight-cooler-credit/CHANGELOG.md
··· 1 1 # starlight-cooler-credit 2 2 3 + ## 0.2.2 4 + 5 + ### Patch Changes 6 + 7 + - [#50](https://github.com/trueberryless-org/starlight-cooler-credit/pull/50) [`45b5eb8`](https://github.com/trueberryless-org/starlight-cooler-credit/commit/45b5eb85c5bc3be4899cbd907acabeb6f20bfd3c) Thanks [@trueberryless](https://github.com/trueberryless)! - Add support for custom image. 8 + 9 + You can hereby specify another image which will be used inside the component by setting the `customImage` configuration like this: 10 + 11 + ``` 12 + plugins: [ 13 + starlightCoolerCredit({ 14 + customImage: "./src/assets/rainsberger.ca.webp", 15 + }) 16 + ] 17 + ``` 18 + 3 19 ## 0.2.1 4 20 5 21 ### Patch Changes
+1 -1
packages/starlight-cooler-credit/package.json
··· 1 1 { 2 2 "name": "starlight-cooler-credit", 3 - "version": "0.2.1", 3 + "version": "0.2.2", 4 4 "description": "Add a nice credit to Starlight or Astro at the bottom of Table of Contents.", 5 5 "keywords": [ 6 6 "starlight",