We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2850839 commit 114fca5Copy full SHA for 114fca5
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# `tailwindcss-rails` Changelog
2
3
+## v4.2.3 / 2025-05-02
4
+
5
+### Improved
6
7
+* The "tailwindcss:upgrade" task now pins to v4.1.4 of the `@tailwindcss/upgrade` tool. #544 @flavorjones
8
9
10
## v4.2.2 / 2025-04-05
11
12
### Improved
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "4.2.2"
+ VERSION = "4.2.3"
end
0 commit comments