Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Update Dart Sass version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
sassbot committed Apr 7, 2022
1 parent a5d370c commit 3950072
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.50.0

* `@extend` now treats [`:where()`] the same as `:is()`.

[`:where()`]: https://developer.mozilla.org/en-US/docs/Web/CSS/:where

### Command Line Interface

* Closing the standard input stream will now cause the `--watch` command to stop
running.

### Embedded Sass

* Fix a bug where the JS embedded host crashed when invoking a legacy importer
after resolving a relative filesystem import.

* Improve error messages when returning non-`Object` values from legacy
importers.

## 1.49.11

* Add support for 64-bit ARM releases on Linux.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.9.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -315,7 +315,7 @@ packages:
name: sass
url: "https://pub.dartlang.org"
source: hosted
version: "1.49.11"
version: "1.50.0"
sass_analysis:
dependency: "direct dev"
description:
Expand All @@ -331,7 +331,7 @@ packages:
name: sass_api
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0-beta.40"
version: "1.0.0-beta.41"
shelf:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass_embedded
version: 1.49.11
version: 1.50.0
description: An implementation of the Sass embedded protocol using Dart Sass.
homepage: https://github.com/sass/dart-sass-embedded

Expand All @@ -14,7 +14,7 @@ dependencies:
meta: ^1.1.0
path: ^1.6.0
protobuf: ^2.0.0
sass: 1.49.11
sass: 1.50.0
sass_api: ^1.0.0-beta.5
source_span: ^1.1.0
stack_trace: ^1.6.0
Expand Down

0 comments on commit 3950072

Please sign in to comment.