sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.87k stars 350 forks source link

1.77.7 wasn't published to NPM #2272

Closed danrichman closed 1 month ago

danrichman commented 1 month ago

The npm registry still shows 1.77.6 as the latest version, even though the CHANGELOG shows 1.77.7 as the latest version. Would it be possible to publish 1.77.7?

jathak commented 1 month ago

1.77.7 has not been published anywhere yet. We add to the changelog for the next version as we merge changes into the main branch. If the version listed in the pubspec.yaml ends with -dev, then that version is still WIP.