Skip to content

Commit 114fca5

Browse files
committed
version bump to v4.2.3
1 parent 2850839 commit 114fca5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
310
## v4.2.2 / 2025-04-05
411

512
### Improved

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

0 commit comments

Comments
 (0)