From 880a884f0aed4bd24ef074f1ee4e69d2c4f94fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Israel=20Ortiz=20Garc=C3=ADa?= Date: Tue, 3 Jun 2025 16:13:47 -0700 Subject: [PATCH 1/2] release 1.89.2 for an embedded-host-node fix --- CHANGELOG.md | 8 ++++++++ pkg/sass_api/pubspec.yaml | 2 +- pubspec.yaml | 3 +-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 019cdb504..797794378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.89.2 + +* No user-visible changes. + +### Embedded Host + +* Fixed a compilation error caused by an outdated `buf` dependency. + ## 1.89.1 * No user-visible changes. diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index 9d70a0149..b2d434664 100644 --- a/pkg/sass_api/pubspec.yaml +++ b/pkg/sass_api/pubspec.yaml @@ -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 - From 0d5794a725cd3e312ea25f3acd04e297e58e422b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Israel=20Ortiz=20Garc=C3=ADa?= Date: Fri, 6 Jun 2025 17:13:55 -0700 Subject: [PATCH 2/2] bump all versions, not just dart-sass, oops --- CHANGELOG.md | 2 -- pkg/sass-parser/CHANGELOG.md | 4 ++++ pkg/sass-parser/package.json | 2 +- pkg/sass_api/CHANGELOG.md | 4 ++++ pkg/sass_api/pubspec.yaml | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 797794378..8b2ccc65f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ ## 1.89.2 -* No user-visible changes. - ### Embedded Host * Fixed a compilation error caused by an outdated `buf` dependency. 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 b2d434664..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