From 21e8963397502be5b53d0528751e0020c7538cb1 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sun, 29 Dec 2024 14:01:12 -0500 Subject: [PATCH] version bump to v3.1.0 --- CHANGELOG.md | 9 ++++++++- lib/tailwindcss/version.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d2ec0..3e7a5a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ## next / unreleased -## v3.0.0 +## v3.1.0 / 2024-12-29 + +### Notable changes + +The tailwindcss plugins "form", "typography", and "container-queries" have been dropped from the default generated `tailwind.config.js` file. If you'd like to use them, you can re-add them to your project by uncommenting the appropriate lines in your config file. (#446) @flavorjones + + +## v3.0.0 / 2024-10-15 ### Notable changes diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index 2bc244f..e13fdb7 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "3.0.0" + VERSION = "3.1.0" end