Skip to content

Commit

Permalink
@csstools/selector-resolve-nested v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Feb 1, 2024
1 parent 67acd34 commit 29e500d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/selector-resolve-nested/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changes to Selector Resolve Nested

## Unreleased (minor)
## 1.1.0

_February 1, 2024_

- Add `flattenNestedSelector` function to support more kinds of static analysis for nested selectors.

Expand Down
2 changes: 1 addition & 1 deletion packages/selector-resolve-nested/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@csstools/selector-resolve-nested",
"description": "Resolve nested CSS selectors",
"version": "1.0.3",
"version": "1.1.0",
"contributors": [
{
"name": "Antonio Laguna",
Expand Down

0 comments on commit 29e500d

Please sign in to comment.