Skip to content

Commit bd754fe

Browse files
Selector Specificity 2.0.0
1 parent 16a4ac0 commit bd754fe

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

package-lock.json

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

packages/selector-specificity/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes to Selector Specificity
22

3-
### Unreleased (major)
3+
### 2.0.0 (June 3, 2022)
44

55
- Breaking: use only named exports instead of `default`
66
- Added: `compare(a, b)` function to compare selectors by specificity

packages/selector-specificity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/selector-specificity",
33
"description": "Determine selector specificity with postcss-selector-parser",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)