Skip to content

Commit 84c08f8

Browse files
committed
version bump to v2.6.5
1 parent c0e1e52 commit 84c08f8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.6.5 / 2024-07-30
2+
3+
* During installation, clobber the Rails v8 default `bin/dev` file without requiring human intervention. (#385) @jeromedalbert
4+
5+
16
## v2.6.4 / 2024-07-27
27

38
* Update to [Tailwind CSS v3.4.7](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.7) (#383) @flavorjones

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.6.4)
4+
tailwindcss-rails (2.6.5)
55
railties (>= 7.0.0)
66

77
GEM

Diff for: lib/tailwindcss/version.rb

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

0 commit comments

Comments
 (0)