From bd8aa0ab43a86d068437ece79132b171bda5ad0a Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 21 Jun 2022 15:12:06 -0700 Subject: [PATCH] Cut a release --- pkg/sass_api/CHANGELOG.md | 6 ++++++ pkg/sass_api/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pkg/sass_api/CHANGELOG.md b/pkg/sass_api/CHANGELOG.md index 570145877..0d537dc4e 100644 --- a/pkg/sass_api/CHANGELOG.md +++ b/pkg/sass_api/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.0 + +* First stable release. + +* No user-visible changes since 1.0.0-beta.48. + ## 1.0.0-beta.48 * No user-visible changes. diff --git a/pkg/sass_api/pubspec.yaml b/pkg/sass_api/pubspec.yaml index 208a0676e..5ebe2caed 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.48 +version: 1.0.0 description: Additional APIs for Dart Sass. homepage: https://github.com/sass/dart-sass @@ -10,7 +10,7 @@ environment: sdk: ">=2.12.0 <3.0.0" dependencies: - sass: 1.52.3 + sass: 1.53.0 dev_dependencies: dartdoc: ^5.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 0108c98ba..be1b20496 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.53.0-dev +version: 1.53.0 description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass