From ab105c33053d4e808f24cc3ac9ce64daa9247643 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Tue, 23 Jul 2024 06:55:31 -0700 Subject: [ci] release (#2142) Co-authored-by: github-actions[bot] --- .changeset/mean-tigers-hunt.md | 5 ----- .changeset/soft-bananas-develop.md | 5 ----- examples/basics/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 8 ++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 7 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 .changeset/mean-tigers-hunt.md delete mode 100644 .changeset/soft-bananas-develop.md diff --git a/.changeset/mean-tigers-hunt.md b/.changeset/mean-tigers-hunt.md deleted file mode 100644 index c64abfa7..00000000 --- a/.changeset/mean-tigers-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Adds support for markdown formatting in aside titles diff --git a/.changeset/soft-bananas-develop.md b/.changeset/soft-bananas-develop.md deleted file mode 100644 index 181ed5cc..00000000 --- a/.changeset/soft-bananas-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Adds Pinterest social icon diff --git a/examples/basics/package.json b/examples/basics/package.json index 75a75be4..74a81825 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.25.1", + "@astrojs/starlight": "^0.25.2", "astro": "^4.10.2", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 27de9310..9c0bfdf9 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.25.1", + "@astrojs/starlight": "^0.25.2", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.10.2", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index bf0b7645..9e962ac2 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.25.2 + +### Patch Changes + +- [#2126](https://github.com/withastro/starlight/pull/2126) [`ada51ee`](https://github.com/withastro/starlight/commit/ada51ee1500d07c1819059f57e97dc6e97b4d2ba) Thanks [@essential-randomness](https://github.com/essential-randomness)! - Adds support for markdown formatting in aside titles + +- [#2135](https://github.com/withastro/starlight/pull/2135) [`9bbb969`](https://github.com/withastro/starlight/commit/9bbb9690616f79a80f3d286082b2500457bbcae9) Thanks [@oluwatobiss](https://github.com/oluwatobiss)! - Adds Pinterest social icon + ## 0.25.1 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 85669d08..6c8e7601 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.25.1", + "version": "0.25.2", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 43b8fef3..da143b36 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.25.1 + specifier: ^0.25.2 version: link:../../packages/starlight astro: specifier: ^4.10.2 @@ -85,7 +85,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.25.1 + specifier: ^0.25.2 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 -- cgit