This repository was archived by the owner on May 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.54.4
2
+
3
+ * Improve error messages when passing incorrect units that are also
4
+ out-of-bounds to various color functions.
5
+
1
6
## 1.54.3
2
7
3
8
* Release a native ARM64 executable for Mac OS.
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ packages:
315
315
name: sass
316
316
url: "https://pub.dartlang.org"
317
317
source: hosted
318
- version: "1.54.3 "
318
+ version: "1.54.4 "
319
319
sass_analysis:
320
320
dependency: "direct dev"
321
321
description:
@@ -331,7 +331,7 @@ packages:
331
331
name: sass_api
332
332
url: "https://pub.dartlang.org"
333
333
source: hosted
334
- version: "2.0.3 "
334
+ version: "2.0.4 "
335
335
shelf:
336
336
dependency: transitive
337
337
description:
Original file line number Diff line number Diff line change 1
1
name : sass_embedded
2
- version : 1.54.3
2
+ version : 1.54.4
3
3
description : An implementation of the Sass embedded protocol using Dart Sass.
4
4
homepage : https://github.com/sass/dart-sass-embedded
5
5
@@ -14,7 +14,7 @@ dependencies:
14
14
meta : ^1.1.0
15
15
path : ^1.6.0
16
16
protobuf : ^2.0.0
17
- sass : 1.54.3
17
+ sass : 1.54.4
18
18
sass_api : ^2.0.0
19
19
source_span : ^1.1.0
20
20
stack_trace : ^1.6.0
You can’t perform that action at this time.
0 commit comments