We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383bee7 commit 25b0f9eCopy full SHA for 25b0f9e
CHANGELOG.md
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
-- Nothing yet!
+### Fixed
11
+
12
+- Support installing with beta versions of Tailwind CSS v4 ([#365](https://github.com/tailwindlabs/tailwindcss-typography/pull/365))
13
14
## [0.5.15] - 2024-08-28
15
package.json
@@ -30,7 +30,7 @@
30
"release-notes": "node ./scripts/release-notes.js"
31
},
32
"peerDependencies": {
33
- "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20"
+ "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
34
35
"devDependencies": {
36
"@mdx-js/loader": "^1.0.19",
0 commit comments