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

Commit 5821df1

Browse files
committed
Update Dart Sass version and release
1 parent 5202161 commit 5821df1

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.54.6
2+
3+
* Fix a bug where a `@media` query could be incorrectly omitted from a
4+
stylesheet if it had multiple levels of nested `@media` queries within it
5+
*and* the inner queries were mergeable but the outer query was not.
6+
17
## 1.54.5
28

39
* Properly consider `a ~ c` to be a superselector of `a ~ b ~ c` and `a + b +

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ packages:
315315
name: sass
316316
url: "https://pub.dartlang.org"
317317
source: hosted
318-
version: "1.54.5"
318+
version: "1.54.6"
319319
sass_analysis:
320320
dependency: "direct dev"
321321
description:
@@ -331,7 +331,7 @@ packages:
331331
name: sass_api
332332
url: "https://pub.dartlang.org"
333333
source: hosted
334-
version: "3.0.0"
334+
version: "3.0.1"
335335
shelf:
336336
dependency: transitive
337337
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.5
2+
version: 1.54.6
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.5
17+
sass: 1.54.6
1818
sass_api: ^3.0.0
1919
source_span: ^1.1.0
2020
stack_trace: ^1.6.0

0 commit comments

Comments
 (0)