Skip to content

Commit

Permalink
Update cli_pkg (#1153)
Browse files Browse the repository at this point in the history
This makes the main function (cli_pkg_main_0) return a Promise instead of void.

Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
  • Loading branch information
BobobUnicorn and nex3 committed Nov 23, 2020
1 parent a13f7be commit 43f4607
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,13 @@
## 1.29.1
## 1.30.0

* Fix a bug where `@at-root (without: all)` wouldn't properly remove a
`@keyframes` context when parsing selectors.

### Node JS API

* The generated `main()` function in `sass.js` now returns a `Promise` that
completes when the executable is finished running.

### Dart API

* Fix a bug that prevented importers from returning null when loading from a
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,5 +1,5 @@
name: sass
version: 1.29.1-dev
version: 1.30.0
description: A Sass implementation in Dart.
author: Sass Team
homepage: https://github.com/sass/dart-sass
Expand Down Expand Up @@ -34,7 +34,7 @@ dependencies:
dev_dependencies:
archive: ">=1.0.0 <3.0.0"
analyzer: "^0.40.0"
cli_pkg: "^1.0.0-beta.13"
cli_pkg: "^1.1.0"
crypto: ">=0.9.2 <3.0.0"
dart_style: "^1.2.0"
grinder: "^0.8.0"
Expand Down

0 comments on commit 43f4607

Please sign in to comment.