Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 9893512

Browse files
committed
Update Dart Sass version and release
1 parent ffc7067 commit 9893512

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.59.1
2+
3+
* No user-visible changes.
4+
15
## 1.59.0
26

37
### Command Line Interface

pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,27 +357,27 @@ packages:
357357
dependency: "direct main"
358358
description:
359359
name: sass
360-
sha256: cc169a52f627c41bf50b38c9977f3cc8bf10838a665c08648a3ae6f4281371e7
360+
sha256: "8c6bc35c8cd8263dd3dddfb8b7e318645ad293f9c054f92b1c13e7d000b4b14f"
361361
url: "https://pub.dev"
362362
source: hosted
363-
version: "1.59.0"
363+
version: "1.59.1"
364364
sass_analysis:
365365
dependency: "direct dev"
366366
description:
367367
path: analysis
368368
ref: HEAD
369-
resolved-ref: "8f8138dfabbf48437d736b9bba7f481fac71ed3c"
369+
resolved-ref: d0ca8e0bc9f790a2b411728a07f9ec44b168c10e
370370
url: "https://github.com/sass/dart-sass.git"
371371
source: git
372372
version: "0.0.0"
373373
sass_api:
374374
dependency: "direct main"
375375
description:
376376
name: sass_api
377-
sha256: f2f29f60971c215dceecd1ae05da39b3f2b6a77403e0cb02a2624c38bd592a38
377+
sha256: "7cbd35eb48ba8c9ebd6e0b4eedc6a239bb41057a92c243328b7a141d9c07a3bf"
378378
url: "https://pub.dev"
379379
source: hosted
380-
version: "6.0.0"
380+
version: "6.0.1"
381381
shelf:
382382
dependency: transitive
383383
description:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_embedded
2-
version: 1.59.0
2+
version: 1.59.1
33
description: An implementation of the Sass embedded protocol using Dart Sass.
44
homepage: https://github.com/sass/dart-sass-embedded
55
environment:
@@ -11,8 +11,8 @@ dependencies:
1111
meta: ^1.1.0
1212
path: ^1.6.0
1313
protobuf: ^2.0.0
14-
sass: 1.59.0
15-
sass_api: ^6.0.0
14+
sass: 1.59.1
15+
sass_api: ^6.0.1
1616
source_span: ^1.1.0
1717
stack_trace: ^1.6.0
1818
stream_channel: ">=1.6.0 <3.0.0"

0 commit comments

Comments
 (0)