From 9d5d709119e44638c92a1995464eed3b507cac88 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Wed, 23 Oct 2024 17:15:36 -0700 Subject: [PATCH] Cut a release for sass/embedded-host-node#342 --- CHANGELOG.md | 7 +++++++ pkg/sass-parser/CHANGELOG.md | 4 ++++ pkg/sass-parser/package.json | 2 +- pkg/sass_api/CHANGELOG.md | 4 ++++ pkg/sass_api/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 6 files changed, 19 insertions(+), 4 deletions(-) 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..8e294d5ed 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 @@ -10,7 +10,7 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - sass: 1.80.4 + sass: 1.80.5 dev_dependencies: dartdoc: ^8.0.14 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