Skip to content

Commit d08ca11

Browse files
committedMar 19, 2025
version bump to v4.2.1
1 parent 9a95ccd commit d08ca11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# `tailwindcss-rails` Changelog
22

3-
## next / unreleased
3+
## v4.2.1 / 2025-03-19
44

55
### Fixed
66

77
* Fix styles for form errors in some scaffold fields. #513 @patriciomacadden
8+
* Update scaffold system tests to handle the "Destroy" confirmation prompt when Turbo is enabled. Fixes #519. #520 @patriciomacadden @flavorjones
89

910

1011
## v4.2.0 / 2025-03-02

‎lib/tailwindcss/version.rb

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

0 commit comments

Comments
 (0)