Skip to content

Commit

Permalink
version bump to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 23, 2025
1 parent 8b31d59 commit 8828ea7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## next / unreleased

## v3.3.1 / 2025-01-23

* Pin the dependency on `tailwindcss-ruby` to `~> 3.0` to avoid users from upgrading Tailwind while still on v3 of this gem.

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.


## v3.3.0 / 2025-01-19

* Add support for using the puma plugin in a standalone puma process (outside of `rails server`). (#458) @flavorjones
Expand Down
2 changes: 1 addition & 1 deletion lib/tailwindcss/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tailwindcss
VERSION = "3.3.0"
VERSION = "3.3.1"
end

0 comments on commit 8828ea7

Please sign in to comment.