We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3067e44 commit 68f0bd4Copy full SHA for 68f0bd4
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v2.7.1 / 2024-08-07
2
+
3
+* Update to [Tailwind CSS v3.4.8](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.8) @flavorjones
4
5
6
## v2.7.0 / 2024-08-05
7
8
* Add specialized views for the new authentication generator coming in Rails 8. (#384) @yshmarov @dhh @flavorjones
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tailwindcss-rails (2.6.5)
+ tailwindcss-rails (2.7.1)
railties (>= 7.0.0)
GEM
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "2.7.0"
+ VERSION = "2.7.1"
end
0 commit comments