From af3b002e3910f139bf7937cc24fb4481787cf6b1 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Wed, 31 Aug 2022 14:32:26 -0700 Subject: [PATCH] Cut a release Hopefully, this will successfully trigger a release of the new embedded host infrastructure. --- CHANGELOG.md | 4 ++++ pkg/sass_api/CHANGELOG.md | 4 ++++ pkg/sass_api/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4bd9d421..14900de80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.54.8 + +* No user-visible changes. + ## 1.54.7 * Add support for 32-bit ARM releases on Linux. diff --git a/pkg/sass_api/CHANGELOG.md b/pkg/sass_api/CHANGELOG.md index 2631ac5d3..032731a7f 100644 --- a/pkg/sass_api/CHANGELOG.md +++ b/pkg/sass_api/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.3 + +* No user-visible changes. + ## 3.0.2 * No user-visible changes. diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index 0768b7892..ffd2b3ae6 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: 3.0.2 +version: 3.0.3 description: Additional APIs for Dart Sass. homepage: https://github.com/sass/dart-sass @@ -10,7 +10,7 @@ environment: sdk: ">=2.17.0 <3.0.0" dependencies: - sass: 1.54.7 + sass: 1.54.8 dev_dependencies: dartdoc: ^5.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index f071458d9..a292405b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.54.7 +version: 1.54.8 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass