Skip to content

Commit 711e94a

Browse files
[ci] release (#3136)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5959919 commit 711e94a

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

‎.changeset/dull-penguins-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎examples/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/starlight": "^0.34.0",
15-
"@astrojs/starlight-tailwind": "^4.0.0",
15+
"@astrojs/starlight-tailwind": "^4.0.1",
1616
"@tailwindcss/vite": "^4.0.7",
1717
"astro": "^5.6.1",
1818
"sharp": "^0.32.5",

‎packages/tailwind/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/starlight-tailwind
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#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).
8+
39
## 4.0.0
410

511
### Major Changes

‎packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/starlight-tailwind",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Tailwind CSS plugin for the Starlight documentation theme for Astro",
55
"author": "Chris Swithinbank <swithinbank@gmail.com>",
66
"license": "MIT",

‎pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)