From dc3ae9a994a1dc99f5eae7accee6029ec3c5d59a Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 10 Oct 2024 14:00:32 -0400 Subject: [PATCH] version bump to v2.7.9 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- lib/tailwindcss/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3295be9..b996fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.7.9 / 2024-10-10 + +* Fix the scaffold form template to render text forms and check boxes properly in all versions of Rails. (#418) @Earlopain + + ## v2.7.8 / 2024-10-08 * Fix the scaffold form template to render checkboxes properly. (#416) @enderahmetyurt diff --git a/Gemfile.lock b/Gemfile.lock index a629281..7ef04d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tailwindcss-rails (2.7.8) + tailwindcss-rails (2.7.9) railties (>= 7.0.0) GEM diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index 49a6721..b0236c5 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "2.7.8" + VERSION = "2.7.9" end