From bb231f0e337482ca393b1220facbec45f712f585 Mon Sep 17 00:00:00 2001 From: Oliver Andrich Date: Sun, 21 Apr 2024 16:07:14 +0200 Subject: [PATCH] Bumped version to 2.11.0. --- CHANGELOG.md | 2 +- docs/settings.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2bd704..6b5fc99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2.11.0 (Unreleased) +## 2.11.0 - Switched default configuration for tailwind to the less opinionated default version. diff --git a/docs/settings.md b/docs/settings.md index ae1a73b..c7b1506 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -98,7 +98,7 @@ This configuration uses the management command `tailwind list_templates`, which But it does not work with Sublime Text and the lsp-tailwindcss package or with the various LSP packages for (neo)vim. The reason is, that these intergrations not honoring the active virtual environment when being started. If you have an idea to solve this, patches are welcome. - **With editors besides VS Code please use the simple config at the end of this page.** + **With editors besides VS Code please use the default config.** ```javascript title="tailwind.config.js" /** @type {import('tailwindcss').Config} */ diff --git a/pyproject.toml b/pyproject.toml index 6b2b589..09a27d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-tailwind-cli" -version = "2.10.0" +version = "2.11.0" description = "Django and Tailwind integration based on the prebuilt Tailwind CSS CLI." authors = ["Oliver Andrich "] readme = "README.md"