diff options
author | Houston (Bot) | 2023-05-15 14:23:02 -0700 |
---|---|---|
committer | GitHub | 2023-05-15 23:23:02 +0200 |
commit | c5f137fc36838231491db7bd37a5141235e0ebde (patch) | |
tree | f2b196c97f8589a8bd8f9d1abcc41b30ec3c1dd5 | |
parent | cd1a6c9214d465cd388c856d9614703d2cdfe7ea (diff) | |
download | IT.starlight-c5f137fc36838231491db7bd37a5141235e0ebde.tar.gz IT.starlight-c5f137fc36838231491db7bd37a5141235e0ebde.tar.bz2 IT.starlight-c5f137fc36838231491db7bd37a5141235e0ebde.zip |
[ci] release (#44)@astrojs/starlight@0.0.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/beige-pillows-tan.md | 5 | ||||
-rw-r--r-- | .changeset/clever-parrots-chew.md | 5 | ||||
-rw-r--r-- | .changeset/famous-windows-bathe.md | 5 | ||||
-rw-r--r-- | .changeset/friendly-planets-sniff.md | 5 | ||||
-rw-r--r-- | .changeset/slow-lies-attack.md | 5 | ||||
-rw-r--r-- | .changeset/smooth-goats-lick.md | 5 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 16 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 |
8 files changed, 17 insertions, 31 deletions
diff --git a/.changeset/beige-pillows-tan.md b/.changeset/beige-pillows-tan.md deleted file mode 100644 index 519296d2..00000000 --- a/.changeset/beige-pillows-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix CSS ordering issue caused by imports in 404 route. diff --git a/.changeset/clever-parrots-chew.md b/.changeset/clever-parrots-chew.md deleted file mode 100644 index 89149956..00000000 --- a/.changeset/clever-parrots-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Highlight current page section in table of contents. diff --git a/.changeset/famous-windows-bathe.md b/.changeset/famous-windows-bathe.md deleted file mode 100644 index a9acc0c5..00000000 --- a/.changeset/famous-windows-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Use default locale in `404.astro`. diff --git a/.changeset/friendly-planets-sniff.md b/.changeset/friendly-planets-sniff.md deleted file mode 100644 index dd1ed260..00000000 --- a/.changeset/friendly-planets-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Include `initial-scale=1` in viewport meta tag. diff --git a/.changeset/slow-lies-attack.md b/.changeset/slow-lies-attack.md deleted file mode 100644 index ce2a62e3..00000000 --- a/.changeset/slow-lies-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fix usage of `aria-current` in navigation sidebar to use `page` value. diff --git a/.changeset/smooth-goats-lick.md b/.changeset/smooth-goats-lick.md deleted file mode 100644 index 898b3a30..00000000 --- a/.changeset/smooth-goats-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Improve right sidebar layout. diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 57e7aa73..959ee53f 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,21 @@ # @astrojs/starlight +## 0.0.6 + +### Patch Changes + +- [#47](https://github.com/withastro/starlight/pull/47) [`e96d9a7`](https://github.com/withastro/starlight/commit/e96d9a7628c5c04fe34dbc65ddd6fabdc0667a6d) Thanks [@delucis](https://github.com/delucis)! - Fix CSS ordering issue caused by imports in 404 route. + +- [#47](https://github.com/withastro/starlight/pull/47) [`e96d9a7`](https://github.com/withastro/starlight/commit/e96d9a7628c5c04fe34dbc65ddd6fabdc0667a6d) Thanks [@delucis](https://github.com/delucis)! - Highlight current page section in table of contents. + +- [`1028119`](https://github.com/withastro/starlight/commit/10281196aba65075e4ac202dc0f23927c44403ee) Thanks [@delucis](https://github.com/delucis)! - Use default locale in `404.astro`. + +- [`05f8fd4`](https://github.com/withastro/starlight/commit/05f8fd4c3114e4c25075b35086c5b3e7d0ff49d7) Thanks [@delucis](https://github.com/delucis)! - Include `initial-scale=1` in viewport meta tag. + +- [#47](https://github.com/withastro/starlight/pull/47) [`e96d9a7`](https://github.com/withastro/starlight/commit/e96d9a7628c5c04fe34dbc65ddd6fabdc0667a6d) Thanks [@delucis](https://github.com/delucis)! - Fix usage of `aria-current` in navigation sidebar to use `page` value. + +- [#48](https://github.com/withastro/starlight/pull/48) [`a49485d`](https://github.com/withastro/starlight/commit/a49485def3fe4f505e90bf934eedcb135b3d3f51) Thanks [@delucis](https://github.com/delucis)! - Improve right sidebar layout. + ## 0.0.5 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index a12d2802..377cfd52 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.5", + "version": "0.0.6", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ |