Skip to content

Commit 907ea0a

Browse files
chore(main): release tailwind-csstree 0.3.1 (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc4e117 commit 907ea0a

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/humanwhocodes/tailwind-csstree/compare/tailwind-csstree-v0.3.0...tailwind-csstree-v0.3.1) (2026-04-10)
4+
5+
6+
### Bug Fixes
7+
8+
* Tailwind 4 `[@custom-variant](https://github.com/custom-variant)` parsing for ESLint CSS plugin and expand syntax coverage ([#54](https://github.com/humanwhocodes/tailwind-csstree/issues/54)) ([fc4e117](https://github.com/humanwhocodes/tailwind-csstree/commit/fc4e1172731ce3dd401996c85fd5c4369cae989c))
9+
310
## [0.3.0](https://github.com/humanwhocodes/tailwind-csstree/compare/tailwind-csstree-v0.2.0...tailwind-csstree-v0.3.0) (2026-03-24)
411

512

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@humanwhocodes/tailwind-csstree",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"description": "CSSTree syntax for parsing Tailwind custom syntax.",
66
"exports": "./dist/index.js",
77
"publish": {

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,6 +1,6 @@
11
{
22
"name": "tailwind-csstree",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "CSSTree syntax for parsing Tailwind custom syntax.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)