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 +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0-beta.16
2
+
3
+ * Upgrade to Sass 1.48.0.
4
+
5
+ * Fix a bug where the compiler could crash when an error was detected in a
6
+ stylesheet provided by string.
7
+
1
8
## 1.0.0-beta.15
2
9
3
10
* Support version 1.0.0-beta.17 of the Sass embedded protocol:
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ packages:
21
21
name: archive
22
22
url: "https://pub.dartlang.org"
23
23
source: hosted
24
- version: "3.1.6 "
24
+ version: "3.1.8 "
25
25
args:
26
26
dependency: transitive
27
27
description:
@@ -308,14 +308,14 @@ packages:
308
308
name: sass
309
309
url: "https://pub.dartlang.org"
310
310
source: hosted
311
- version: "1.45.1 "
311
+ version: "1.48.0 "
312
312
sass_api:
313
313
dependency: "direct main"
314
314
description:
315
315
name: sass_api
316
316
url: "https://pub.dartlang.org"
317
317
source: hosted
318
- version: "1.0.0-beta.24 "
318
+ version: "1.0.0-beta.28 "
319
319
shelf:
320
320
dependency: transitive
321
321
description:
@@ -364,7 +364,7 @@ packages:
364
364
name: source_span
365
365
url: "https://pub.dartlang.org"
366
366
source: hosted
367
- version: "1.8.1 "
367
+ version: "1.8.2 "
368
368
stack_trace:
369
369
dependency: "direct main"
370
370
description:
Original file line number Diff line number Diff line change 1
1
name : sass_embedded
2
- version : 1.0.0-beta.15
2
+ version : 1.0.0-beta.16
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
You can’t perform that action at this time.
0 commit comments