diff --git a/CHANGELOG.md b/CHANGELOG.md index 921c2b7..f7352c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Nothing yet! +### Fixed + +- 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)) ## [0.5.7] - 2023-11-10 diff --git a/package.json b/package.json index c34c6da..ad1c664 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "build": "tailwindcss -o dist/tailwind.css" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1" + "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20" }, "devDependencies": { "autoprefixer": "^10.4.6",