From a4545258cc6ad4523450f57a72ec258872f6baa7 Mon Sep 17 00:00:00 2001 From: Sass Bot Date: Thu, 9 Jun 2022 00:00:38 +0000 Subject: [PATCH] Update Dart Sass version and release --- CHANGELOG.md | 5 +++++ pubspec.lock | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d6dabb..0d59d043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.52.3 + +* Fix crash when trailing loud comments (`/* ... */`) appear twice in a row + across two different imports which themselves imported the same file each. + ## 1.52.2 * Preserve location of trailing loud comments (`/* ... */`) instead of pushing diff --git a/pubspec.lock b/pubspec.lock index d822be1e..94522355 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -315,7 +315,7 @@ packages: name: sass url: "https://pub.dartlang.org" source: hosted - version: "1.52.2" + version: "1.52.3" sass_analysis: dependency: "direct dev" description: @@ -331,7 +331,7 @@ packages: name: sass_api url: "https://pub.dartlang.org" source: hosted - version: "1.0.0-beta.47" + version: "1.0.0-beta.48" shelf: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e7dee60d..3c0ca652 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass_embedded -version: 1.52.2 +version: 1.52.3 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.52.2 + sass: 1.52.3 sass_api: ^1.0.0-beta.5 source_span: ^1.1.0 stack_trace: ^1.6.0