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 24, 2022
1 parent 366a9f4 commit 31d0eb6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.49.9

### Embedded Sass

* Fixed a bug where the legacy API could crash when passed an empty importer
list.

## 1.49.8

* Fixed a bug where some plain CSS imports would not be emitted.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ packages:
name: sass
url: "https://pub.dartlang.org"
source: hosted
version: "1.49.8"
version: "1.49.9"
sass_analysis:
dependency: "direct dev"
description:
Expand All @@ -331,7 +331,7 @@ packages:
name: sass_api
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0-beta.37"
version: "1.0.0-beta.38"
shelf:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass_embedded
version: 1.49.8
version: 1.49.9
description: An implementation of the Sass embedded protocol using Dart Sass.
homepage: https://github.com/sass/dart-sass-embedded

Expand All @@ -14,7 +14,7 @@ dependencies:
meta: ^1.1.0
path: ^1.6.0
protobuf: ^2.0.0
sass: 1.49.8
sass: 1.49.9
sass_api: ^1.0.0-beta.5
source_span: ^1.1.0
stack_trace: ^1.6.0
Expand Down

0 comments on commit 31d0eb6

Please sign in to comment.