From 664260159e2731fbbdf7750ed6f42963e12fc7e1 Mon Sep 17 00:00:00 2001 From: Jennifer Thakar Date: Thu, 10 Oct 2019 15:41:48 -0700 Subject: [PATCH] Update changelog and bump pubspec version --- CHANGELOG.md | 9 +++++++-- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e6885db..bf69fbbd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ +## 1.23.1 + +* Fix a bug preventing built-in modules from being loaded within a configured + module. + ## 1.23.0 * **Launch the new Sass module system!** This adds: * The [`@use` rule][], which loads Sass files as *modules* and makes their members available only in the current file, with automatic namespacing. - + [`@use` rule]: https://sass-lang.com/documentation/at-rules/use * The [`@forward` rule][], which makes members of another Sass file available @@ -142,7 +147,7 @@ if it's used [as a plain CSS function][plain-CSS invert] *and* the Sass-only `$weight` parameter is passed. This never did anything useful, so it's considered a bug fix rather than a full breaking change. - + [plain-CSS invert]: https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/invert * **Potentially breaking bug fix**: The `str-insert()` function now properly diff --git a/pubspec.yaml b/pubspec.yaml index 7047712d0..2609516fa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.23.0 +version: 1.23.1-dev description: A Sass implementation in Dart. author: Sass Team homepage: https://github.com/sass/dart-sass