From 711e94accf6181cf6774d09eaa27eadf3dc1af19 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Thu, 17 Apr 2025 04:32:36 -0700 Subject: [ci] release (#3136) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>--- .changeset/dull-penguins-pump.md | 5 ----- examples/tailwind/package.json | 2 +- packages/tailwind/CHANGELOG.md | 6 ++++++ packages/tailwind/package.json | 2 +- pnpm-lock.yaml | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/dull-penguins-pump.md diff --git a/.changeset/dull-penguins-pump.md b/.changeset/dull-penguins-pump.md deleted file mode 100644 index 1b275f83..00000000 --- a/.changeset/dull-penguins-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight-tailwind': patch ---- - -Fixes an issue where all border styles were not reset by the Starlight’s Tailwind compatibility package like in [Tailwind base styles](https://tailwindcss.com/docs/preflight#border-styles-are-reset). diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index e7f57372..a534b07b 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.34.0", - "@astrojs/starlight-tailwind": "^4.0.0", + "@astrojs/starlight-tailwind": "^4.0.1", "@tailwindcss/vite": "^4.0.7", "astro": "^5.6.1", "sharp": "^0.32.5", diff --git a/packages/tailwind/CHANGELOG.md b/packages/tailwind/CHANGELOG.md index c46ef5e6..314748a0 100644 --- a/packages/tailwind/CHANGELOG.md +++ b/packages/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight-tailwind +## 4.0.1 + +### Patch Changes + +- [#3132](https://github.com/withastro/starlight/pull/3132) [`5959919`](https://github.com/withastro/starlight/commit/595991952be1a76cdf54f457c6e4d23b3f2ffec7) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue where all border styles were not reset by the Starlight’s Tailwind compatibility package like in [Tailwind base styles](https://tailwindcss.com/docs/preflight#border-styles-are-reset). + ## 4.0.0 ### Major Changes diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index e01ab2ae..f00b28ee 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight-tailwind", - "version": "4.0.0", + "version": "4.0.1", "description": "Tailwind CSS plugin for the Starlight documentation theme for Astro", "author": "Chris Swithinbank ", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c6136a65..17c279e2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -109,7 +109,7 @@ importers: specifier: ^0.34.0 version: link:../../packages/starlight '@astrojs/starlight-tailwind': - specifier: ^4.0.0 + specifier: ^4.0.1 version: link:../../packages/tailwind '@tailwindcss/vite': specifier: ^4.0.7 -- cgit