Update Dart Sass version and release

This commit is contained in:
Sass Bot 2023-02-18 00:40:20 +00:00
parent c23d5d98f3
commit 909441934a
3 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,7 @@
## 1.58.3
* No user-visible changes.
## 1.58.2
### Command Line Interface

View File

@ -357,16 +357,16 @@ packages:
dependency: "direct main"
description:
name: sass
sha256: f08ef7beae55ca2d07fabb4e0733dd20bc08186e7a714eac953725c9971b49b7
sha256: c3e37d50a372cee0fd4058b12f0167da8307c602ff8e357ebf587142b753b41a
url: "https://pub.dev"
source: hosted
version: "1.58.2"
version: "1.58.3"
sass_analysis:
dependency: "direct dev"
description:
path: analysis
ref: HEAD
resolved-ref: c4523884bf9fba3a312bae2af559049cd374d42e
resolved-ref: "620d8d355e8396afe107b3e167b11524d757f3ca"
url: "https://github.com/sass/dart-sass.git"
source: git
version: "0.0.0"
@ -374,10 +374,10 @@ packages:
dependency: "direct main"
description:
name: sass_api
sha256: "4b35efdef6bf4282648498e1556d518c15d0fcc480eccd3dfb30b3b0d82dc36a"
sha256: d4f402a63d06745c83415e5850022b2e2741b896b9fd6a50714bce509dc81c36
url: "https://pub.dev"
source: hosted
version: "5.1.0"
version: "5.1.1"
shelf:
dependency: transitive
description:

View File

@ -1,5 +1,5 @@
name: sass_embedded
version: 1.58.2
version: 1.58.3
description: An implementation of the Sass embedded protocol using Dart Sass.
homepage: https://github.com/sass/dart-sass-embedded
environment:
@ -11,8 +11,8 @@ dependencies:
meta: ^1.1.0
path: ^1.6.0
protobuf: ^2.0.0
sass: 1.58.2
sass_api: ^5.1.0
sass: 1.58.3
sass_api: ^5.1.1
source_span: ^1.1.0
stack_trace: ^1.6.0
stream_channel: ">=1.6.0 <3.0.0"