From 9a23831cb95031112a8764a5402a050ef1aa33b2 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 7 Feb 2020 13:05:21 -0800 Subject: [PATCH 1/2] Fix a typo in the Chocolatey XML --- tool/grind.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/grind.dart b/tool/grind.dart index df4e01b31..29e676639 100644 --- a/tool/grind.dart +++ b/tool/grind.dart @@ -66,7 +66,7 @@ String get _nuspec => """ Natalie Weizenbaum nex3 https://github.com/sass/dart-sass - https://github.com/sass/dart-sass/blob/${pkg.version}/LICENSE + https://github.com/sass/dart-sass/blob/${pkg.version}/LICENSE https://cdn.rawgit.com/sass/sass-site/f99ee33e4f688e244c7a5902c59d61f78daccc55/source/assets/img/logos/logo-seal.png https://github.com/sass/dart-sass/issues **Sass makes CSS fun again**. Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. From 7d8002ec9b9ee2dc9055a99c30df194c675fd2b0 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 7 Feb 2020 13:06:05 -0800 Subject: [PATCH 2/2] Cut a release --- CHANGELOG.md | 4 +++- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5755aff6a..d679a3b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ -## 1.26.0 +## 1.26.0-test.1 * Don't throw errors if the exact same member is loaded or forwarded from multiple modules at the same time. +## 1.25.2 + * Fix a bug where, under extremely rare circumstances, a valid variable could become unassigned. diff --git a/pubspec.yaml b/pubspec.yaml index 367bbc73f..a8d7eaf1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.26.0-dev +version: 1.26.0-test.1 description: A Sass implementation in Dart. author: Sass Team homepage: https://github.com/sass/dart-sass