From a648c2c13caf7b62ac4a2ce221c5322caed0d985 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 27 Oct 2023 13:56:30 -0400 Subject: [PATCH] dep: tailwindcss 3.3.5 (from 3.3.3) --- CHANGELOG.md | 6 ++++++ lib/tailwindcss/upstream.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c755e5..fe3cb3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## next / unreleased + +* Update to [Tailwind CSS v3.3.5](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.5) from v3.3.3 by @flavorjones + * Also see [v3.3.4 release notes](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.4) + + ## v2.0.31 / 2023-10-10 * Update Procfile.dev to run foreman with `--open` option allowing remote sessions with `rdbg --attach` (#281) by @duduribeiro diff --git a/lib/tailwindcss/upstream.rb b/lib/tailwindcss/upstream.rb index 62ed8fc..83f4dae 100644 --- a/lib/tailwindcss/upstream.rb +++ b/lib/tailwindcss/upstream.rb @@ -1,7 +1,7 @@ module Tailwindcss # constants describing the upstream tailwindcss project module Upstream - VERSION = "v3.3.3" + VERSION = "v3.3.5" # rubygems platform name => upstream release filename NATIVE_PLATFORMS = {