From 63d503fe7a3007d2599ffd059bb23246049ce62f Mon Sep 17 00:00:00 2001 From: Graham Rogers Date: Mon, 8 Aug 2022 15:17:19 +0100 Subject: [PATCH] Update to Tailwind CSS v3.1.8 I need the fix in https://github.com/tailwindlabs/tailwindcss/pull/8687 which was release in v3.1.4. Has there been any thought in decoupling `tailwindcss-rails` releases from Tailwind? It would be nice to be able to use the latest Tailwind release without having to wait for `tailwindcss-rails` to be released. --- 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 7b7e5a9..89e5864 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.3" + VERSION = "v3.1.8" # rubygems platform name => upstream release filename NATIVE_PLATFORMS = {