mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Update Dart Sass version and release
This commit is contained in:
parent
85735c4b4b
commit
8e907ab92d
@ -1,3 +1,12 @@
|
|||||||
|
## 1.51.0
|
||||||
|
|
||||||
|
* **Potentially breaking change**: Change the order of maps returned by
|
||||||
|
`map.deep-merge()` to match those returned by `map.merge()`. All keys that
|
||||||
|
appeared in the first map will now be listed first in the same order they
|
||||||
|
appeared in that map, followed by any new keys added from the second map.
|
||||||
|
|
||||||
|
* Improve the string output of some AST nodes in error messages.
|
||||||
|
|
||||||
## 1.50.1
|
## 1.50.1
|
||||||
|
|
||||||
### Embedded Sass
|
### Embedded Sass
|
||||||
|
@ -315,7 +315,7 @@ packages:
|
|||||||
name: sass
|
name: sass
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.50.1"
|
version: "1.51.0"
|
||||||
sass_analysis:
|
sass_analysis:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
@ -331,7 +331,7 @@ packages:
|
|||||||
name: sass_api
|
name: sass_api
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.0-beta.42"
|
version: "1.0.0-beta.43"
|
||||||
shelf:
|
shelf:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: sass_embedded
|
name: sass_embedded
|
||||||
version: 1.50.1
|
version: 1.51.0
|
||||||
description: An implementation of the Sass embedded protocol using Dart Sass.
|
description: An implementation of the Sass embedded protocol using Dart Sass.
|
||||||
homepage: https://github.com/sass/dart-sass-embedded
|
homepage: https://github.com/sass/dart-sass-embedded
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ dependencies:
|
|||||||
meta: ^1.1.0
|
meta: ^1.1.0
|
||||||
path: ^1.6.0
|
path: ^1.6.0
|
||||||
protobuf: ^2.0.0
|
protobuf: ^2.0.0
|
||||||
sass: 1.50.1
|
sass: 1.51.0
|
||||||
sass_api: ^1.0.0-beta.5
|
sass_api: ^1.0.0-beta.5
|
||||||
source_span: ^1.1.0
|
source_span: ^1.1.0
|
||||||
stack_trace: ^1.6.0
|
stack_trace: ^1.6.0
|
||||||
|
Loading…
Reference in New Issue
Block a user