diff --git a/CHANGELOG.md b/CHANGELOG.md index 539705f1e..372785fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.80.5 + +### Embedded Host + +* Don't produce phantom `@import` deprecations when using an importer with the + legacy API. + ## 1.80.4 * No user-visible changes. diff --git a/pkg/sass-parser/CHANGELOG.md b/pkg/sass-parser/CHANGELOG.md index 3c61db629..699914194 100644 --- a/pkg/sass-parser/CHANGELOG.md +++ b/pkg/sass-parser/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.2 + +* No user-visible changes. + ## 0.4.1 * Add `BooleanExpression` and `NumberExpression`. diff --git a/pkg/sass-parser/package.json b/pkg/sass-parser/package.json index cb179370a..c5902dba1 100644 --- a/pkg/sass-parser/package.json +++ b/pkg/sass-parser/package.json @@ -1,6 +1,6 @@ { "name": "sass-parser", - "version": "0.4.1", + "version": "0.4.2", "description": "A PostCSS-compatible wrapper of the official Sass parser", "repository": "sass/sass", "author": "Google Inc.", diff --git a/pkg/sass_api/CHANGELOG.md b/pkg/sass_api/CHANGELOG.md index 310abb6eb..b9d68e310 100644 --- a/pkg/sass_api/CHANGELOG.md +++ b/pkg/sass_api/CHANGELOG.md @@ -1,3 +1,7 @@ +## 14.1.1 + +* No user-visible changes. + ## 14.1.0 * Add `Expression.isCalculationSafe`, which returns true when this expression diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index 93418b057..2ef31aac1 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: 14.1.0 +version: 14.1.1 description: Additional APIs for Dart Sass. homepage: https://github.com/sass/dart-sass diff --git a/pubspec.yaml b/pubspec.yaml index 53fcaa858..25e244830 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.80.4 +version: 1.80.5 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass