Skip to content

Releases: SumTotalSystems/color-thief

v2.0.2

27 Sep 06:30
c8bdee0

Choose a tag to compare

Version bump to 2.0.2

From: Dennis Payne 
Sent: Thursday, September 26, 2019 11:32 PM
To: Satish Appasani ; Ajay Jain
Subject: RE: Npm, Bower and Gulp

@Satish Appasani @Ajay Jain I tried out nodejs 10 and yarn. We have an invalid version number in

https://github.com/SumTotalSystems/color-thief

npm and yarn are supposed to use sematic versioning. It only allows three numbers separated by dots. When Mike modified color-thief, he set the version number as 2.0.1.1. Yarn doesn’t accept that as a version number. Semantic versioning does allow a dash and additional information. I tested out “2.0.1-a” at:

https://github.com/dulsi/color-thief

That works. Can we get the version number updated to something that conforms with semantic versioning? (It doesn’t need to be “-a”.)