Skip to content

Commit

Permalink
update pubspecs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodwine committed Aug 17, 2022
1 parent 7f0330f commit e83abd9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@
* Properly consider `b > c` to be a superselector of `a > b > c`, and similarly
for other combinators.

* Allow loading the same module more than once from the same module
configuration.

## 1.54.4

* Improve error messages when passing incorrect units that are also
Expand Down Expand Up @@ -38,7 +41,7 @@
* Add partial support for new media query syntax from Media Queries Level 4. The
only exception are logical operations nested within parentheses, as these were
previously interpreted differently as SassScript expressions.

A parenthesized media condition that begins with `not` or an opening
parenthesis now produces a deprecation warning. In a future release, these
will be interpreted as plain CSS instead.
Expand Down
4 changes: 4 additions & 0 deletions pkg/sass_api/CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.0.6

* No user-visible changes.

## 2.0.5

* No user-visible changes.
Expand Down
4 changes: 2 additions & 2 deletions pkg/sass_api/pubspec.yaml
Expand Up @@ -2,15 +2,15 @@ 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: 2.0.5
version: 2.0.6-dev
description: Additional APIs for Dart Sass.
homepage: https://github.com/sass/dart-sass

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
sass: 1.54.5
sass: 1.54.5-dev

dev_dependencies:
dartdoc: ^5.0.0
Expand Down

0 comments on commit e83abd9

Please sign in to comment.