Skip to content

Commit 2c8fca4

Browse files
committed
Update Dart Sass version and release
1 parent 583b898 commit 2c8fca4

File tree

20 files changed

+45
-41
lines changed

20 files changed

+45
-41
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.95.1
2+
3+
* No user-visible changes.
4+
15
## 1.95.0
26

37
* Add support for the [CSS-style `if()` function]. In addition to supporting the
@@ -14,7 +18,7 @@
1418
to the new CSS syntax. `if($condition, $if-true, $if-false)` can be changed to
1519
`if(sass($condition): $if-true; else: $if-false)`.
1620

17-
See [the Sass website](https://sass-lang.com/d/css-if) for details.
21+
See [the Sass website](https://sass-lang.com/d/if-function) for details.
1822

1923
* Plain-CSS `if()` functions are now considered "special numbers", meaning that
2024
they can be used in place of arguments to CSS color functions.

npm/all-unknown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-all-unknown",
3-
"version": "1.95.0",
3+
"version": "1.95.1",
44
"description": "The pure js optional dependency for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",
@@ -12,6 +12,6 @@
1212
"!x64"
1313
],
1414
"dependencies": {
15-
"sass": "1.95.0"
15+
"sass": "1.95.1"
1616
}
1717
}

npm/android-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-arm",
3-
"version": "1.95.0",
3+
"version": "1.95.1",
44
"description": "The android-arm binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-arm64",
3-
"version": "1.95.0",
3+
"version": "1.95.1",
44
"description": "The android-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-riscv64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-riscv64",
3-
"version": "1.95.0",
3+
"version": "1.95.1",
44
"description": "The android-riscv64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-x64",
3-
"version": "1.95.0",
3+
"version": "1.95.1",
44
"description": "The android-x64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-darwin-arm64",
3-
"version": "1.95.0",
3+
"version": "1.95.1",
44
"description": "The darwin-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-darwin-x64",
3-
"version": "1.95.0",
3+
"version": "1.95.1",
44
"description": "The darwin-x64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-arm",
3-
"version": "1.95.0",
3+
"version": "1.95.1",
44
"description": "The linux-arm binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-arm64",
3-
"version": "1.95.0",
3+
"version": "1.95.1",
44
"description": "The linux-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

0 commit comments

Comments
 (0)