Skip to content

Commit 8828ea7

Browse files
committedJan 23, 2025··
version bump to v3.3.1
1 parent 8b31d59 commit 8828ea7

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
## next / unreleased
22

3+
## v3.3.1 / 2025-01-23
4+
5+
* Pin the dependency on `tailwindcss-ruby` to `~> 3.0` to avoid users from upgrading Tailwind while still on v3 of this gem.
6+
7+
While it was useful during the Tailwind v4 beta period to allow users to float this dependency to try upgrading, we know (now that v4.0.0.rc1 of this gem is out) that not everything will work well if combining Tailwind v4 with `tailwindcss-rails` v3. Pinning this dependency should protect developers against unexpected issues.
8+
9+
310
## v3.3.0 / 2025-01-19
411

512
* Add support for using the puma plugin in a standalone puma process (outside of `rails server`). (#458) @flavorjones

‎lib/tailwindcss/version.rb

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

0 commit comments

Comments
 (0)
Please sign in to comment.