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