Skip to content

Commit 1da9d14

Browse files
Update peer dependency version to include 4.0.0-alpha.20 (#358)
* Update peer dependency version to include 4.0.0-alpha.20 * Update changelog
1 parent 7b43b3b commit 1da9d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
- Nothing yet!
10+
- Update peer dependency versions to include Tailwind `4.0.0-alpha.20` with support for this plugin ([#358](https://github.com/tailwindlabs/tailwindcss-typography/pull/358))
1111

1212
## [0.5.14] - 2024-08-07
1313

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"
33+
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20"
3434
},
3535
"devDependencies": {
3636
"@mdx-js/loader": "^1.0.19",

0 commit comments

Comments
 (0)