Skip to content

Commit f722f19

Browse files
committed
version bump to v4.2.2
1 parent 1d2333a commit f722f19

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# `tailwindcss-rails` Changelog
22

3+
## v4.2.2 / 2025-04-05
4+
5+
### Improved
6+
7+
* The "tailwindcss:upgrade" task now uses the latest version of the `@tailwindcss/upgrade` tool. #529 @flavorjones
8+
* The "verbose" flag on Rails tasks now emits additional tailwind CLI debugging info (e.g., `bin/rails tailwindcss:build[verbose]`). #530 @flavorjones
9+
* Simplified the scaffold templates, removing unnecessary `div` tags. @523 @patriciomacadden
10+
11+
312
## v4.2.1 / 2025-03-19
413

514
### Fixed

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 (4.2.0)
4+
tailwindcss-rails (4.2.2)
55
railties (>= 7.0.0)
66
tailwindcss-ruby (~> 4.0)
77

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.1"
2+
VERSION = "4.2.2"
33
end

0 commit comments

Comments
 (0)