From b5f18fd196594b2bf109ba8dc05143f9ac36913e Mon Sep 17 00:00:00 2001 From: Miha Rekar Date: Fri, 4 Apr 2025 18:12:51 +0200 Subject: [PATCH] dep: update to Tailwind CSS v4.1.2 https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.1.2 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- lib/tailwindcss/ruby/upstream.rb | 2 +- lib/tailwindcss/ruby/version.rb | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f68de..08ee672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # tailwindcss-ruby changelog +## v4.1.2 + +* Update to [Tailwind CSS v4.1.2](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.1.2) @miharekar + + ## v4.0.17 * Update to [Tailwind CSS v4.0.17](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.17) @flavorjones diff --git a/Gemfile.lock b/Gemfile.lock index 9a6c87d..68fe32c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tailwindcss-ruby (4.0.17) + tailwindcss-ruby (4.1.2) GEM remote: https://rubygems.org/ diff --git a/lib/tailwindcss/ruby/upstream.rb b/lib/tailwindcss/ruby/upstream.rb index a818610..120a0cc 100644 --- a/lib/tailwindcss/ruby/upstream.rb +++ b/lib/tailwindcss/ruby/upstream.rb @@ -1,7 +1,7 @@ module Tailwindcss module Ruby module Upstream - VERSION = "v4.0.17" + VERSION = "v4.1.2" # rubygems platform name => upstream release filename NATIVE_PLATFORMS = { diff --git a/lib/tailwindcss/ruby/version.rb b/lib/tailwindcss/ruby/version.rb index 391d021..3d2e009 100644 --- a/lib/tailwindcss/ruby/version.rb +++ b/lib/tailwindcss/ruby/version.rb @@ -2,6 +2,6 @@ module Tailwindcss module Ruby - VERSION = "4.0.17" + VERSION = "4.1.2" end end