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

Commit

Permalink
Update Dart Sass version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
sassbot committed Feb 17, 2023
1 parent 13a18cd commit c23d5d9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.58.2

### Command Line Interface

* Add a timestamp to messages printed in `--watch` mode.

* Print better `calc()`-based suggestions for `/`-as-division expression that
contain calculation-incompatible constructs like unary minus.

## 1.58.1

* Emit a unitless hue when serializing `hsl()` colors. The `deg` unit is
Expand Down
22 changes: 11 additions & 11 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "0c80aeab9bc807ab10022cd3b2f4cf2ecdf231949dc1ddd9442406a003f19201"
sha256: "569ddca58d535e601dd1584afa117710abc999d036c0cd2c51777fb257df78e8"
url: "https://pub.dev"
source: hosted
version: "52.0.0"
version: "53.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: cd8ee83568a77f3ae6b913a36093a1c9b1264e7cb7f834d9ddd2311dade9c1f4
sha256: "10927c4b7c7c88b1adbca278c3d5531db92e2f4b4abf04e2919a800af965f3f5"
url: "https://pub.dev"
source: hosted
version: "5.4.0"
version: "5.5.0"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -357,27 +357,27 @@ packages:
dependency: "direct main"
description:
name: sass
sha256: "8606f1a8d79c635463d453687f40e75d23c5d005a7ca01c9ce4661212d386e61"
sha256: f08ef7beae55ca2d07fabb4e0733dd20bc08186e7a714eac953725c9971b49b7
url: "https://pub.dev"
source: hosted
version: "1.58.1"
version: "1.58.2"
sass_analysis:
dependency: "direct dev"
description:
path: analysis
ref: HEAD
resolved-ref: c8b4cd09ebddba5620a1f3831b5656953c2170b1
resolved-ref: c4523884bf9fba3a312bae2af559049cd374d42e
url: "https://github.com/sass/dart-sass.git"
source: git
version: "0.0.0"
sass_api:
dependency: "direct main"
description:
name: sass_api
sha256: b0d934d8316a59bfb237b85ffbc9989f81632fff1d36a08e3f215507eddb40c5
sha256: "4b35efdef6bf4282648498e1556d518c15d0fcc480eccd3dfb30b3b0d82dc36a"
url: "https://pub.dev"
source: hosted
version: "5.0.1"
version: "5.1.0"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -422,10 +422,10 @@ packages:
dependency: "direct dev"
description:
name: source_maps
sha256: "490098075234dcedb83c5d949b4c93dad5e6b7702748de000be2b57b8e6b2427"
sha256: "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703"
url: "https://pub.dev"
source: hosted
version: "0.10.11"
version: "0.10.12"
source_span:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass_embedded
version: 1.58.1
version: 1.58.2
description: An implementation of the Sass embedded protocol using Dart Sass.
homepage: https://github.com/sass/dart-sass-embedded
environment:
Expand All @@ -11,8 +11,8 @@ dependencies:
meta: ^1.1.0
path: ^1.6.0
protobuf: ^2.0.0
sass: 1.58.1
sass_api: ^5.0.1
sass: 1.58.2
sass_api: ^5.1.0
source_span: ^1.1.0
stack_trace: ^1.6.0
stream_channel: ">=1.6.0 <3.0.0"
Expand Down

0 comments on commit c23d5d9

Please sign in to comment.