Skip to content

Commit

Permalink
Release 1.63.0 (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jun 7, 2023
1 parent a88318f commit c3ed547
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
package on npm. The only change is that it will now provide direct access to a
`sass` executable with the same CLI as the `sass` package.

* The Dart Sass embedded compiler now uses version 2.0.0 of the Sass embedded
protocol. See [the spec][embedded-protocol-spec] for a full description of the
protocol, and [the changelog][embedded-protocol-changelog] for a summary of
changes since version 1.2.0.

[embedded-protocol-spec]: https://github.com/sass/sass/blob/main/spec/embedded-protocol.md
[embedded-protocol-changelog]: https://github.com/sass/sass/blob/main/EMBEDDED_PROTOCOL_CHANGELOG.md

* The Dart Sass embedded compiler now runs multiple simultaneous compilations in
parallel, rather than serially.

## 1.62.1

* Fix a bug where `:has(+ &)` and related constructs would drop the leading
Expand Down
2 changes: 1 addition & 1 deletion pkg/sass_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 7.0.1
## 7.1.0

* 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 @@ -2,7 +2,7 @@ name: sass_api
# Note: Every time we add a new Sass AST node, we need to bump the *major*
# version because it's a breaking change for anyone who's implementing the
# visitor interface(s).
version: 7.0.1-dev
version: 7.1.0
description: Additional APIs for Dart Sass.
homepage: https://github.com/sass/dart-sass

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass
version: 1.63.0-dev
version: 1.63.0
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass

Expand Down

0 comments on commit c3ed547

Please sign in to comment.