Skip to content

Commit b503c95

Browse files
Update peer dependency version to include 4.0.0-beta.1 (#171)
Same as tailwindlabs/tailwindcss-typography#163 but for beta releases.
1 parent 781de1d commit b503c95

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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 ([#163](https://github.com/tailwindlabs/tailwindcss-forms/pull/163))
1113

1214
## [0.5.9] - 2024-09-05
1315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"format": "prettier . --write"
2929
},
3030
"peerDependencies": {
31-
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20"
31+
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1"
3232
},
3333
"devDependencies": {
3434
"autoprefixer": "^10.4.6",

0 commit comments

Comments
 (0)