diff options
author | Houston (Bot) | 2023-05-23 06:23:35 -0700 |
---|---|---|
committer | GitHub | 2023-05-23 15:23:35 +0200 |
commit | c38de0dcd829de8022d16deb35b2210b34a1880e (patch) | |
tree | 5c21d3f99531956d06f6abec52f7ae667163ad58 | |
parent | d3ee6fc643de7a320a6bb83432cdcfbb0a4e4289 (diff) | |
download | IT.starlight-c38de0dcd829de8022d16deb35b2210b34a1880e.tar.gz IT.starlight-c38de0dcd829de8022d16deb35b2210b34a1880e.tar.bz2 IT.starlight-c38de0dcd829de8022d16deb35b2210b34a1880e.zip |
[ci] release (#77)@astrojs/starlight@0.0.10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/afraid-zoos-retire.md | 16 | ||||
-rw-r--r-- | .changeset/eight-cougars-dream.md | 5 | ||||
-rw-r--r-- | .changeset/light-eggs-relax.md | 5 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 21 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 |
5 files changed, 22 insertions, 27 deletions
diff --git a/.changeset/afraid-zoos-retire.md b/.changeset/afraid-zoos-retire.md deleted file mode 100644 index e2a41c27..00000000 --- a/.changeset/afraid-zoos-retire.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Add support for customising and translating Starlight’s UI. - -Users can provide translations in JSON files in `src/content/i18n/` which is a data collection. For example, a `src/content/i18n/de.json` might translate the search UI: - -```json -{ - "search.label": "Suchen", - "search.shortcutLabel": "(Drücke / zum Suchen)" -} -``` - -This change also allows Starlight to provide built-in support for more languages than just English and adds German & Spanish support. diff --git a/.changeset/eight-cougars-dream.md b/.changeset/eight-cougars-dream.md deleted file mode 100644 index 184d70c5..00000000 --- a/.changeset/eight-cougars-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Scale down code block font size to match Figma design diff --git a/.changeset/light-eggs-relax.md b/.changeset/light-eggs-relax.md deleted file mode 100644 index f10a7525..00000000 --- a/.changeset/light-eggs-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Require a minimum Astro version of 2.5.0 diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 4a8952f2..37369860 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,26 @@ # @astrojs/starlight +## 0.0.10 + +### Patch Changes + +- [#78](https://github.com/withastro/starlight/pull/78) [`d3ee6fc`](https://github.com/withastro/starlight/commit/d3ee6fc643de7a320a6bb83432cdcfbb0a4e4289) Thanks [@delucis](https://github.com/delucis)! - Add support for customising and translating Starlight’s UI. + + Users can provide translations in JSON files in `src/content/i18n/` which is a data collection. For example, a `src/content/i18n/de.json` might translate the search UI: + + ```json + { + "search.label": "Suchen", + "search.shortcutLabel": "(Drücke / zum Suchen)" + } + ``` + + This change also allows Starlight to provide built-in support for more languages than just English and adds German & Spanish support. + +- [#76](https://github.com/withastro/starlight/pull/76) [`5e82073`](https://github.com/withastro/starlight/commit/5e8207350dba0fce92fa101d311db627e2157654) Thanks [@lloydjatkinson](https://github.com/lloydjatkinson)! - Scale down code block font size to match Figma design + +- [#78](https://github.com/withastro/starlight/pull/78) [`d3ee6fc`](https://github.com/withastro/starlight/commit/d3ee6fc643de7a320a6bb83432cdcfbb0a4e4289) Thanks [@delucis](https://github.com/delucis)! - Require a minimum Astro version of 2.5.0 + ## 0.0.9 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index a76bfa7e..e9cf94b2 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.9", + "version": "0.0.10", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ |