Skip to content

Commit a1fb3b4

Browse files
committedJul 15, 2024··
version bump to v2.6.2
1 parent 62e347a commit a1fb3b4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.6.2 / 2024-07-15
2+
3+
* Update to [Tailwind CSS v3.4.5](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.5) (#380) @flavorjones
4+
5+
16
## v2.6.1 / 2024-06-05
27

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

‎Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.6.1)
4+
tailwindcss-rails (2.6.2)
55
railties (>= 7.0.0)
66

77
GEM

‎lib/tailwindcss/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "2.6.1"
2+
VERSION = "2.6.2"
33
end

0 commit comments

Comments
 (0)
Please sign in to comment.