Skip to content

Commit

Permalink
Release 1.54.5 (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Aug 19, 2022
1 parent 98f326b commit 6df3497
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,12 @@
* Don't throw an error when the same module is `@forward`ed multiple times
through a configured module.

### Embedded Sass

* Rather than downloading the embedded compiler for the local platform on
install, the `sass-embedded` npm package now declares optional dependencies on
platform-specific embedded compiler packages.

## 1.54.4

* Improve error messages when passing incorrect units that are also
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: sass
version: 1.54.5-dev
version: 1.54.5
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass

Expand Down

0 comments on commit 6df3497

Please sign in to comment.