From 84c08f81ae2d65f6522d679711d6a8976978b158 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Tue, 30 Jul 2024 14:19:58 -0400 Subject: [PATCH] version bump to v2.6.5 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- lib/tailwindcss/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 682ac6a..e125925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.6.5 / 2024-07-30 + +* During installation, clobber the Rails v8 default `bin/dev` file without requiring human intervention. (#385) @jeromedalbert + + ## v2.6.4 / 2024-07-27 * Update to [Tailwind CSS v3.4.7](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.7) (#383) @flavorjones diff --git a/Gemfile.lock b/Gemfile.lock index 1159270..331eb72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tailwindcss-rails (2.6.4) + tailwindcss-rails (2.6.5) railties (>= 7.0.0) GEM diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index 7d02f5f..17119e4 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "2.6.4" + VERSION = "2.6.5" end