diff --git a/CHANGELOG.md b/CHANGELOG.md index 98816c1aa..a13f2ce2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.80.7 + +### Embedded Host + +* Don't treat `0` as `undefined` for the `green` and `blue` channels in the + `LegacyColor` constructor. + ## 1.80.6 ### Command-Line Interface diff --git a/pkg/sass-parser/CHANGELOG.md b/pkg/sass-parser/CHANGELOG.md index 8af6f962c..2ccb58b4c 100644 --- a/pkg/sass-parser/CHANGELOG.md +++ b/pkg/sass-parser/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.4 + +* No user-visible changes. + ## 0.4.3 * Add support for parsing the `@while` rule. diff --git a/pkg/sass-parser/package.json b/pkg/sass-parser/package.json index 9b5fc6fa9..d9b596055 100644 --- a/pkg/sass-parser/package.json +++ b/pkg/sass-parser/package.json @@ -1,6 +1,6 @@ { "name": "sass-parser", - "version": "0.4.3", + "version": "0.4.4", "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 8d2a119ac..8c61559f3 100644 --- a/pkg/sass_api/CHANGELOG.md +++ b/pkg/sass_api/CHANGELOG.md @@ -1,3 +1,7 @@ +## 14.1.3 + +* No user-visible changes. + ## 14.1.2 * No user-visible changes. diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index 8bddb43bf..8784f3bea 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.2 +version: 14.1.3 description: Additional APIs for Dart Sass. homepage: https://github.com/sass/dart-sass @@ -10,7 +10,7 @@ environment: sdk: ">=3.3.0 <4.0.0" dependencies: - sass: 1.80.6 + sass: 1.80.7 dev_dependencies: dartdoc: ^8.0.14 diff --git a/pubspec.yaml b/pubspec.yaml index 6e148ca9f..96061478f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.80.6 +version: 1.80.7 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass