Skip to content

Commit 6df3497

Browse files
authored
Release 1.54.5 (#1785)
1 parent 98f326b commit 6df3497

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
* Don't throw an error when the same module is `@forward`ed multiple times
1616
through a configured module.
1717

18+
### Embedded Sass
19+
20+
* Rather than downloading the embedded compiler for the local platform on
21+
install, the `sass-embedded` npm package now declares optional dependencies on
22+
platform-specific embedded compiler packages.
23+
1824
## 1.54.4
1925

2026
* Improve error messages when passing incorrect units that are also

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.54.5-dev
2+
version: 1.54.5
33
description: A Sass implementation in Dart.
44
homepage: https://github.com/sass/dart-sass
55

0 commit comments

Comments
 (0)