Skip to content

Commit

Permalink
Merge branch 'main' into fix-shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Aug 1, 2024
2 parents 31c624e + 8541f80 commit 1859528
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

### Embedded Sass

* Explicitly expose a `sass` executable from the `sass-embedded` npm package.
This was intended to be included in 1.63.0, but due to the way
platform-specific dependency executables are installed it did not work as
intended. Now users can run `npx sass` for local installs or just `sass` when
`sass-embedded` is installed globally.

* Fix an edge case where the Dart VM could hang when shutting down when requests
were in flight.


## 1.77.8

* No user-visible changes.
Expand Down
2 changes: 1 addition & 1 deletion pkg/sass_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
sass: 1.78.0-dev
sass: 1.78.0

dev_dependencies:
dartdoc: ">=6.0.0 <9.0.0"
Expand Down

0 comments on commit 1859528

Please sign in to comment.