diff --git a/.changeset/mean-tigers-hunt.md b/.changeset/mean-tigers-hunt.md deleted file mode 100644 index c64abfa78b..0000000000 --- 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 181ed5cc04..0000000000 --- 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 75a75be480..74a818256e 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 27de931017..9c0bfdf9d8 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 bf0b7645fb..9e962ac2cd 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 85669d08a6..6c8e76011e 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 43b8fef383..da143b366d 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