Skip to content

Commit 1d74355

Browse files
chore: release 3.6.3 🚀 (#65)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 94249a2 commit 1d74355

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.2"
2+
".": "3.6.3"
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+
## [3.6.3](https://github.com/eslint/csstree/compare/css-tree-v3.6.2...css-tree-v3.6.3) (2025-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* expand nested CSS combinator selectors support in block parsing ([#64](https://github.com/eslint/csstree/issues/64)) ([94249a2](https://github.com/eslint/csstree/commit/94249a24949cd0755ba7e415f6d655ddbeea2bac))
9+
310
## [3.6.2](https://github.com/eslint/csstree/compare/css-tree-v3.6.1...css-tree-v3.6.2) (2025-07-21)
411

512

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.2",
3+
"version": "3.6.3",
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 <[email protected]> (https://github.com/lahmatiy)",
66
"license": "MIT",

0 commit comments

Comments
 (0)