Skip to content

Commit 2b2cb3e

Browse files
committed
Update Dart Sass version and release
1 parent 53c98c0 commit 2b2cb3e

File tree

20 files changed

+62
-40
lines changed

20 files changed

+62
-40
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 1.94.2
2+
3+
### Command-Line Interface
4+
5+
* Using `--fatal-deprecation <version>` no longer emits warnings about
6+
deprecations that are obsolete.
7+
8+
### Dart API
9+
10+
* `Deprecation.forVersion` now excludes obsolete deprecations from the set it
11+
returns.
12+
13+
### JS API
14+
15+
* Excludes obsolete deprecations from `fatalDeprecations` when a `Version` is
16+
passed.
17+
18+
### Node.js Embedded Host
19+
20+
* Fix a bug where a variable could be used before it was initialized during
21+
async compilation.
22+
123
## 1.94.1
224

325
* No user-visible changes.

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.94.1",
3+
"version": "1.94.2",
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.94.1"
15+
"sass": "1.94.2"
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.94.1",
3+
"version": "1.94.2",
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.94.1",
3+
"version": "1.94.2",
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.94.1",
3+
"version": "1.94.2",
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.94.1",
3+
"version": "1.94.2",
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.94.1",
3+
"version": "1.94.2",
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.94.1",
3+
"version": "1.94.2",
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.94.1",
3+
"version": "1.94.2",
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.94.1",
3+
"version": "1.94.2",
44
"description": "The linux-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

0 commit comments

Comments
 (0)