From eb2175d9f2a856ffa4f11068b283d7d7cda01c09 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Fri, 17 Jan 2025 08:26:14 -0800 Subject: [ci] release (#2810) Co-authored-by: github-actions[bot] --- .changeset/unlucky-items-notice.md | 5 ----- examples/basics/package.json | 2 +- examples/markdoc/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 6 ++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 7 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/unlucky-items-notice.md diff --git a/.changeset/unlucky-items-notice.md b/.changeset/unlucky-items-notice.md deleted file mode 100644 index 9fce9762..00000000 --- a/.changeset/unlucky-items-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Exposes the [`StarlightIcon`](https://starlight.astro.build/reference/icons/#starlighticon-type) TypeScript type referencing the names of Starlight’s built-in icons. diff --git a/examples/basics/package.json b/examples/basics/package.json index 38b6e5eb..0cc20fdf 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.31.0", + "@astrojs/starlight": "^0.31.1", "astro": "^5.1.5", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index cec3df98..e27f4a74 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.4", - "@astrojs/starlight": "^0.31.0", + "@astrojs/starlight": "^0.31.1", "@astrojs/starlight-markdoc": "^0.2.0", "astro": "^5.1.5", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index ab1d7c0a..9ca0a9d1 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.31.0", + "@astrojs/starlight": "^0.31.1", "@astrojs/starlight-tailwind": "^3.0.0", "@astrojs/tailwind": "^5.1.4", "astro": "^5.1.5", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 9b92b4a2..7ce0dd31 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.31.1 + +### Patch Changes + +- [#2805](https://github.com/withastro/starlight/pull/2805) [`ed6f9fd`](https://github.com/withastro/starlight/commit/ed6f9fd77334c02a75240087d0800ef32f159583) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Exposes the [`StarlightIcon`](https://starlight.astro.build/reference/icons/#starlighticon-type) TypeScript type referencing the names of Starlight’s built-in icons. + ## 0.31.0 ### Minor Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 4ddd2d78..d9542c05 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.31.0", + "version": "0.31.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7964199f..f1c1b7f9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.31.0 + specifier: ^0.31.1 version: link:../../packages/starlight astro: specifier: ^5.1.5 @@ -91,7 +91,7 @@ importers: specifier: ^0.12.4 version: 0.12.5(astro@5.1.5) '@astrojs/starlight': - specifier: ^0.31.0 + specifier: ^0.31.1 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.2.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.31.0 + specifier: ^0.31.1 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^3.0.0 -- cgit