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

Commit 8056d55

Browse files
committed
Update Dart Sass version and release
1 parent dbc015b commit 8056d55

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.54.9
2+
3+
* Fix an incorrect span in certain `@media` query deprecation warnings.
4+
15
## 1.54.8
26

37
* No user-visible changes.

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ packages:
308308
name: sass
309309
url: "https://pub.dartlang.org"
310310
source: hosted
311-
version: "1.54.8"
311+
version: "1.54.9"
312312
sass_analysis:
313313
dependency: "direct dev"
314314
description:
@@ -324,7 +324,7 @@ packages:
324324
name: sass_api
325325
url: "https://pub.dartlang.org"
326326
source: hosted
327-
version: "3.0.3"
327+
version: "3.0.4"
328328
shelf:
329329
dependency: transitive
330330
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_embedded
2-
version: 1.54.8
2+
version: 1.54.9
33
description: An implementation of the Sass embedded protocol using Dart Sass.
44
homepage: https://github.com/sass/dart-sass-embedded
55

@@ -14,7 +14,7 @@ dependencies:
1414
meta: ^1.1.0
1515
path: ^1.6.0
1616
protobuf: ^2.0.0
17-
sass: 1.54.8
17+
sass: 1.54.9
1818
sass_api: ^3.0.0
1919
source_span: ^1.1.0
2020
stack_trace: ^1.6.0

0 commit comments

Comments
 (0)