Skip to content

Commit c3ed547

Browse files
authored
Release 1.63.0 (#1987)
1 parent a88318f commit c3ed547

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@
1616
package on npm. The only change is that it will now provide direct access to a
1717
`sass` executable with the same CLI as the `sass` package.
1818

19+
* The Dart Sass embedded compiler now uses version 2.0.0 of the Sass embedded
20+
protocol. See [the spec][embedded-protocol-spec] for a full description of the
21+
protocol, and [the changelog][embedded-protocol-changelog] for a summary of
22+
changes since version 1.2.0.
23+
24+
[embedded-protocol-spec]: https://github.com/sass/sass/blob/main/spec/embedded-protocol.md
25+
[embedded-protocol-changelog]: https://github.com/sass/sass/blob/main/EMBEDDED_PROTOCOL_CHANGELOG.md
26+
27+
* The Dart Sass embedded compiler now runs multiple simultaneous compilations in
28+
parallel, rather than serially.
29+
1930
## 1.62.1
2031

2132
* Fix a bug where `:has(+ &)` and related constructs would drop the leading

pkg/sass_api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 7.0.1
1+
## 7.1.0
22

33
* No user-visible changes.
44

pkg/sass_api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: sass_api
22
# Note: Every time we add a new Sass AST node, we need to bump the *major*
33
# version because it's a breaking change for anyone who's implementing the
44
# visitor interface(s).
5-
version: 7.0.1-dev
5+
version: 7.1.0
66
description: Additional APIs for Dart Sass.
77
homepage: https://github.com/sass/dart-sass
88

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.63.0-dev
2+
version: 1.63.0
33
description: A Sass implementation in Dart.
44
homepage: https://github.com/sass/dart-sass
55

0 commit comments

Comments
 (0)