Cut a release (#1793)

Hopefully, this will successfully trigger a release of the new
embedded host infrastructure.
This commit is contained in:
Natalie Weizenbaum 2022-08-31 14:46:46 -07:00 committed by GitHub
parent 7e91457607
commit 5393754739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,7 @@
## 1.54.8
* No user-visible changes.
## 1.54.7
* Add support for 32-bit ARM releases on Linux.

View File

@ -1,3 +1,7 @@
## 3.0.3
* No user-visible changes.
## 3.0.2
* No user-visible changes.

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: 3.0.2
version: 3.0.3
description: Additional APIs for Dart Sass.
homepage: https://github.com/sass/dart-sass
@ -10,7 +10,7 @@ environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
sass: 1.54.7
sass: 1.54.8
dev_dependencies:
dartdoc: ^5.0.0

View File

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