From 92d9b87377a7d79492cdaa61c678a1018b2185a8 Mon Sep 17 00:00:00 2001 From: Marcus Wood Date: Mon, 18 May 2026 11:49:34 +1000 Subject: [PATCH 1/3] Update tailwindcss peer dependency version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24d17e9..7791a45 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "release-notes": "node ./scripts/release-notes.js" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" + "tailwindcss": ">=3.0.0 || >=4.0.0 || insiders" }, "devDependencies": { "@mdx-js/loader": "^1.0.19", From 0c92b52657a33f152a434ea84f8e13b5d97dcee5 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Sun, 24 May 2026 12:27:33 +0200 Subject: [PATCH 2/3] sync `package-lock.json` --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index af9ef28..c32e4ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "tailwindcss": "^3.2.2" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" + "tailwindcss": ">=3.0.0 || >=4.0.0 || insiders" } }, "node_modules/@ampproject/remapping": { From f6d7e73447f24558b93585e5fd6412062fa57afe Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Sun, 24 May 2026 12:30:32 +0200 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f482b04..3daa45b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Nothing yet! +### Fixed + +- Support installing with stable versions of Tailwind CSS v4 ([#424](https://github.com/tailwindlabs/tailwindcss-typography/pull/424)) ## [0.5.19] - 2025-09-24