diff options
author | Houston (Bot) | 2023-08-10 15:29:29 -0700 |
---|---|---|
committer | GitHub | 2023-08-11 00:29:29 +0200 |
commit | 4027f222e4212517cd94c0e651c1f50413f83e1d (patch) | |
tree | 608fdae5e12938f0d3cc010048427b05b89ba6be | |
parent | 64b76849185a401b6a81ebdff138720e614fd9e5 (diff) | |
download | IT.starlight-4027f222e4212517cd94c0e651c1f50413f83e1d.tar.gz IT.starlight-4027f222e4212517cd94c0e651c1f50413f83e1d.tar.bz2 IT.starlight-4027f222e4212517cd94c0e651c1f50413f83e1d.zip |
[ci] release (#490)@astrojs/starlight@0.7.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/clean-baboons-own.md | 5 | ||||
-rw-r--r-- | .changeset/three-bobcats-lay.md | 5 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | examples/tailwind/package.json | 2 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 26 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 12 |
7 files changed, 26 insertions, 28 deletions
diff --git a/.changeset/clean-baboons-own.md b/.changeset/clean-baboons-own.md deleted file mode 100644 index bb74830e..00000000 --- a/.changeset/clean-baboons-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Improved accessibility of LinkCard by only including the title as part of the link text, and using a pseudo-element to keep the card clickable. diff --git a/.changeset/three-bobcats-lay.md b/.changeset/three-bobcats-lay.md deleted file mode 100644 index 65facc64..00000000 --- a/.changeset/three-bobcats-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Respect `hidden` sidebar frontmatter property when no sidebar configuration is provided diff --git a/examples/basics/package.json b/examples/basics/package.json index c99859ed..4960a612 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.7.0", + "@astrojs/starlight": "^0.7.1", "astro": "^2.10.5", "sharp": "^0.32.3" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 29f7a76f..63fc904c 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.7.0", + "@astrojs/starlight": "^0.7.1", "@astrojs/starlight-tailwind": "^1.0.0", "@astrojs/tailwind": "^4.0.0", "astro": "^2.10.3", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index e5ef734a..87bad3d9 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.7.1 + +### Patch Changes + +- [#488](https://github.com/withastro/starlight/pull/488) [`da35556`](https://github.com/withastro/starlight/commit/da35556eb95f2d397dfce03cc4acfacb0dcf1e89) Thanks [@mayank99](https://github.com/mayank99)! - Improved accessibility of LinkCard by only including the title as part of the link text, and using a pseudo-element to keep the card clickable. + +- [#489](https://github.com/withastro/starlight/pull/489) [`35cd82e`](https://github.com/withastro/starlight/commit/35cd82e7f8622772a5155add99ad8baf61ae08a1) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Respect `hidden` sidebar frontmatter property when no sidebar configuration is provided + ## 0.7.0 ### Minor Changes @@ -22,16 +30,16 @@ ```css :root { - --sl-hue-accent: 234; - --sl-color-accent-low: hsl(var(--sl-hue-accent), 54%, 20%); - --sl-color-accent: hsl(var(--sl-hue-accent), 100%, 60%); - --sl-color-accent-high: hsl(var(--sl-hue-accent), 100%, 87%); + --sl-hue-accent: 234; + --sl-color-accent-low: hsl(var(--sl-hue-accent), 54%, 20%); + --sl-color-accent: hsl(var(--sl-hue-accent), 100%, 60%); + --sl-color-accent-high: hsl(var(--sl-hue-accent), 100%, 87%); } :root[data-theme='light'] { - --sl-color-accent-high: hsl(var(--sl-hue-accent), 80%, 30%); - --sl-color-accent: hsl(var(--sl-hue-accent), 90%, 60%); - --sl-color-accent-low: hsl(var(--sl-hue-accent), 88%, 90%); + --sl-color-accent-high: hsl(var(--sl-hue-accent), 80%, 30%); + --sl-color-accent: hsl(var(--sl-hue-accent), 90%, 60%); + --sl-color-accent-low: hsl(var(--sl-hue-accent), 88%, 90%); } ``` @@ -410,8 +418,8 @@ ```json { - "search.label": "Suchen", - "search.shortcutLabel": "(Drücke / zum Suchen)" + "search.label": "Suchen", + "search.shortcutLabel": "(Drücke / zum Suchen)" } ``` diff --git a/packages/starlight/package.json b/packages/starlight/package.json index deea9264..e67e4b34 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.7.0", + "version": "0.7.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cea615a6..411823e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,5 @@ lockfileVersion: '6.0' -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - importers: .: @@ -103,7 +99,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.7.0 + specifier: ^0.7.1 version: link:../../packages/starlight astro: specifier: ^2.10.5 @@ -115,7 +111,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.7.0 + specifier: ^0.7.1 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^1.0.0 @@ -7013,3 +7009,7 @@ packages: /zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false |