Skip to content

Commit 86252fd

Browse files
committed
chore(release): v3.7.7
1 parent f2f7b28 commit 86252fd

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v3.7.7
4+
5+
[compare changes](https://github.com/schoero/eslint-plugin-better-tailwindcss/compare/v3.7.6...v3.7.7)
6+
7+
### Fixes
8+
9+
- Compound variants with slots class string not being detected ([#219](https://github.com/schoero/eslint-plugin-better-tailwindcss/pull/219))
10+
11+
### ❤️ Contributors
12+
13+
- tim-spitzer-syzygy ([@tim-spitzer-syzygy](https://github.com/tim-spitzer-syzygy))
14+
315
## v3.7.6
416

517
[compare changes](https://github.com/schoero/eslint-plugin-better-tailwindcss/compare/v3.7.5...v3.7.6)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.7.6",
2+
"version": "3.7.7",
33
"type": "module",
44
"name": "eslint-plugin-better-tailwindcss",
55
"description": "auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.",

0 commit comments

Comments
 (0)