Skip to content

Commit

Permalink
Bumped version to 2.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverandrich committed Apr 21, 2024
1 parent ca0cc8a commit bb231f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.11.0 (Unreleased)
## 2.11.0

- Switched default configuration for tailwind to the less opinionated default version.

Expand Down
2 changes: 1 addition & 1 deletion docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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} */
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit bb231f0

Please sign in to comment.