Skip to content

Commit dc3ae9a

Browse files
committed
version bump to v2.7.9
1 parent 0c6b495 commit dc3ae9a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.7.9 / 2024-10-10
2+
3+
* Fix the scaffold form template to render text forms and check boxes properly in all versions of Rails. (#418) @Earlopain
4+
5+
16
## v2.7.8 / 2024-10-08
27

38
* Fix the scaffold form template to render checkboxes properly. (#416) @enderahmetyurt

Gemfile.lock

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

77
GEM

lib/tailwindcss/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "2.7.8"
2+
VERSION = "2.7.9"
33
end

0 commit comments

Comments
 (0)