mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 22:02:00 +01:00
Cut a release (#1793)
Hopefully, this will successfully trigger a release of the new embedded host infrastructure.
This commit is contained in:
parent
7e91457607
commit
5393754739
@ -1,3 +1,7 @@
|
||||
## 1.54.8
|
||||
|
||||
* No user-visible changes.
|
||||
|
||||
## 1.54.7
|
||||
|
||||
* Add support for 32-bit ARM releases on Linux.
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 3.0.3
|
||||
|
||||
* No user-visible changes.
|
||||
|
||||
## 3.0.2
|
||||
|
||||
* No user-visible changes.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user