strothj / react-docgen-typescript-loader

Webpack loader to generate docgen information from Typescript React components.
Other
360 stars 47 forks source link

Reversal of 3.7.0 #89

Closed sbusch closed 4 years ago

sbusch commented 4 years ago

I just saw that 3.7.0 had been published on npm, but that version 3.7.0 had been "reverted", in package.json by commit 6f7317b1c527f9b300bb4252bef9720ae9f85aa0

You need to publish a new version since 3.7.0 is already out there in the wild and every npm outdated lists it as a valid upgrade (depending on semver range, for sure).

strothj commented 4 years ago

Hey, I actually pushed a README update for the sister project to the wrong repo. The release doesn't include any changes to the built assets, just the README file.

I can still push another update to update the readme in the library on NPM but I wanted to avoid another release.

strothj commented 4 years ago

For clarity, I've published 3.7.1 with an updated change log detailing the reversion.

sbusch commented 4 years ago

Thank you @strothj !