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+
18## 1.0.0-beta.15
29
310* 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:
2121 name: archive
2222 url: "https://pub.dartlang.org"
2323 source: hosted
24- version: "3.1.6 "
24+ version: "3.1.8 "
2525 args:
2626 dependency: transitive
2727 description:
@@ -308,14 +308,14 @@ packages:
308308 name: sass
309309 url: "https://pub.dartlang.org"
310310 source: hosted
311- version: "1.45.1 "
311+ version: "1.48.0 "
312312 sass_api:
313313 dependency: "direct main"
314314 description:
315315 name: sass_api
316316 url: "https://pub.dartlang.org"
317317 source: hosted
318- version: "1.0.0-beta.24 "
318+ version: "1.0.0-beta.28 "
319319 shelf:
320320 dependency: transitive
321321 description:
@@ -364,7 +364,7 @@ packages:
364364 name: source_span
365365 url: "https://pub.dartlang.org"
366366 source: hosted
367- version: "1.8.1 "
367+ version: "1.8.2 "
368368 stack_trace:
369369 dependency: "direct main"
370370 description:
Original file line number Diff line number Diff line change 11name : sass_embedded
2- version : 1.0.0-beta.15
2+ version : 1.0.0-beta.16
33description : An implementation of the Sass embedded protocol using Dart Sass.
44homepage : https://github.com/sass/dart-sass-embedded
55
You can’t perform that action at this time.
0 commit comments