From 33e6719c1bc328a2837dd2b71656774a0aacfadc Mon Sep 17 00:00:00 2001 From: Dom Christie Date: Wed, 19 Oct 2022 16:08:47 -0700 Subject: [PATCH 1/2] Update tailwind to version 3.2 --- lib/tailwindcss/upstream.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tailwindcss/upstream.rb b/lib/tailwindcss/upstream.rb index 89e58649..305091f5 100644 --- a/lib/tailwindcss/upstream.rb +++ b/lib/tailwindcss/upstream.rb @@ -1,7 +1,7 @@ module Tailwindcss # constants describing the upstream tailwindcss project module Upstream - VERSION = "v3.1.8" + VERSION = "v3.2.0" # rubygems platform name => upstream release filename NATIVE_PLATFORMS = { From ceb7304c4b10232175d9105a4edcfa9661279fef Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 20 Oct 2022 10:14:48 -0400 Subject: [PATCH 2/2] doc: update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fdb1b6..52f97690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## next / unreleased + +* Update to [Tailwind CSS v3.2.0](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.0) by [@domchristie](https://github.com/domchristie) in [#209](https://github.com/rails/tailwindcss-rails/pull/209). + + ## v2.0.14 / 2022-09-19 * Work around [upstream rubygems issue](https://github.com/rubygems/rubygems/issues/5938) on `musl` platforms. [[#200](https://github.com/rails/tailwindcss-rails/issues/200)]