diff options
author | Houston (Bot) | 2025-04-17 04:32:36 -0700 |
---|---|---|
committer | GitHub | 2025-04-17 13:32:36 +0200 |
commit | 711e94accf6181cf6774d09eaa27eadf3dc1af19 (patch) | |
tree | b1cbbcee5576a37cdb3bc41cb6b5f50efc957f92 | |
parent | 595991952be1a76cdf54f457c6e4d23b3f2ffec7 (diff) | |
download | IT.starlight-711e94accf6181cf6774d09eaa27eadf3dc1af19.tar.gz IT.starlight-711e94accf6181cf6774d09eaa27eadf3dc1af19.tar.bz2 IT.starlight-711e94accf6181cf6774d09eaa27eadf3dc1af19.zip |
[ci] release (#3136)@astrojs/starlight-tailwind@4.0.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/dull-penguins-pump.md | 5 | ||||
-rw-r--r-- | examples/tailwind/package.json | 2 | ||||
-rw-r--r-- | packages/tailwind/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/tailwind/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
5 files changed, 9 insertions, 8 deletions
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 <swithinbank@gmail.com>", "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 |