Skip to content

Commit 2a13fdd

Browse files
committed
version bump to v2.7.8
1 parent dbda064 commit 2a13fdd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.7.8 / 2024-10-08
2+
3+
* Fix the scaffold form template to render checkboxes properly. (#416) @enderahmetyurt
4+
5+
16
## v2.7.7 / 2024-10-02
27

38
* Proactively support changes to Rails's authentication templates shipping in Rails 8.0.0.beta2 (which is not yet released). (#407, #408) @seanpdoyle @flavorjones

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.7.6)
4+
tailwindcss-rails (2.7.8)
55
railties (>= 7.0.0)
66

77
GEM

Diff for: lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "2.7.7"
2+
VERSION = "2.7.8"
33
end

0 commit comments

Comments
 (0)