Skip to content

Commit

Permalink
version bump to v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jul 15, 2024
1 parent 62e347a commit a1fb3b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.6.2 / 2024-07-15

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


## v2.6.1 / 2024-06-05

* Update to [Tailwind CSS v3.4.4](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.4) (#373) @flavorjones
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tailwindcss-rails (2.6.1)
tailwindcss-rails (2.6.2)
railties (>= 7.0.0)

GEM
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 = "2.6.1"
VERSION = "2.6.2"
end

0 comments on commit a1fb3b4

Please sign in to comment.