mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 22:02:00 +01:00
Update Dart Sass version and release
This commit is contained in:
parent
1b072bdedb
commit
2b5c7d562f
@ -1,4 +1,4 @@
|
||||
## 1.49.6
|
||||
## 1.49.7
|
||||
|
||||
### Embedded Sass
|
||||
|
||||
@ -8,6 +8,10 @@
|
||||
* First stable release of the `sass_embedded` pub package that contains the
|
||||
Embedded Dart Sass compiler.
|
||||
|
||||
## 1.49.6
|
||||
|
||||
* No user-visible changes.
|
||||
|
||||
## 1.49.5
|
||||
|
||||
* No user-visible changes.
|
||||
|
@ -315,7 +315,7 @@ packages:
|
||||
name: sass
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.49.6"
|
||||
version: "1.49.7"
|
||||
sass_analysis:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
@ -331,7 +331,7 @@ packages:
|
||||
name: sass_api
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.0-beta.35"
|
||||
version: "1.0.0-beta.36"
|
||||
shelf:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: sass_embedded
|
||||
version: 1.49.6
|
||||
version: 1.49.7
|
||||
description: An implementation of the Sass embedded protocol using Dart Sass.
|
||||
homepage: https://github.com/sass/dart-sass-embedded
|
||||
|
||||
@ -14,7 +14,7 @@ dependencies:
|
||||
meta: ^1.1.0
|
||||
path: ^1.6.0
|
||||
protobuf: ^2.0.0
|
||||
sass: 1.49.6
|
||||
sass: 1.49.7
|
||||
sass_api: ^1.0.0-beta.5
|
||||
source_span: ^1.1.0
|
||||
stack_trace: ^1.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user