We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9134900 commit 4249afaCopy full SHA for 4249afa
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v2.7.0 / 2024-08-05
2
+
3
+* Add specialized views for the new authentication generator coming in Rails 8. (#384) @yshmarov @dhh @flavorjones
4
5
6
## v2.6.5 / 2024-07-30
7
8
* During installation, clobber the Rails v8 default `bin/dev` file without requiring human intervention. (#385) @jeromedalbert
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "2.6.5"
+ VERSION = "2.7.0"
end
0 commit comments