joshwcomeau / react-flip-move

Effortless animation between DOM changes (eg. list reordering) using the FLIP technique.
http://joshwcomeau.github.io/react-flip-move/examples
MIT License
4.08k stars 259 forks source link

Confused by versioning/changelog/tags etc. #235

Closed rhys-vdw closed 6 years ago

rhys-vdw commented 6 years ago

@joshwcomeau is it possible you've forgotten to push the latest versions? package.json is currently at 3.0.0, but the latest release on npm is 3.0.2. There is a tag for 3.0.1, but no tag for 3.0.2.

There is not GitHub release for 3.0.2 either (presumably because of the lack of tag).

joshwcomeau commented 6 years ago

Ack. Sorry about that, not sure how it happened o_O.

I did have the 3.0.2 commit sitting on my computer. I don't see 3.0.1 anywhere :/

I pushed 3.0.2 now, and will add a release as well.

joshwcomeau commented 6 years ago

Release added. Closing the issue since I think it's been dealt with, but sorry again for the confusion!