diff --git a/CHANGELOG.md b/CHANGELOG.md index 019cdb504..8b2ccc65f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.89.2 + +### Embedded Host + +* Fixed a compilation error caused by an outdated `buf` dependency. + ## 1.89.1 * No user-visible changes. diff --git a/pkg/sass-parser/CHANGELOG.md b/pkg/sass-parser/CHANGELOG.md index f67944eec..ef9e27284 100644 --- a/pkg/sass-parser/CHANGELOG.md +++ b/pkg/sass-parser/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.24 + +* No user-visible changes. + ## 0.4.23 * Update types for compatibility with the latest PostCSS. diff --git a/pkg/sass-parser/package.json b/pkg/sass-parser/package.json index bfe9183f5..f3a7f420f 100644 --- a/pkg/sass-parser/package.json +++ b/pkg/sass-parser/package.json @@ -1,6 +1,6 @@ { "name": "sass-parser", - "version": "0.4.23", + "version": "0.4.24", "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 94b28dcc3..e034f36f9 100644 --- a/pkg/sass_api/CHANGELOG.md +++ b/pkg/sass_api/CHANGELOG.md @@ -1,3 +1,7 @@ +## 15.7.1 + +* No user-visible changes. + ## 15.7.0 * **Potentially-breaking bug fix**: parenthesized, comma-separated lists are now diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index 9d70a0149..a0ad29aca 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: 15.7.0 +version: 15.7.1 description: Additional APIs for Dart Sass. homepage: https://github.com/sass/dart-sass @@ -10,7 +10,7 @@ environment: sdk: ">=3.6.0 <4.0.0" dependencies: - sass: 1.89.1 + sass: 1.89.2 dev_dependencies: dartdoc: ^8.0.14 diff --git a/pubspec.yaml b/pubspec.yaml index 363b97c78..039be9860 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.89.1 +version: 1.89.2 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass @@ -53,4 +53,3 @@ dev_dependencies: test_process: ^2.0.0 yaml: ^3.1.0 cli_util: ^0.4.0 -