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, 2022
1 parent 565318f commit 366a9f4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.49.8

* Fixed a bug where some plain CSS imports would not be emitted.

### JS API

* Fix a bug where inspecting the Sass module in the Node.js console crashed on
Node 17.

### Embedded Sass

* Fix a bug where source map URLs were incorrectly generated when passing
importers to the legacy API.

## 1.49.7

### Embedded Sass
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.7"
version: "1.49.8"
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.36"
version: "1.0.0-beta.37"
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.7
version: 1.49.8
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.7
sass: 1.49.8
sass_api: ^1.0.0-beta.5
source_span: ^1.1.0
stack_trace: ^1.6.0
Expand Down

0 comments on commit 366a9f4

Please sign in to comment.