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

Commit 14264bc

Browse files
committed
Update Dart Sass version and release
1 parent d52222c commit 14264bc

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.56.1
2+
3+
### Embedded Sass
4+
5+
* Importer results now validate that `contents` is actually a string and whether
6+
`sourceMapUrl` is an absolute URL.
7+
18
## 1.56.0
29

310
* **Potentially breaking change:** To match the CSS spec, SassScript expressions

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.56.0"
311+
version: "1.56.1"
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: "4.1.0"
327+
version: "4.1.1"
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.56.0
2+
version: 1.56.1
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.56.0
17+
sass: 1.56.1
1818
sass_api: ^4.0.0
1919
source_span: ^1.1.0
2020
stack_trace: ^1.6.0

0 commit comments

Comments
 (0)