Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.89.2

* No user-visible changes.

### Embedded Host

* Fixed a compilation error caused by an outdated `buf` dependency.

## 1.89.1

* No user-visible changes.
Expand Down
2 changes: 1 addition & 1 deletion pkg/sass_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
sdk: ">=3.6.0 <4.0.0"

dependencies:
sass: 1.89.1
sass: 1.89.2

dev_dependencies:
dartdoc: ^8.0.14
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass
version: 1.89.1
version: 1.89.2
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass

Expand Down Expand Up @@ -53,4 +53,3 @@ dev_dependencies:
test_process: ^2.0.0
yaml: ^3.1.0
cli_util: ^0.4.0