esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
861 stars 284 forks source link

check published npm registry #319

Closed KinTsang closed 6 years ago

KinTsang commented 6 years ago

Hi,

In my project's package.json I initially had "react-timeseries-charts": "^0.11.4" which should translate to the most recent version of 0.15.3. However, it seems like it is still not retrieving what is in the current master branch since it was also installing the dependency flexbox-react during npm install.

I had to update my package.json to point directly at the current master branch to prevent it from installing flexbox-react ("react-timeseries-charts": "https://github.com/esnet/react-timeseries-charts.git#master")

Thanks, Kin

sartaj10 commented 6 years ago

Hi @KinTsang The version without flexbox-react (v0.15.4) has still not been released and published to npm. It'll be done by next week

Thanks!

pjm17971 commented 6 years ago

Also, I'm pretty sure ^0.11.4 will give you the latest 0.11.x release, since pre-1.0 semver is treated differently and breaking changes may (do in our case) occur from e.g. 0.11 to 0.12.

https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004

Just letting you know so as to avoid confusion down the road.

sartaj10 commented 5 years ago

@KinTsang Sorry for the delay. v0.15.4 is released and the dependency on flexbox-react is gone