Skip to content

Commit 45a77c4

Browse files
authored
chore: release 3.6.9 🚀 (#109)
1 parent a2c495e commit 45a77c4

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [3.6.9](https://github.com/eslint/csstree/compare/css-tree-v3.6.8...css-tree-v3.6.9) (2026-02-07)
4+
5+
6+
### Bug Fixes
7+
8+
* add support for `alpha()` color function ([#107](https://github.com/eslint/csstree/issues/107)) ([b96f42b](https://github.com/eslint/csstree/commit/b96f42b746223a35abe78ee2cc020b57f80d3ec8))
9+
* allow declarations inside nested `[@layer](https://github.com/layer)` rules ([#108](https://github.com/eslint/csstree/issues/108)) ([a9a18dc](https://github.com/eslint/csstree/commit/a9a18dc7cb62cc9281070b2cd052296b9fc16c31))
10+
* correctly parse nested element selectors ([#104](https://github.com/eslint/csstree/issues/104)) ([82729c1](https://github.com/eslint/csstree/commit/82729c1b6612f3322be4ed5e3c3203a8558cc119))
11+
312
## [3.6.8](https://github.com/eslint/csstree/compare/css-tree-v3.6.7...css-tree-v3.6.8) (2025-11-21)
413

514

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": "@eslint/css-tree",
3-
"version": "3.6.8",
3+
"version": "3.6.9",
44
"description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
55
"author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
66
"license": "MIT",

0 commit comments

Comments
 (0)