Cut a release (#1755)

Also include some code review changes that were meant for #1749
This commit is contained in:
Natalie Weizenbaum 2022-07-22 14:30:03 -07:00 committed by GitHub
parent d159d83ea8
commit bc8df44f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -20,11 +20,11 @@ class CssMediaQuery {
/// Whether [conditions] is a conjunction or a disjunction.
///
/// In other words, if this is `true this query matches when _all_
/// In other words, if this is `true` this query matches when _all_
/// [conditions] are met, and if it's `false` this query matches when _any_
/// condition in [conditions] is met.
///
/// If this is [false], [modifier] and [type] will both be `null`.
/// If this is `false`, [modifier] and [type] will both be `null`.
final bool conjunction;
/// Media conditions, including parentheses.

View File

@ -2,7 +2,7 @@ name: sass_api
# Note: Every time we add a new Sass AST node, we need to bump the *major*
# version because it's a breaking change for anyone who's implementing the
# visitor interface(s).
version: 2.0.0-dev
version: 2.0.0
description: Additional APIs for Dart Sass.
homepage: https://github.com/sass/dart-sass
@ -10,7 +10,7 @@ environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
sass: 1.53.0
sass: 1.54.0
dev_dependencies:
dartdoc: ^5.0.0

View File

@ -1,5 +1,5 @@
name: sass
version: 1.54.0-dev
version: 1.54.0
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass