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 18, 2023
1 parent c23d5d9 commit 9094419
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.58.3

* No user-visible changes.

## 1.58.2

### Command Line Interface
Expand Down
10 changes: 5 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,27 +357,27 @@ 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"
sass_api:
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:
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.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:
Expand All @@ -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"
Expand Down

0 comments on commit 9094419

Please sign in to comment.