From a32000ea9af30ad443a9e1847f09ec1070d82f36 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Mon, 20 Dec 2021 16:15:04 -0800 Subject: [PATCH] Bump the sass-api version (#1579) --- pkg/sass_api/CHANGELOG.md | 4 ++++ pkg/sass_api/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg/sass_api/CHANGELOG.md b/pkg/sass_api/CHANGELOG.md index 3d47fd715..c1b73fcd8 100644 --- a/pkg/sass_api/CHANGELOG.md +++ b/pkg/sass_api/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0-beta.24 + +* No user-visible changes. + ## 1.0.0-beta.23 * No user-visible changes. diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index c4e392306..1ea749ee7 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: 1.0.0-beta.23 +version: 1.0.0-beta.24 description: Additional APIs for Dart Sass. homepage: https://github.com/sass/dart-sass