Skip to content

Commit 4c0d791

Browse files
philipp-spiessadamwathan
andauthoredAug 28, 2024··
Update peer dependency version to include 4.0.0-alpha.20 (#163)
Co-authored-by: Adam Wathan <[email protected]>
1 parent c9d9da3 commit 4c0d791

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+
- Update `tailwindcss` peer dependency to include `4.0.0-alpha.20` which adds support for this plugin ([#163](https://github.com/tailwindlabs/tailwindcss-forms/pull/163))
1113

1214
## [0.5.7] - 2023-11-10
1315

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "tailwindcss -o dist/tailwind.css"
2222
},
2323
"peerDependencies": {
24-
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
24+
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20"
2525
},
2626
"devDependencies": {
2727
"autoprefixer": "^10.4.6",

0 commit comments

Comments
 (0)
Please sign in to comment.