Skip to content

Commit 4747063

Browse files
authored
Bump the sass-parser version (#2697)
Due to a versioning mixup, the if() changes didn't actually get released as part of 0.4.36.
1 parent 2abc89e commit 4747063

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkg/sass-parser/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
## 0.4.36
1+
## 0.4.37
22

33
* Add support for the CSS `if()` expression and its Sass extensions.
44

5+
## 0.4.36
6+
7+
* No user-visible changes.
8+
59
## 0.4.35
610

711
* No user-visible changes.

pkg/sass-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-parser",
3-
"version": "0.4.36",
3+
"version": "0.4.37",
44
"description": "A PostCSS-compatible wrapper of the official Sass parser",
55
"repository": "sass/dart-sass",
66
"author": "Google Inc.",

0 commit comments

Comments
 (0)