Skip to content

Commit 0d0270c

Browse files
authored
Cut a release (#957)
1 parent 6d38824 commit 0d0270c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
## 1.26.0-test.1
1+
## 1.26.0-test.2
22

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

6-
* Don't throw errors if the exact same member is loaded or forwarded from
7-
multiple modules at the same time.
8-
96
* Fix a bug where imported forwarded members weren't visible in mixins and
107
functions that were defined before the `@import`.
118

9+
## 1.26.0-test.1
10+
11+
* Don't throw errors if the exact same member is loaded or forwarded from
12+
multiple modules at the same time.
13+
1214
## 1.25.2
1315

1416
* Fix a bug where, under extremely rare circumstances, a valid variable could

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.26.0-test.1
2+
version: 1.26.0-test.2
33
description: A Sass implementation in Dart.
44
author: Sass Team
55
homepage: https://github.com/sass/dart-sass

0 commit comments

Comments
 (0)