diff options
author | Houston (Bot) | 2023-05-26 07:24:11 -0700 |
---|---|---|
committer | GitHub | 2023-05-26 16:24:11 +0200 |
commit | fe1c489a41a48eceed3cf559374d07d67c325248 (patch) | |
tree | ed3a7278d514138b2ef27fe18a53f70c054d75d9 | |
parent | 17ec014c2520647ddabe2826dd6e0a27c67b6e9e (diff) | |
download | IT.starlight-fe1c489a41a48eceed3cf559374d07d67c325248.tar.gz IT.starlight-fe1c489a41a48eceed3cf559374d07d67c325248.tar.bz2 IT.starlight-fe1c489a41a48eceed3cf559374d07d67c325248.zip |
[ci] release (#90)@astrojs/starlight@0.0.13
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/afraid-foxes-dance.md | 5 | ||||
-rw-r--r-- | .changeset/kind-experts-explain.md | 5 | ||||
-rw-r--r-- | .changeset/lovely-pigs-trade.md | 5 | ||||
-rw-r--r-- | .changeset/metal-needles-shout.md | 5 | ||||
-rw-r--r-- | .changeset/shy-dolls-whisper.md | 5 | ||||
-rw-r--r-- | .changeset/shy-parrots-dance.md | 5 | ||||
-rw-r--r-- | .changeset/sour-beans-cry.md | 5 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 18 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 |
9 files changed, 19 insertions, 36 deletions
diff --git a/.changeset/afraid-foxes-dance.md b/.changeset/afraid-foxes-dance.md deleted file mode 100644 index d6a6d1d5..00000000 --- a/.changeset/afraid-foxes-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix small CSS compatibility issue diff --git a/.changeset/kind-experts-explain.md b/.changeset/kind-experts-explain.md deleted file mode 100644 index 8a720217..00000000 --- a/.changeset/kind-experts-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix default locale routing bug when not using root locale diff --git a/.changeset/lovely-pigs-trade.md b/.changeset/lovely-pigs-trade.md deleted file mode 100644 index e765c6fd..00000000 --- a/.changeset/lovely-pigs-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix autogenerated sidebar bug with index routes in subdirectories diff --git a/.changeset/metal-needles-shout.md b/.changeset/metal-needles-shout.md deleted file mode 100644 index 4ea11e12..00000000 --- a/.changeset/metal-needles-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix false positive in sidebar autogeneration logic diff --git a/.changeset/shy-dolls-whisper.md b/.changeset/shy-dolls-whisper.md deleted file mode 100644 index 5a4a8a42..00000000 --- a/.changeset/shy-dolls-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Update Pagefind to latest v1 alpha diff --git a/.changeset/shy-parrots-dance.md b/.changeset/shy-parrots-dance.md deleted file mode 100644 index 2687b9e0..00000000 --- a/.changeset/shy-parrots-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Guarantee route and autogenerated sidebar sort order diff --git a/.changeset/sour-beans-cry.md b/.changeset/sour-beans-cry.md deleted file mode 100644 index 33e807eb..00000000 --- a/.changeset/sour-beans-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix minor dev layout bug in Search modal for RTL languages diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index de2f0898..d48a85be 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,23 @@ # @astrojs/starlight +## 0.0.13 + +### Patch Changes + +- [`8688778`](https://github.com/withastro/starlight/commit/86887786d158e4cdb9e4bd021b2232eb6dba284c) Thanks [@delucis](https://github.com/delucis)! - Fix small CSS compatibility issue + +- [#93](https://github.com/withastro/starlight/pull/93) [`c6d7960`](https://github.com/withastro/starlight/commit/c6d7960c8673886eb2b17843e78a897133c05fe2) Thanks [@delucis](https://github.com/delucis)! - Fix default locale routing bug when not using root locale + +- [`d8a171b`](https://github.com/withastro/starlight/commit/d8a171b6b45c73151485fe8f08630fb6a1cc12a6) Thanks [@delucis](https://github.com/delucis)! - Fix autogenerated sidebar bug with index routes in subdirectories + +- [`d8b9f32`](https://github.com/withastro/starlight/commit/d8b9f3260daaceed8a31eedcc44bd00733f96254) Thanks [@delucis](https://github.com/delucis)! - Fix false positive in sidebar autogeneration logic + +- [#92](https://github.com/withastro/starlight/pull/92) [`02821d2`](https://github.com/withastro/starlight/commit/02821d2c8a58c485697cb8f0770c6ba63e709b2a) Thanks [@delucis](https://github.com/delucis)! - Update Pagefind to latest v1 alpha + +- [`51fe914`](https://github.com/withastro/starlight/commit/51fe91468fea125ec33cb6d6b1b66f147302fdc0) Thanks [@delucis](https://github.com/delucis)! - Guarantee route and autogenerated sidebar sort order + +- [`116c4f5`](https://github.com/withastro/starlight/commit/116c4f5eb0ddf4dddbd10005bc72a7e6cb880a67) Thanks [@delucis](https://github.com/delucis)! - Fix minor dev layout bug in Search modal for RTL languages + ## 0.0.12 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index a126062c..45d2373e 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.12", + "version": "0.0.13", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ |