Update Dart Sass version and release

This commit is contained in:
Sass Bot 2022-08-03 23:52:13 +00:00
parent 9bc9f49e2d
commit a20673acb1
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
## 1.54.2
* No user-visible changes.
## 1.54.1
* When unifying selectors for `@extend` and `selector.unify()`, ensure that

View File

@ -315,7 +315,7 @@ packages:
name: sass
url: "https://pub.dartlang.org"
source: hosted
version: "1.54.1"
version: "1.54.2"
sass_analysis:
dependency: "direct dev"
description:
@ -331,7 +331,7 @@ packages:
name: sass_api
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
version: "2.0.2"
shelf:
dependency: transitive
description:

View File

@ -1,5 +1,5 @@
name: sass_embedded
version: 1.54.1
version: 1.54.2
description: An implementation of the Sass embedded protocol using Dart Sass.
homepage: https://github.com/sass/dart-sass-embedded
@ -14,7 +14,7 @@ dependencies:
meta: ^1.1.0
path: ^1.6.0
protobuf: ^2.0.0
sass: 1.54.1
sass: 1.54.2
sass_api: ^2.0.0
source_span: ^1.1.0
stack_trace: ^1.6.0