Skip to content

Commit 25b0f9e

Browse files
Update peer dependency version to include 4.0.0-beta.1 (#365)
1 parent 383bee7 commit 25b0f9e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
### Fixed
11+
12+
- Support installing with beta versions of Tailwind CSS v4 ([#365](https://github.com/tailwindlabs/tailwindcss-typography/pull/365))
1113

1214
## [0.5.15] - 2024-08-28
1315

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"release-notes": "node ./scripts/release-notes.js"
3131
},
3232
"peerDependencies": {
33-
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20"
33+
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
3434
},
3535
"devDependencies": {
3636
"@mdx-js/loader": "^1.0.19",

0 commit comments

Comments
 (0)