Skip to content

Commit

Permalink
Cut a release (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Feb 14, 2020
1 parent 6d38824 commit 0d0270c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
## 1.26.0-test.1
## 1.26.0-test.2

* `@use` rules whose URLs' basenames begin with `_` now correctly exclude that
`_` from the rules' namespaces.

* Don't throw errors if the exact same member is loaded or forwarded from
multiple modules at the same time.

* Fix a bug where imported forwarded members weren't visible in mixins and
functions that were defined before the `@import`.

## 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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass
version: 1.26.0-test.1
version: 1.26.0-test.2
description: A Sass implementation in Dart.
author: Sass Team
homepage: https://github.com/sass/dart-sass
Expand Down

0 comments on commit 0d0270c

Please sign in to comment.