From 790eb8a933aaa8fa8e40a1c285717685c7292909 Mon Sep 17 00:00:00 2001 From: Goodwine <2022649+Goodwine@users.noreply.github.com> Date: Tue, 8 Nov 2022 17:23:38 -0800 Subject: [PATCH] Update CHANGELOG for embedded-host-node fixes (#1828) --- CHANGELOG.md | 7 +++++++ pkg/sass_api/CHANGELOG.md | 4 ++++ pkg/sass_api/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4813a7e83..523a1a7cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.56.1 + +### Embedded Sass + +* Importer results now validate that `contents` is actually a string and whether + `sourceMapUrl` is an absolute URL. + ## 1.56.0 * **Potentially breaking change:** To match the CSS spec, SassScript expressions diff --git a/pkg/sass_api/CHANGELOG.md b/pkg/sass_api/CHANGELOG.md index 0332fb86d..1155f85eb 100644 --- a/pkg/sass_api/CHANGELOG.md +++ b/pkg/sass_api/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.1.1 + +* No user-visible changes. + ## 4.1.0 * No user-visible changes. diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index dbbca9b7a..8a3e401ed 100644 --- a/pkg/sass_api/pubspec.yaml +++ b/pkg/sass_api/pubspec.yaml @@ -2,7 +2,7 @@ name: sass_api # Note: Every time we add a new Sass AST node, we need to bump the *major* # version because it's a breaking change for anyone who's implementing the # visitor interface(s). -version: 4.1.0 +version: 4.1.1 description: Additional APIs for Dart Sass. homepage: https://github.com/sass/dart-sass @@ -10,7 +10,7 @@ environment: sdk: ">=2.17.0 <3.0.0" dependencies: - sass: 1.56.0 + sass: 1.56.1 dev_dependencies: dartdoc: ^5.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index dd900f2ed..b20562378 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.56.0 +version: 1.56.1 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass