zilverline / react-tap-event-plugin

Instant TapEvents for React
http://facebook.github.io/react/
MIT License
1.07k stars 110 forks source link

could you bump version to 0.2.x when requiring react 0.13? #13

Closed totopia closed 9 years ago

totopia commented 9 years ago

react-tap-event-plugin@0.1.5 wants react@~0.13.x

Good to have support for 0.13 but this will break every build job currently using react 0.12. For example, if someone has "react-tap-event-plugin": "~0.1.4", npm install will break build.

Since not all packages are up to speed with react 0.13 (it obviously has breaking changes, it's prob a good idea to bump version to 0.2 for 0.13+ and 0.1 for 0.12 stuff.

s0meone commented 9 years ago

You are absolutely right, totally forgot about that. I will now push a new version which supports both 0.12.x and 0.13.x.

s0meone commented 9 years ago

Version 0.1.6 is now on npm. Thanks for reporting.