Skip to content

Commit

Permalink
Allow the null safety release of stream_transform (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszkolodziejczyk committed Feb 10, 2021
1 parent cebf71b commit 1df37b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 1.32.8
## 1.32.7

* Allow the null safety release of stream_transform.

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

## 1.32.7

* Improve the performance of unitless and single-unit numbers.

## 1.32.6
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass
version: 1.32.8-dev
version: 1.32.7
description: A Sass implementation in Dart.
author: Sass Team
homepage: https://github.com/sass/dart-sass
Expand All @@ -25,7 +25,7 @@ dependencies:
source_maps: "^0.10.5"
source_span: "^1.6.0"
stack_trace: ">=0.9.0 <2.0.0"
stream_transform: ">=0.0.20 <2.0.0"
stream_transform: ">=0.0.20 <3.0.0"
string_scanner: ">=0.1.5 <2.0.0"
term_glyph: "^1.0.0"
tuple: "^1.0.0"
Expand Down

0 comments on commit 1df37b1

Please sign in to comment.