Skip to content

Commit 1df37b1

Browse files
Allow the null safety release of stream_transform (#1223)
1 parent cebf71b commit 1df37b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## 1.32.8
1+
## 1.32.7
2+
3+
* Allow the null safety release of stream_transform.
24

35
* Allow `@forward...with` to take arguments that have a `!default` flag without
46
a trailing comma.
57

6-
## 1.32.7
7-
88
* Improve the performance of unitless and single-unit numbers.
99

1010
## 1.32.6

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.32.8-dev
2+
version: 1.32.7
33
description: A Sass implementation in Dart.
44
author: Sass Team
55
homepage: https://github.com/sass/dart-sass
@@ -25,7 +25,7 @@ dependencies:
2525
source_maps: "^0.10.5"
2626
source_span: "^1.6.0"
2727
stack_trace: ">=0.9.0 <2.0.0"
28-
stream_transform: ">=0.0.20 <2.0.0"
28+
stream_transform: ">=0.0.20 <3.0.0"
2929
string_scanner: ">=0.1.5 <2.0.0"
3030
term_glyph: "^1.0.0"
3131
tuple: "^1.0.0"

0 commit comments

Comments
 (0)