amcharts / amcharts3-react

Official amCharts V3 React component
Apache License 2.0
118 stars 50 forks source link

publish v3 to npm #55

Closed DimaRGB closed 7 years ago

DimaRGB commented 7 years ago

npm i @amcharts/amcharts3-react@^3 doesn't work.

The last version is 2.0.8 in npm

Pauan commented 7 years ago

We had already published 3.0.0 to npm, but it seems there was a bug in npm that caused it to not show up. We have republished it, so it should work now. Thanks for letting us know about this.

DimaRGB commented 7 years ago

It's ok now, 3.0.1.

Why don't you create git tags ?

Pauan commented 7 years ago

I guess we could add tags to GitHub, what is the benefit of doing that?

We already have release notes, at the bottom of the README.

DimaRGB commented 7 years ago

one of them: check code for old version.

create tag it's very easy, just use npm version. for example: npm version patch, this command will change third number and create git tag.