Skip to content

Commit 64980f6

Browse files
committed
Fix sass_api version
1 parent 0954cc6 commit 64980f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/sass_api/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 14.2.1
1+
## 14.3.0
22

33
* Add `NodePackageImporter`, which loads `pkg:` URLs from `node_modules` within
44
the provided `entryPointDirectory`.

pkg/sass_api/pubspec.yaml

+1-1
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: 14.2.1
5+
version: 14.3.0
66
description: Additional APIs for Dart Sass.
77
homepage: https://github.com/sass/dart-sass
88

0 commit comments

Comments
 (0)