From 8034532bb42ad99a2c973d1e3206b0b6c088add7 Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Wed, 28 Aug 2024 11:43:53 +0200 Subject: [PATCH 1/2] Update peer dependency version to include 4.0.0-alpha.20 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921c2b7..923b50a 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 peer dependency versions to include Tailwind `4.0.0-alpha.20` with 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", From aab34ea20c1c1d9bf8ec7b888d33a41bc3ea9f31 Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Wed, 28 Aug 2024 14:20:31 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Adam Wathan --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 923b50a..f7352c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Update peer dependency versions to include Tailwind `4.0.0-alpha.20` with support for this plugin ([#163](https://github.com/tailwindlabs/tailwindcss-forms/pull/163)) +- 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