From b41dcfb457b3299569a0f829210d09561c0a4b80 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Mon, 7 Nov 2016 18:49:05 -0800 Subject: [PATCH] Tag 1.0.0-alpha.3. --- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92210567..9bb352a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## 1.0.0-alpha.3 +* Fix a bug where color equality didn't take the alpha channel into account. + +* Fix a bug with converting some RGB colors to HSL. + +* Fix a parent selector resolution bug. + +* Properly declare the arguments for `opacify()` and related functions. + +* Add a missing dependency on the `stack_trace` package. + +* Fix broken Windows archives. + * Emit colors using their original representation if possible. * Emit colors without an original representation as names if possible. diff --git a/pubspec.yaml b/pubspec.yaml index 743c6518..f18846ae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.0.0-dev +version: 1.0.0-alpha.3 description: A Sass implementation in Dart. author: Dart Team homepage: https://github.com/sass/dart-sass