From d79c77bf020a201caceb32381dee7e93c0b0362f Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Mon, 2 Sep 2024 06:23:15 -0700 Subject: [ci] release (#2274) Co-authored-by: github-actions[bot] --- .changeset/fifty-gorillas-study.md | 5 ----- .changeset/rude-pets-complain.md | 5 ----- .changeset/sixty-knives-occur.md | 5 ----- .changeset/slimy-beers-report.md | 5 ----- .changeset/ten-rats-accept.md | 5 ----- examples/basics/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 14 ++++++++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 10 files changed, 19 insertions(+), 30 deletions(-) delete mode 100644 .changeset/fifty-gorillas-study.md delete mode 100644 .changeset/rude-pets-complain.md delete mode 100644 .changeset/sixty-knives-occur.md delete mode 100644 .changeset/slimy-beers-report.md delete mode 100644 .changeset/ten-rats-accept.md diff --git a/.changeset/fifty-gorillas-study.md b/.changeset/fifty-gorillas-study.md deleted file mode 100644 index eb4bf249..00000000 --- a/.changeset/fifty-gorillas-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes type error when using Starlight with Astro v4.15 diff --git a/.changeset/rude-pets-complain.md b/.changeset/rude-pets-complain.md deleted file mode 100644 index 2479eab7..00000000 --- a/.changeset/rude-pets-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Adds TikTok social icon diff --git a/.changeset/sixty-knives-occur.md b/.changeset/sixty-knives-occur.md deleted file mode 100644 index fd910810..00000000 --- a/.changeset/sixty-knives-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Adds new icon: `jsr` diff --git a/.changeset/slimy-beers-report.md b/.changeset/slimy-beers-report.md deleted file mode 100644 index b4214f62..00000000 --- a/.changeset/slimy-beers-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Removes internal E2E tests from the package published to the npm registry. diff --git a/.changeset/ten-rats-accept.md b/.changeset/ten-rats-accept.md deleted file mode 100644 index 8fb0c418..00000000 --- a/.changeset/ten-rats-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue preventing to use the `class` attribute in hero action link buttons. diff --git a/examples/basics/package.json b/examples/basics/package.json index b680595d..3a25e009 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.26.1", + "@astrojs/starlight": "^0.26.2", "astro": "^4.10.2", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 8a0f542a..a6cca0b0 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.26.1", + "@astrojs/starlight": "^0.26.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 5b48ed95..bb0bbbc2 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,19 @@ # @astrojs/starlight +## 0.26.2 + +### Patch Changes + +- [#2273](https://github.com/withastro/starlight/pull/2273) [`746e0cd`](https://github.com/withastro/starlight/commit/746e0cd301f4ac4a182e8c45b36865c61d208b77) Thanks [@delucis](https://github.com/delucis)! - Fixes type error when using Starlight with Astro v4.15 + +- [#2265](https://github.com/withastro/starlight/pull/2265) [`25b661e`](https://github.com/withastro/starlight/commit/25b661e238cdc6c08ef79504fa5507d879c0f62d) Thanks [@SeraphicRav](https://github.com/SeraphicRav)! - Adds TikTok social icon + +- [#2272](https://github.com/withastro/starlight/pull/2272) [`d1969dd`](https://github.com/withastro/starlight/commit/d1969dde2ea8ece6ce9d439eae12d9c63c2201d7) Thanks [@o-az](https://github.com/o-az)! - Adds new icon: `jsr` + +- [#2250](https://github.com/withastro/starlight/pull/2250) [`c0a6166`](https://github.com/withastro/starlight/commit/c0a6166bb280e2d70060b68cdf6ee166812c82d2) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Removes internal E2E tests from the package published to the npm registry. + +- [#2253](https://github.com/withastro/starlight/pull/2253) [`72bc76a`](https://github.com/withastro/starlight/commit/72bc76a28f5c1b050d8125d80c6146526b699600) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue preventing to use the `class` attribute in hero action link buttons. + ## 0.26.1 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 52c80977..61f7bb11 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.26.1", + "version": "0.26.2", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 084b3e45..69833878 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.26.1 + specifier: ^0.26.2 version: link:../../packages/starlight astro: specifier: ^4.10.2 @@ -85,7 +85,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.26.1 + specifier: ^0.26.2 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 -- cgit