Skip to content

Commit

Permalink
Update changelog and bump pubspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
jathak committed Oct 10, 2019
1 parent a95d61e commit 6642601
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 6642601

Please sign in to comment.