diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4a720e3..7bca6ba36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.63.6 + +### JavaScript API + +* Fix `import sass from 'sass'` again after it was broken in the last release. + ## 1.63.5 ### JavaScript API diff --git a/pubspec.yaml b/pubspec.yaml index cbbfd5f90..7616bb5d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.63.5 +version: 1.63.6-dev description: A Sass implementation in Dart. homepage: https://github.com/sass/dart-sass diff --git a/tool/grind.dart b/tool/grind.dart index 117e38946..3cbed31bb 100644 --- a/tool/grind.dart +++ b/tool/grind.dart @@ -276,7 +276,7 @@ function defaultExportDeprecation() { buffer.write(""" get $export() { defaultExportDeprecation(); - return _cliPkgExports.$export; + return cjs.$export; }, """); }